Struct google_container1::NetworkPolicy[][src]

pub struct NetworkPolicy {
    pub enabled: Option<bool>,
    pub provider: Option<String>,
}

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

Whether network policy is enabled on the cluster.

The selected network policy provider.

Trait Implementations

impl Default for NetworkPolicy
[src]

Returns the "default value" for a type. Read more

impl Clone for NetworkPolicy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NetworkPolicy
[src]

Formats the value using the given formatter. Read more

impl Part for NetworkPolicy
[src]

Auto Trait Implementations