Class V1NeonClusterJobs.NeonClusterJobsStatus
The status.
Namespace: Neon.Kube.Resources.Cluster
Assembly: Neon.Kube.Resources.dll
Syntax
public class V1NeonClusterJobs.NeonClusterJobsStatus
Properties
ClusterCertificateRenewal
Neon Desktop certificate update status.
Declaration
public V1NeonClusterJobs.JobStatus ClusterCertificateRenewal { get; set; }
Property Value
Type | Description |
---|---|
V1Neon |
ControlPlaneCertificateRenewal
Control plane certificate update status.
Declaration
public V1NeonClusterJobs.JobStatus ControlPlaneCertificateRenewal { get; set; }
Property Value
Type | Description |
---|---|
V1Neon |
HarborImagePush
Container images push to Harbor update status.
Declaration
public V1NeonClusterJobs.JobStatus HarborImagePush { get; set; }
Property Value
Type | Description |
---|---|
V1Neon |
LinuxSecurityPatches
Update spec for security status.
Declaration
public V1NeonClusterJobs.JobStatus LinuxSecurityPatches { get; set; }
Property Value
Type | Description |
---|---|
V1Neon |
NodeCaCertificateUpdate
Node CA certificate update status.
Declaration
public V1NeonClusterJobs.JobStatus NodeCaCertificateUpdate { get; set; }
Property Value
Type | Description |
---|---|
V1Neon |
TelemetryPing
Cluster telemetry update status.
Declaration
public V1NeonClusterJobs.JobStatus TelemetryPing { get; set; }
Property Value
Type | Description |
---|---|
V1Neon |