Documentation ¶
Overview ¶
Package kkmachine implements kkmachine controllers.
Index ¶
Constants ¶
View Source
const (
InstanceIDIndex = ".spec.instanceID"
)
InstanceIDIndex defines the kk machine controller's instance ID index.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Tracker *remote.ClusterCacheTracker WatchFilterValue string DataDir string // contains filtered or unexported fields }
Reconciler reconciles a KKMachine object
func (*Reconciler) KKClusterToKKMachines ¶
func (r *Reconciler) KKClusterToKKMachines(log logr.Logger) handler.MapFunc
KKClusterToKKMachines is a handler.ToRequestsFunc to be used to enqeue requests for reconciliation of KKMachines.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.