Class: Google::Apis::GkehubV2::WorkloadCertificateSpec

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

Overview

WorkloadCertificate: The membership-specific input for WorkloadCertificate feature.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WorkloadCertificateSpec

Returns a new instance of WorkloadCertificateSpec.



3556
3557
3558
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3556

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

Instance Attribute Details

#certificate_managementString

CertificateManagement specifies workload certificate management. Corresponds to the JSON property certificateManagement

Returns:

  • (String)


3554
3555
3556
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3554

def certificate_management
  @certificate_management
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3561
3562
3563
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3561

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