Class: Google::Apis::ContainerV1beta1::KubeletCertInfo

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

Contains expiry information about the kubelet certificate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ KubeletCertInfo

Returns a new instance of KubeletCertInfo.



5467
5468
5469
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5467

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

Instance Attribute Details

#non_tpm_bootstrap_cert_expire_timeString

Output only. Corresponds to the JSON property nonTpmBootstrapCertExpireTime

Returns:

  • (String)


5460
5461
5462
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5460

def non_tpm_bootstrap_cert_expire_time
  @non_tpm_bootstrap_cert_expire_time
end

#tpm_bootstrap_cert_expire_timeString

Output only. Corresponds to the JSON property tpmBootstrapCertExpireTime

Returns:

  • (String)


5465
5466
5467
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5465

def tpm_bootstrap_cert_expire_time
  @tpm_bootstrap_cert_expire_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5472
5473
5474
5475
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5472

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