Documentation
¶
Index ¶
Constants ¶
View Source
const (
// ROSAControlPlaneFinalizer allows the controller to clean up resources on delete.
ROSAControlPlaneFinalizer = "rosacontrolplane.controlplane.cluster.x-k8s.io"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ROSAControlPlaneReconciler ¶
type ROSAControlPlaneReconciler struct {
client.Client
WatchFilterValue string
WaitInfraPeriod time.Duration
}
func (*ROSAControlPlaneReconciler) Reconcile ¶
func (r *ROSAControlPlaneReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, reterr error)
Reconcile will reconcile RosaControlPlane Resources.
func (*ROSAControlPlaneReconciler) SetupWithManager ¶
func (r *ROSAControlPlaneReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager is used to setup the controller.
Click to show internal directories.
Click to hide internal directories.