Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeDisruptionBudgetReconciler ¶
NodeDisruptionBudgetReconciler reconciles a NodeDisruptionBudget object
func (*NodeDisruptionBudgetReconciler) Reconcile ¶
func (r *NodeDisruptionBudgetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the NodeDisruptionBudget object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.10.0/pkg/reconcile
func (*NodeDisruptionBudgetReconciler) SetupWithManager ¶
func (r *NodeDisruptionBudgetReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NodeOperationReconciler ¶
type NodeOperationReconciler struct {
client.Client
Scheme *runtime.Scheme
DrainInterval time.Duration
NDBRetryInterval time.Duration
// contains filtered or unexported fields
}
NodeOperationReconciler reconciles a NodeOperation object
func (*NodeOperationReconciler) Reconcile ¶
func (r *NodeOperationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the NodeOperation object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.10.0/pkg/reconcile
func (*NodeOperationReconciler) SetupWithManager ¶
func (r *NodeOperationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NodeOperationTemplateReconciler ¶
NodeOperationTemplateReconciler reconciles a NodeOperationTemplate object
func (*NodeOperationTemplateReconciler) Reconcile ¶
func (r *NodeOperationTemplateReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the NodeOperationTemplate object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.10.0/pkg/reconcile
func (*NodeOperationTemplateReconciler) SetupWithManager ¶
func (r *NodeOperationTemplateReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NodeRemediationReconciler ¶
type NodeRemediationReconciler struct {
client.Client
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
NodeRemediationReconciler reconciles a NodeRemediation object
func (*NodeRemediationReconciler) Reconcile ¶
func (r *NodeRemediationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the NodeRemediation object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.10.0/pkg/reconcile
func (*NodeRemediationReconciler) SetupWithManager ¶
func (r *NodeRemediationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NodeRemediationTemplateReconciler ¶
type NodeRemediationTemplateReconciler struct {
client.Client
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
NodeRemediationTemplateReconciler reconciles a NodeRemediationTemplate object
func (*NodeRemediationTemplateReconciler) Reconcile ¶
func (r *NodeRemediationTemplateReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the NodeRemediationTemplate object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.10.0/pkg/reconcile
func (*NodeRemediationTemplateReconciler) SetupWithManager ¶
func (r *NodeRemediationTemplateReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.