Namespace Properties Response
data class NamespacePropertiesResponse(val adoptionPolicy: String? = null, val annotations: Map<String, String>? = null, val defaultNetworkPolicy: NetworkPoliciesResponse? = null, val defaultResourceQuota: ResourceQuotaResponse? = null, val deletePolicy: String? = null, val labels: Map<String, String>? = null, val provisioningState: String)
Properties of a namespace managed by ARM
Properties
Link copied to clipboard
Action if Kubernetes namespace with same name already exists.
Link copied to clipboard
The annotations of managed namespace.
Link copied to clipboard
The default network policy enforced upon the namespace. Customers can have other Kubernetes network policy objects under the namespace. All the network policies will be enforced.
Link copied to clipboard
The default resource quota enforced upon the namespace. Customers can have other Kubernetes resource quota objects under the namespace. All the resource quotas will be enforced.
Link copied to clipboard
Delete options of a namespace.
Link copied to clipboard
The current provisioning state of the namespace.