Struct google_container1::HorizontalPodAutoscaling[][src]

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

Configuration options 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.

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

Fields

Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that a Heapster pod is running in the cluster, which is also used by the Cloud Monitoring service.

Trait Implementations

impl Default for HorizontalPodAutoscaling
[src]

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

impl Clone for HorizontalPodAutoscaling
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HorizontalPodAutoscaling
[src]

Formats the value using the given formatter. Read more

impl Part for HorizontalPodAutoscaling
[src]

Auto Trait Implementations