Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { }
func (*Options) InitDefaults ¶
func (o *Options) InitDefaults()
type RootSyncRolloutReconciler ¶
type RootSyncRolloutReconciler struct { Options client.Client // contains filtered or unexported fields }
RootSyncRolloutReconciler reconciles a RootSyncRollout object
func NewRootSyncRolloutReconciler ¶
func NewRootSyncRolloutReconciler() *RootSyncRolloutReconciler
func (*RootSyncRolloutReconciler) Reconcile ¶
func (r *RootSyncRolloutReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.10.0/pkg/reconcile
func (*RootSyncRolloutReconciler) SetupWithManager ¶
func (r *RootSyncRolloutReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.