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.



5444
5445
5446
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5444

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



5442
5443
5444
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5442

def compatibility_status
  @compatibility_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5449
5450
5451
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5449

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