rancher v2.15.1

Project.spec

Spec is the specification of the desired configuration for the project.

6 fields
Project.spec fields and descriptions
Field / TypeDescription
clusterName
string required

ClusterName is the name of the cluster the project belongs to. Immutable.

object

ContainerDefaultResourceLimit is a specification for the default LimitRange for the namespace. See https://kubernetes.io/docs/concepts/policy/limit-range/ for more details.

description
string

Description is a human-readable description of the project.

displayName
string required

DisplayName is the human-readable name for the project.

object

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.

object

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.