Documentation ¶
Index ¶
- type MaintenanceLimitReconciler
- func (r *MaintenanceLimitReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)
- func (r *MaintenanceLimitReconciler) SetupWithManager(mgr ctrl.Manager) error
- func (r *MaintenanceLimitReconciler) UpdateMaintenanceLimits(ctx context.Context, log logr.Logger, ml *repairmanv1.MaintenanceLimit) error
- type MaintenanceRequestReconciler
- func (r *MaintenanceRequestReconciler) ApproveMaintenanceRequest(ctx context.Context, log logr.Logger, mr *repairmanv1.MaintenanceRequest) (ctrl.Result, error)
- func (r *MaintenanceRequestReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)
- func (r *MaintenanceRequestReconciler) SetupWithManager(mgr ctrl.Manager) error
- type MaintenanceSelectorReconciler
- type PolicyHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MaintenanceLimitReconciler ¶
MaintenanceLimitReconciler reconciles a MaintenanceLimit object
func (*MaintenanceLimitReconciler) SetupWithManager ¶
func (r *MaintenanceLimitReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager ...
func (*MaintenanceLimitReconciler) UpdateMaintenanceLimits ¶
func (r *MaintenanceLimitReconciler) UpdateMaintenanceLimits(ctx context.Context, log logr.Logger, ml *repairmanv1.MaintenanceLimit) error
UpdateMaintenanceLimits update maintenance limits if changed
type MaintenanceRequestReconciler ¶
MaintenanceRequestReconciler reconciles a MaintenanceRequest object
func (*MaintenanceRequestReconciler) ApproveMaintenanceRequest ¶
func (r *MaintenanceRequestReconciler) ApproveMaintenanceRequest(ctx context.Context, log logr.Logger, mr *repairmanv1.MaintenanceRequest) (ctrl.Result, error)
ApproveMaintenanceRequest check if mr is under limits, approve if under limits
func (*MaintenanceRequestReconciler) SetupWithManager ¶
func (r *MaintenanceRequestReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager ...
type MaintenanceSelectorReconciler ¶
MaintenanceSelectorReconciler reconciles a MaintenanceSelector object
func (*MaintenanceSelectorReconciler) SetupWithManager ¶
func (r *MaintenanceSelectorReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager ...
Click to show internal directories.
Click to hide internal directories.