Struct google_container1::NetworkPolicyConfig[][src]

pub struct NetworkPolicyConfig {
    pub disabled: Option<bool>,
}

Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.

This type is not used in any activity, and only used as part of another schema.

Fields

Whether NetworkPolicy is enabled for this cluster.

Trait Implementations

impl Default for NetworkPolicyConfig
[src]

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

impl Clone for NetworkPolicyConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NetworkPolicyConfig
[src]

Formats the value using the given formatter. Read more

impl Part for NetworkPolicyConfig
[src]

Auto Trait Implementations