ManagedNamespaceProperties interface
The namespace properties for the fleet managed namespace.
Properties
| annotations | The annotations for the fleet managed namespace. |
| default |
The default network policy for the fleet managed namespace. |
| default |
The default resource quota for the fleet managed namespace. |
| labels | The labels for the fleet managed namespace. |
Property Details
annotations
The annotations for the fleet managed namespace.
annotations?: Record<string, string>
Property Value
Record<string, string>
defaultNetworkPolicy
The default network policy for the fleet managed namespace.
defaultNetworkPolicy?: NetworkPolicy
Property Value
defaultResourceQuota
The default resource quota for the fleet managed namespace.
defaultResourceQuota?: ResourceQuota
Property Value
labels
The labels for the fleet managed namespace.
labels?: Record<string, string>
Property Value
Record<string, string>