Class V1NeonClusterJobs.NeonClusterJobsSpec
The certificate update schedules.
Namespace: Neon.Kube.Resources.Cluster
Assembly: Neon.Kube.Resources.dll
Syntax
public class V1NeonClusterJobs.NeonClusterJobsSpec
Properties
ClusterCertificateRenewal
CRON schedule for renewing the cluster certficate.
Declaration
public V1NeonClusterJobs.JobSchedule ClusterCertificateRenewal { get; set; }
Property Value
Type | Description |
---|---|
V1NeonClusterJobs.JobSchedule |
ControlPlaneCertificateRenewal
CRON schedule for renewing the control plane certificate.
Declaration
public V1NeonClusterJobs.JobSchedule ControlPlaneCertificateRenewal { get; set; }
Property Value
Type | Description |
---|---|
V1NeonClusterJobs.JobSchedule |
HarborImagePush
CRON schedule for ensuring that the required NEONKUBE container images are loaded into Harbor.
Declaration
public V1NeonClusterJobs.JobSchedule HarborImagePush { get; set; }
Property Value
Type | Description |
---|---|
V1NeonClusterJobs.JobSchedule |
LinuxSecurityPatches
CRON schedule for applying Linux security patches to the cluster nodes.
Declaration
public V1NeonClusterJobs.JobSchedule LinuxSecurityPatches { get; set; }
Property Value
Type | Description |
---|---|
V1NeonClusterJobs.JobSchedule |
NodeCaCertificateUpdate
CRON schedule for updating for Node CA certificates.
Declaration
public V1NeonClusterJobs.JobSchedule NodeCaCertificateUpdate { get; set; }
Property Value
Type | Description |
---|---|
V1NeonClusterJobs.JobSchedule |
TelemetryPing
CRON schedule for sending telemerty pings to the headend.
Declaration
public V1NeonClusterJobs.JobSchedule TelemetryPing { get; set; }
Property Value
Type | Description |
---|---|
V1NeonClusterJobs.JobSchedule |