Class: Google::Apis::ContainerV1::K8sBetaApiConfig

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

Overview

K8sBetaAPIConfig , configuration for beta APIs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ K8sBetaApiConfig

Returns a new instance of K8sBetaApiConfig.



3256
3257
3258
# File 'lib/google/apis/container_v1/classes.rb', line 3256

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

Instance Attribute Details

#enabled_apisArray<String>

Enabled k8s beta APIs. Corresponds to the JSON property enabledApis

Returns:

  • (Array<String>)


3254
3255
3256
# File 'lib/google/apis/container_v1/classes.rb', line 3254

def enabled_apis
  @enabled_apis
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3261
3262
3263
# File 'lib/google/apis/container_v1/classes.rb', line 3261

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