Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PublishZonalShiftEvents ¶ added in v1.14.0
func PublishZonalShiftEvents(recorder events.Recorder, previous, current sets.Set[string], zoneInfosByNodePool map[*karpv1.NodePool][]v1.ZoneInfo)
PublishZonalShiftEvents takes zoneInfosByNodePool as input so it stays decoupled from the concrete NodeClass type a caller resolves it from.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( kubeClient client.Client, recorder events.Recorder, arczonalshiftProvider arczonalshift.Provider, ) *Controller
func (*Controller) Reconcile ¶
func (c *Controller) Reconcile(ctx context.Context) (reconciler.Result, error)
Click to show internal directories.
Click to hide internal directories.