NetworkPolicy type
Network policy used for building the Kubernetes network.
KnownNetworkPolicy can be used interchangeably with NetworkPolicy,
this enum contains the known values that the service supports.
Known values supported by the service
none: Network policies will not be enforced. This is the default value when NetworkPolicy is not specified.
calico: Use Calico network policies. See differences between Azure and Calico policies for more information.
azure: Use Azure network policies. See differences between Azure and Calico policies for more information.
cilium: Use Cilium to enforce network policies. This requires networkDataplane to be 'cilium'.
type NetworkPolicy = string