Custom Resources
Sub Resources
SubNamespace
SubNamespace is the Schema for the subnamespaces API Deprecated: This type will be removed in one of the next releases.
| 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 Deprecated: This type will be removed in one of the next releases.
| 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 |