Struct google_container1::NetworkPolicy [−][src]
Configuration options for the NetworkPolicy feature. https://kubernetes.io/docs/concepts/services-networking/networkpolicies/
This type is not used in any activity, and only used as part of another schema.
Fields
enabled: Option<bool>
Whether network policy is enabled on the cluster.
provider: Option<String>
The selected network policy provider.
Trait Implementations
impl Default for NetworkPolicy[src]
impl Default for NetworkPolicyfn default() -> NetworkPolicy[src]
fn default() -> NetworkPolicyReturns the "default value" for a type. Read more
impl Clone for NetworkPolicy[src]
impl Clone for NetworkPolicyfn clone(&self) -> NetworkPolicy[src]
fn clone(&self) -> NetworkPolicyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for NetworkPolicy[src]
impl Debug for NetworkPolicyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for NetworkPolicy[src]
impl Part for NetworkPolicyAuto Trait Implementations
impl Send for NetworkPolicy
impl Send for NetworkPolicyimpl Sync for NetworkPolicy
impl Sync for NetworkPolicy