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.



3164
3165
3166
# File 'lib/google/apis/container_v1/classes.rb', line 3164

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


3162
3163
3164
# File 'lib/google/apis/container_v1/classes.rb', line 3162

def enabled_apis
  @enabled_apis
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3169
3170
3171
# File 'lib/google/apis/container_v1/classes.rb', line 3169

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