Struct google_container1::KubernetesDashboard[][src]

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

Configuration for the Kubernetes Dashboard.

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

Fields

Whether the Kubernetes Dashboard is enabled for this cluster.

Trait Implementations

impl Default for KubernetesDashboard
[src]

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

impl Clone for KubernetesDashboard
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KubernetesDashboard
[src]

Formats the value using the given formatter. Read more

impl Part for KubernetesDashboard
[src]

Auto Trait Implementations