Class: Google::Cloud::Container::V1beta1::CloudRunConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

Configuration options for the Cloud Run feature.

Defined Under Namespace

Modules: LoadBalancerType

Instance Attribute Summary collapse

Instance Attribute Details

#disabled::Boolean

Returns Whether Cloud Run addon is enabled for this cluster.

Returns:

  • (::Boolean)

    Whether Cloud Run addon is enabled for this cluster.



997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 997

class CloudRunConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Load balancer type of ingress service of Cloud Run.
  module LoadBalancerType
    # Load balancer type for Cloud Run is unspecified.
    LOAD_BALANCER_TYPE_UNSPECIFIED = 0

    # Install external load balancer for Cloud Run.
    LOAD_BALANCER_TYPE_EXTERNAL = 1

    # Install internal load balancer for Cloud Run.
    LOAD_BALANCER_TYPE_INTERNAL = 2
  end
end

#load_balancer_type::Google::Cloud::Container::V1beta1::CloudRunConfig::LoadBalancerType

Returns Which load balancer type is installed for Cloud Run.

Returns:



997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 997

class CloudRunConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Load balancer type of ingress service of Cloud Run.
  module LoadBalancerType
    # Load balancer type for Cloud Run is unspecified.
    LOAD_BALANCER_TYPE_UNSPECIFIED = 0

    # Install external load balancer for Cloud Run.
    LOAD_BALANCER_TYPE_EXTERNAL = 1

    # Install internal load balancer for Cloud Run.
    LOAD_BALANCER_TYPE_INTERNAL = 2
  end
end