Class: Google::Cloud::Container::V1beta1::KalmConfig

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 KALM addon.

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Whether KALM is enabled for this cluster.

Returns:

  • (::Boolean)

    Whether KALM is enabled for this cluster.



1087
1088
1089
1090
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1087

class KalmConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end