Documentation
¶
Index ¶
Constants ¶
View Source
const (
JobRunnerSAName = "devworkspace-job-runner"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupCronJobReconciler ¶
type BackupCronJobReconciler struct {
client.Client
NonCachingClient client.Client
Log logr.Logger
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
BackupCronJobReconciler reconciles `BackupCronJob` configuration for the purpose of backing up workspace PVCs.
func (*BackupCronJobReconciler) Reconcile ¶
func (r *BackupCronJobReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is the main reconciliation loop for the BackupCronJob controller.
func (*BackupCronJobReconciler) SetupWithManager ¶
func (r *BackupCronJobReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.