class Google::Apis::ContainerV1::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.
Attributes
disabled[RW]
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. Corresponds to the JSON property `disabled` @return [Boolean]
disabled?[RW]
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. Corresponds to the JSON property `disabled` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/container_v1/classes.rb, line 389 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/container_v1/classes.rb, line 394 def update!(**args) @disabled = args[:disabled] if args.key?(:disabled) end