Class: Google::Apis::ContainerV1::K8sBetaApiConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::K8sBetaApiConfig
- 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
-
#enabled_apis ⇒ Array<String>
Enabled k8s beta APIs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ K8sBetaApiConfig
constructor
A new instance of K8sBetaApiConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ K8sBetaApiConfig
Returns a new instance of K8sBetaApiConfig.
3462 3463 3464 |
# File 'lib/google/apis/container_v1/classes.rb', line 3462 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled_apis ⇒ Array<String>
Enabled k8s beta APIs.
Corresponds to the JSON property enabledApis
3460 3461 3462 |
# File 'lib/google/apis/container_v1/classes.rb', line 3460 def enabled_apis @enabled_apis end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3467 3468 3469 |
# File 'lib/google/apis/container_v1/classes.rb', line 3467 def update!(**args) @enabled_apis = args[:enabled_apis] if args.key?(:enabled_apis) end |