public sealed class HttpLoadBalancing : IMessage<HttpLoadBalancing>, IEquatable<HttpLoadBalancing>, IDeepCloneable<HttpLoadBalancing>, IBufferMessage, IMessage
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.
Implements
IMessage<HttpLoadBalancing>, IEquatable<HttpLoadBalancing>, IDeepCloneable<HttpLoadBalancing>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |
Boolean |