Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoAvailableNodes = errors.New("cannot find nodes with matching ProviderIDs in ProviderIDList")
)
Functions ¶
This section is empty.
Types ¶
type MachinePoolReconciler ¶
type MachinePoolReconciler struct {
Client client.Client
Log logr.Logger
// contains filtered or unexported fields
}
MachinePoolReconciler reconciles a MachinePool object
func (*MachinePoolReconciler) Reconcile ¶
func (r *MachinePoolReconciler) Reconcile(req ctrl.Request) (_ ctrl.Result, reterr error)
func (*MachinePoolReconciler) SetupWithManager ¶
func (r *MachinePoolReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error
Click to show internal directories.
Click to hide internal directories.