Class: Google::Cloud::Container::V1beta1::HttpLoadBalancing
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::HttpLoadBalancing
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
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.
Instance Attribute Summary collapse
-
#disabled ⇒ ::Boolean
Whether the HTTP Load Balancing controller is enabled in the cluster.
Instance Attribute Details
#disabled ⇒ ::Boolean
Returns 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.
832 833 834 835 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 832 class HttpLoadBalancing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |