Skip to main content

Project

dev
prod
team-project

Organizational unit for grouping workspaces and managing resources across teams. Projects provide multi-tenancy and resource isolation.

API Group: core.openmcp.cloud API Version: v1alpha1 Kind: Project

Usage

Create a project to organize workspaces and resources:

apiVersion: core.openmcp.cloud/v1alpha1
kind: Project
metadata:
name: my-project
spec:
displayName: "My Project"
description: "Project for team resources"

Projects can contain multiple workspaces and provide namespace isolation for different teams or applications.