Struct google_container1::HttpLoadBalancing [] [src]

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

Configuration options for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.

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

Fields

Whether the HTTP Load Balancing controller is enabled in the cluster. When enabled, it runs a small pod in the cluster that manages the load balancers.

Trait Implementations

impl Default for HttpLoadBalancing
[src]

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

impl Clone for HttpLoadBalancing
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HttpLoadBalancing
[src]

Formats the value using the given formatter.

impl Part for HttpLoadBalancing
[src]