Struct google_container1::AddonsConfig [−][src]
pub struct AddonsConfig {
pub http_load_balancing: Option<HttpLoadBalancing>,
pub network_policy_config: Option<NetworkPolicyConfig>,
pub kubernetes_dashboard: Option<KubernetesDashboard>,
pub horizontal_pod_autoscaling: Option<HorizontalPodAutoscaling>,
}Configuration for the addons that can be automatically spun up in the cluster, enabling additional functionality.
This type is not used in any activity, and only used as part of another schema.
Fields
http_load_balancing: Option<HttpLoadBalancing>
Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
network_policy_config: Option<NetworkPolicyConfig>
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.
kubernetes_dashboard: Option<KubernetesDashboard>
Configuration for the Kubernetes Dashboard.
horizontal_pod_autoscaling: Option<HorizontalPodAutoscaling>
Configuration for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.
Trait Implementations
impl Default for AddonsConfig[src]
impl Default for AddonsConfigfn default() -> AddonsConfig[src]
fn default() -> AddonsConfigReturns the "default value" for a type. Read more
impl Clone for AddonsConfig[src]
impl Clone for AddonsConfigfn clone(&self) -> AddonsConfig[src]
fn clone(&self) -> AddonsConfigReturns 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)Performs copy-assignment from source. Read more
impl Debug for AddonsConfig[src]
impl Debug for AddonsConfigfn 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 AddonsConfig[src]
impl Part for AddonsConfigAuto Trait Implementations
impl Send for AddonsConfig
impl Send for AddonsConfigimpl Sync for AddonsConfig
impl Sync for AddonsConfig