Class NeonNodeTaskType
Defines node task types.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public static class NeonNodeTaskType
Fields
ContainerImageSync
Node task to sync container images to the cluster registry.
Declaration
public const string ContainerImageSync = "container-image-sync"
Field Value
Type | Description |
---|---|
string |
ControlPlaneCertExpirationCheck
Node task to check the expiration of the cluster control plane certificates.
Declaration
public const string ControlPlaneCertExpirationCheck = "control-plane-cert-expiration-check"
Field Value
Type | Description |
---|---|
string |
ControlPlaneCertUpdate
Node task to update control plane certificates.
Declaration
public const string ControlPlaneCertUpdate = "control-plane-cert-update"
Field Value
Type | Description |
---|---|
string |
NodeCaCertUpdate
Node task to update node CA certificates.
Declaration
public const string NodeCaCertUpdate = "node-ca-cert-update"
Field Value
Type | Description |
---|---|
string |