Google Kubernetes Engine v1 API - Class HttpLoadBalancing (3.28.0)

public sealed class HttpLoadBalancing : IMessage<HttpLoadBalancing>, IEquatable<HttpLoadBalancing>, IDeepCloneable<HttpLoadBalancing>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class HttpLoadBalancing.

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.

Inheritance

object > HttpLoadBalancing

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

HttpLoadBalancing()

public HttpLoadBalancing()

HttpLoadBalancing(HttpLoadBalancing)

public HttpLoadBalancing(HttpLoadBalancing other)
Parameter
Name Description
other HttpLoadBalancing

Properties

Disabled

public bool Disabled { get; set; }

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.

Property Value
Type Description
bool