GitLab · Schema
API_Entities_Cluster
API_Entities_Cluster model
CodePlatformSoftware DevelopmentSource Control
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| name | string | |
| created_at | string | |
| domain | string | |
| enabled | string | |
| managed | string | |
| provider_type | string | |
| platform_type | string | |
| environment_scope | string | |
| cluster_type | string | |
| namespace_per_environment | string | |
| user | object | |
| platform_kubernetes | object | |
| provider_gcp | object | |
| management_project | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/gitlab/refs/heads/main/json-schema/gitlab-openapi-original-api_entities_cluster-schema.json",
"title": "API_Entities_Cluster",
"description": "API_Entities_Cluster model",
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "123456"
},
"name": {
"type": "string",
"example": "Example Project"
},
"created_at": {
"type": "string",
"example": "2026-04-17T12:00:00Z"
},
"domain": {
"type": "string",
"example": "example_value"
},
"enabled": {
"type": "string",
"example": "example_value"
},
"managed": {
"type": "string",
"example": "example_value"
},
"provider_type": {
"type": "string",
"example": "example_value"
},
"platform_type": {
"type": "string",
"example": "2026-04-17T12:00:00Z"
},
"environment_scope": {
"type": "string",
"example": "example_value"
},
"cluster_type": {
"type": "string",
"example": "example_value"
},
"namespace_per_environment": {
"type": "string",
"example": "Example Project"
},
"user": {
"$ref": "#/components/schemas/API_Entities_UserBasic"
},
"platform_kubernetes": {
"$ref": "#/components/schemas/API_Entities_Platform_Kubernetes"
},
"provider_gcp": {
"$ref": "#/components/schemas/API_Entities_Provider_Gcp"
},
"management_project": {
"$ref": "#/components/schemas/API_Entities_ProjectIdentity"
}
}
}