Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clock ¶
Clock knows how to get the current time. It can be used to fake out timing for testing.
type PodCheckpointReconciler ¶
type PodCheckpointReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme WorkerNamespace string WorkerImage string }
PodCheckpointReconciler reconciles a PodCheckpoint object
func (*PodCheckpointReconciler) Reconcile ¶
Reconcile is the main entry point for comparing current state of custom resource with desired state and converge to the desired state
func (*PodCheckpointReconciler) SetupWithManager ¶
func (r *PodCheckpointReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will configure the controller manager
Click to show internal directories.
Click to hide internal directories.