Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UselessMachineReconciler ¶
UselessMachineReconciler reconciles a UselessMachine object
func (*UselessMachineReconciler) InjectClient ¶
func (r *UselessMachineReconciler) InjectClient(c client.Client) error
InjectClient for automatic injection of cached client
func (*UselessMachineReconciler) Reconcile ¶
func (r *UselessMachineReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. +kubebuilder:rbac:groups=introspect.actvirtual.com,resources=uselessmachines,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=introspect.actvirtual.com,resources=uselessmachines/status,verbs=get;update;patch +kubebuilder:rbac:groups=introspect.actvirtual.com,resources=uselessmachines/finalizers,verbs=update
func (*UselessMachineReconciler) SetupWithManager ¶
func (r *UselessMachineReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.