Struct google_container1::HttpLoadBalancing [−][src]
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]
impl Default for HttpLoadBalancingfn default() -> HttpLoadBalancing[src]
fn default() -> HttpLoadBalancingReturns the "default value" for a type. Read more
impl Clone for HttpLoadBalancing[src]
impl Clone for HttpLoadBalancingfn clone(&self) -> HttpLoadBalancing[src]
fn clone(&self) -> HttpLoadBalancingReturns 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)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for HttpLoadBalancing[src]
impl Debug for HttpLoadBalancingfn 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 HttpLoadBalancing[src]
impl Part for HttpLoadBalancingAuto Trait Implementations
impl Send for HttpLoadBalancing
impl Send for HttpLoadBalancingimpl Sync for HttpLoadBalancing
impl Sync for HttpLoadBalancing