Class: Google::Apis::ContainerV1beta1::Master

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

Master is the configuration for components on master.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Master

Returns a new instance of Master.



6016
6017
6018
# File 'lib/google/apis/container_v1beta1/classes.rb', line 6016

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

Instance Attribute Details

#compatibility_statusGoogle::Apis::ContainerV1beta1::CompatibilityStatus

CompatibilityStatus is the status regarding the control plane's compatibility. Corresponds to the JSON property compatibilityStatus



6014
6015
6016
# File 'lib/google/apis/container_v1beta1/classes.rb', line 6014

def compatibility_status
  @compatibility_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6021
6022
6023
# File 'lib/google/apis/container_v1beta1/classes.rb', line 6021

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