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.



3389
3390
3391
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3389

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

Instance Attribute Details

#certificate_managementString

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

Returns:

  • (String)


3387
3388
3389
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3387

def certificate_management
  @certificate_management
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3394
3395
3396
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3394

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