Documentation
¶
Index ¶
Constants ¶
View Source
const ExpectationsTimeout = 1 * time.Millisecond
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NMControllerExpectation ¶
func NewNMControllerExpectation ¶
func NewNMControllerExpectation() *NMControllerExpectation
func (*NMControllerExpectation) DeleteExpectations ¶
func (c *NMControllerExpectation) DeleteExpectations()
func (*NMControllerExpectation) SatisfiedExpectations ¶
func (c *NMControllerExpectation) SatisfiedExpectations(fromState, toState, nmName string) bool
func (*NMControllerExpectation) SetExpectations ¶
func (c *NMControllerExpectation) SetExpectations(fromState, toState, nmName string)
type NodeMapper ¶
type NodeMapper struct {
Mapper
}
func (NodeMapper) MapNodeCreate ¶
func (m NodeMapper) MapNodeCreate(obj client.Object) []reconcile.Request
func (NodeMapper) MapNodeUpdate ¶
func (m NodeMapper) MapNodeUpdate(obj client.Object) []reconcile.Request
type NotifyMaintenanceReconciler ¶
type NotifyMaintenanceReconciler struct { client.Client Scheme *runtime.Scheme Log logr.Logger Notifiers []notify.NewNotifierFunc // contains filtered or unexported fields }
NotifyMaintenanceReconciler reconciles a NotifyMaintenance object
func (*NotifyMaintenanceReconciler) Reconcile ¶
func (r *NotifyMaintenanceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- https://pkgo.dev/sigs.k8s.io/[email protected]/pkg/reconcile
func (*NotifyMaintenanceReconciler) SetupWithManager ¶
func (r *NotifyMaintenanceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.