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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `HttpLoadBalancing` within `Google.Cloud.Container.V1` is 3.33.0, and the overall documentation is for version 3.0.0."],["The `HttpLoadBalancing` class provides configuration options for the HTTP (L7) load balancing controller addon, facilitating the setup of HTTP load balancers for cluster services."],["The `HttpLoadBalancing` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Disabled` property of `HttpLoadBalancing` determines whether the HTTP Load Balancing controller is active in the cluster, with a boolean value controlling its state."],["There are 37 different version documentations for HttpLoadBalancing, ranging from version 3.33.0 to 2.3.0."]]],[]]