public sealed class NodePool.Types.KubeletCertInfo : IMessage<NodePool.Types.KubeletCertInfo>, IEquatable<NodePool.Types.KubeletCertInfo>, IDeepCloneable<NodePool.Types.KubeletCertInfo>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class NodePool.Types.KubeletCertInfo.
Contains expiry information about the kubelet certificate.
Implements
IMessageNodePoolTypesKubeletCertInfo, IEquatableNodePoolTypesKubeletCertInfo, IDeepCloneableNodePoolTypesKubeletCertInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |
|