Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodReconciler ¶
type PodReconciler struct { Keep int MaxAge time.Duration client.Client Log logr.Logger Scheme *runtime.Scheme }
PodReconciler reconciles a Pod object
func (*PodReconciler) Reconcile ¶
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.0/pkg/reconcile
func (*PodReconciler) SetupWithManager ¶
func (r *PodReconciler) SetupWithManager(mgr ctrl.Manager, opts PodReconcilerOptions) error
SetupWithManager sets up the controller with the Manager.
type PodReconcilerOptions ¶
type PodReconcilerOptions struct {
MaxConcurrentReconciles int
}
Click to show internal directories.
Click to hide internal directories.