Class: Google::Apis::GkehubV1alpha::MembershipSpec

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

Overview

Workload Certificate: The membership-specific input for WorkloadCertificate feature.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MembershipSpec

Returns a new instance of MembershipSpec.



4468
4469
4470
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 4468

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

Instance Attribute Details

#certificate_managementString

Specifies workload certificate management. Corresponds to the JSON property certificateManagement

Returns:

  • (String)


4466
4467
4468
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 4466

def certificate_management
  @certificate_management
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4473
4474
4475
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 4473

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