Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultSchedule is the default cron job reconciliation schedule DefaultSchedule = "*/1 * * * *" // DefaultCronJobImage is the default Docker image used for the reconcilaition CronJob DefaultCronJobImage = "chrsoo/cloud-config-operator:" + version.Version // CronJobTimeout defines the timeout before the CronJob is automatically terminated, cf `activeDeadlineSeconds` of the K8 JobSpec CronJobTimeout = 300 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileCloudConfig ¶
type ReconcileCloudConfig struct {
// contains filtered or unexported fields
}
ReconcileCloudConfig reconciles a CloudConfig object
func (*ReconcileCloudConfig) Reconcile ¶
Reconcile reads that state of the cluster for a CloudConfig object and makes changes based on the state read and what is in the CloudConfig.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
Click to show internal directories.
Click to hide internal directories.