Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodReconciler ¶ added in v0.9.0
type PodReconciler struct { k8sclient.Client Log *logrus.Entry Metrics *metrics.Metrics VersionChecker *checker.Checker RequeueDuration time.Duration // Configurable reschedule duration // contains filtered or unexported fields }
func NewPodReconciler ¶ added in v0.9.0
func (*PodReconciler) Reconcile ¶ added in v0.9.0
Reconcile is triggered whenever a watched object changes.
func (*PodReconciler) SetupWithManager ¶ added in v0.9.0
func (r *PodReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager initializes the controller
Click to show internal directories.
Click to hide internal directories.