Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoopReconcile controllerutil.MutateFn = func() error { return nil }
NoopReconcile is just a default mutation function that does nothing.
Functions ¶
This section is empty.
Types ¶
type HostedClusterReconciler ¶
type HostedClusterReconciler struct { client.Client // HostedControlPlaneOperatorImage is the image used to deploy the hosted control // plane operator. HostedControlPlaneOperatorImage string // IgnitionServerImage is the image used to deploy the ignition server. IgnitionServerImage string // Log is a thread-safe logger. Log logr.Logger // Clock is used to determine the time in a testable way. Clock clock.Clock // contains filtered or unexported fields }
HostedClusterReconciler reconciles a HostedCluster object
func (*HostedClusterReconciler) SetupWithManager ¶
func (r *HostedClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.