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.



3612
3613
3614
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3612

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>)


3610
3611
3612
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3610

def enabled_apis
  @enabled_apis
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3617
3618
3619
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3617

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