Documentation ¶
Index ¶
Constants ¶
View Source
const (
ClientAPIVersionAnnotation = "client.api.version"
)
Variables ¶
This section is empty.
Functions ¶
func NewReconciler ¶
func NewReconciler( mgr manager.Manager, cloudProvider cloudprovider.CloudProvider, notifier notifications.Notifier, namespace string, options transitioner.Options, ) (reconcile.Reconciler, error)
NewReconciler returns a new Reconciler for CycleNodeRequests, which implements reconcile.Reconciler The Reconciler is registered as a controller and initialised as part of the creation.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles CycleNodeRequests. It implements reconcile.Reconciler
Click to show internal directories.
Click to hide internal directories.