Google Kubernetes Engine v1 API - Class NodePool.Types.KubeletCertInfo (3.40.0)

public sealed class NodePool.Types.KubeletCertInfo : IMessage<NodePool.Types.KubeletCertInfo>, IEquatable<NodePool.Types.KubeletCertInfo>, IDeepCloneable<NodePool.Types.KubeletCertInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class NodePool.Types.KubeletCertInfo.

Contains expiry information about the kubelet certificate.

Inheritance

object > NodePool.Types.KubeletCertInfo

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

KubeletCertInfo()

public KubeletCertInfo()

KubeletCertInfo(KubeletCertInfo)

public KubeletCertInfo(NodePool.Types.KubeletCertInfo other)
Parameter
Name Description
other NodePoolTypesKubeletCertInfo

Properties

NonTpmBootstrapCertExpireTime

public Timestamp NonTpmBootstrapCertExpireTime { get; set; }

Output only.

Property Value
Type Description
Timestamp

TpmBootstrapCertExpireTime

public Timestamp TpmBootstrapCertExpireTime { get; set; }

Output only.

Property Value
Type Description
Timestamp