Project.spec
Spec is the specification of the desired configuration for the project.
| Field / Type | Description |
|---|---|
clusterName | ClusterName is the name of the cluster the project belongs to. Immutable. |
ContainerDefaultResourceLimit is a specification for the default LimitRange for the namespace. See https://kubernetes.io/docs/concepts/policy/limit-range/ for more details. | |
description | Description is a human-readable description of the project. |
displayName | DisplayName is the human-readable name for the project. |
NamespaceDefaultResourceQuota is a specification of the default ResourceQuota that a namespace will receive if none is provided. Must provide ResourceQuota if NamespaceDefaultResourceQuota is specified. See https://kubernetes.io/docs/concepts/policy/resource-quotas/ for more details. | |
ResourceQuota is a specification for the total amount of quota for standard resources that will be shared by all namespaces in the project. Must provide NamespaceDefaultResourceQuota if ResourceQuota is specified. See https://kubernetes.io/docs/concepts/policy/resource-quotas/ for more details. |