Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Retry = wait.Backoff{ Steps: 50, Duration: 10 * time.Millisecond, Factor: 1.0, Jitter: 0.1, }
Functions ¶
Types ¶
type PodReconciler ¶
ManagerStateReconciler reconciles a ManagerState object
func (*PodReconciler) SetupWithManager ¶
func (r *PodReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.