FirewallPolicyKubeSelectorGroupProperties Class
Properties of the Kubernetes Selector Group.
Constructor
FirewallPolicyKubeSelectorGroupProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
pod_selector
|
Kubernetes Pod selector for matching pods in the Kubernetes cluster. |
|
namespace_selector
|
Kubernetes Namespace selector for matching namespaces in the Kubernetes cluster. |
|
provisioning_state
|
The provisioning state of the firewall policy Kubernetes selector group resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Attributes
namespace_selector
Kubernetes Namespace selector for matching namespaces in the Kubernetes cluster.
namespace_selector: _models.KubeLabelSelector | None
pod_selector
Kubernetes Pod selector for matching pods in the Kubernetes cluster.
pod_selector: _models.KubeLabelSelector | None
provisioning_state
The provisioning state of the firewall policy Kubernetes selector group resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None