Custom Resources
Sub Resources
SubNamespace
SubNamespace is the Schema for the subnamespaces API
| Field | Description | Scheme | Required |
|---|---|---|---|
| metadata | metav1.ObjectMeta | false | |
| spec | Spec is the spec of SubNamespace. | SubNamespaceSpec | false |
| status | Status is the status of SubNamespace. | SubNamespaceStatus | false |
SubNamespaceList
SubNamespaceList contains a list of SubNamespace
| Field | Description | Scheme | Required |
|---|---|---|---|
| metadata | metav1.ListMeta | false | |
| items | []SubNamespace | true |
SubNamespaceSpec
SubNamespaceSpec defines the desired state of SubNamespace
| Field | Description | Scheme | Required |
|---|---|---|---|
| labels | Labels are the labels to be propagated to the sub-namespace | map[string]string | false |
| annotations | Annotations are the annotations to be propagated to the sub-namespace. | map[string]string | false |
SubNamespaceStatus
SubNamespaceStatus defines the observed state of SubNamespace
| Field | Description | Scheme | Required |
|---|---|---|---|
| observedGeneration | The generation observed by the object controller. | int64 | false |
| conditions | Conditions represent the latest available observations of an object’s state | []metav1.Condition | false |