Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "MachineSet"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
base.AROController
}
func NewReconciler ¶
func NewReconciler(log *logrus.Entry, client client.Client) *Reconciler
MachineSet reconciler watches MachineSet objects for changes, evaluates total worker replica count, and reverts changes if needed.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.