Rancher · JSON Structure

Rancher Project Structure

A Rancher project grouping namespaces within a cluster for tenancy and policy.

Type: Properties: 0
Cluster ManagementContainersKubernetesMulti-ClusterOpen SourceSUSEPlatform Engineering

Project is a JSON Structure definition published by Rancher.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Project",
  "description": "A Rancher project grouping namespaces within a cluster for tenancy and policy.",
  "fields": [
    { "name": "id", "type": "string", "required": true, "description": "Project identifier in format clusterId:p-xxxxx." },
    { "name": "name", "type": "string", "required": true, "description": "Project name." },
    { "name": "clusterId", "type": "string", "required": true, "description": "Identifier of the cluster this project belongs to." },
    { "name": "description", "type": "string", "required": false, "description": "Optional project description." }
  ]
}