Class: Google::Apis::ContainerV1beta1::K8sBetaApiConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/container_v1beta1/classes.rb,
lib/google/apis/container_v1beta1/representations.rb,
lib/google/apis/container_v1beta1/representations.rb

Overview

Kubernetes open source beta apis enabled on the cluster.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ K8sBetaApiConfig

Returns a new instance of K8sBetaApiConfig.



3330
3331
3332
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3330

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#enabled_apisArray<String>

api name, e.g. storage.k8s.io/v1beta1/csistoragecapacities. Corresponds to the JSON property enabledApis

Returns:

  • (Array<String>)


3328
3329
3330
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3328

def enabled_apis
  @enabled_apis
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3335
3336
3337
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3335

def update!(**args)
  @enabled_apis = args[:enabled_apis] if args.key?(:enabled_apis)
end