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
disabled: Option<bool>
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]
fn default() -> HttpLoadBalancing
Returns the "default value" for a type. Read more
impl Clone for HttpLoadBalancing[src]
fn clone(&self) -> HttpLoadBalancing
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more