Documentation ¶
Index ¶
- func GetLabels(cdu *chartsv1alpha1.CoreDumpHandler) map[string]string
- type CoreDumpHandlerReconciler
- func (r *CoreDumpHandlerReconciler) DeleteCluster(ctx context.Context, cdu *chartsv1alpha1.CoreDumpHandler, l logr.Logger) (requeue bool, err error)
- func (r *CoreDumpHandlerReconciler) DeleteScc(ctx context.Context, cdu *chartsv1alpha1.CoreDumpHandler, l logr.Logger) (requeue bool, err error)
- func (r *CoreDumpHandlerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *CoreDumpHandlerReconciler) SetupWithManager(mgr ctrl.Manager) error
- func (r *CoreDumpHandlerReconciler) UpdateCluster(ctx context.Context, cdu *chartsv1alpha1.CoreDumpHandler, l logr.Logger) (requeue bool, err error)
- func (r *CoreDumpHandlerReconciler) UpdateScc(ctx context.Context, cdu *chartsv1alpha1.CoreDumpHandler, l logr.Logger) (requeue bool, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLabels ¶
func GetLabels(cdu *chartsv1alpha1.CoreDumpHandler) map[string]string
Types ¶
type CoreDumpHandlerReconciler ¶
CoreDumpHandlerReconciler reconciles a CoreDumpHandler object
func (*CoreDumpHandlerReconciler) DeleteCluster ¶
func (r *CoreDumpHandlerReconciler) DeleteCluster(ctx context.Context, cdu *chartsv1alpha1.CoreDumpHandler, l logr.Logger) (requeue bool, err error)
func (*CoreDumpHandlerReconciler) DeleteScc ¶
func (r *CoreDumpHandlerReconciler) DeleteScc(ctx context.Context, cdu *chartsv1alpha1.CoreDumpHandler, l logr.Logger) (requeue bool, err error)
func (*CoreDumpHandlerReconciler) Reconcile ¶
func (r *CoreDumpHandlerReconciler) 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 CoreDumpHandler 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.14.1/pkg/reconcile
func (*CoreDumpHandlerReconciler) SetupWithManager ¶
func (r *CoreDumpHandlerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
func (*CoreDumpHandlerReconciler) UpdateCluster ¶
func (r *CoreDumpHandlerReconciler) UpdateCluster(ctx context.Context, cdu *chartsv1alpha1.CoreDumpHandler, l logr.Logger) (requeue bool, err error)
func (*CoreDumpHandlerReconciler) UpdateScc ¶
func (r *CoreDumpHandlerReconciler) UpdateScc(ctx context.Context, cdu *chartsv1alpha1.CoreDumpHandler, l logr.Logger) (requeue bool, err error)
Click to show internal directories.
Click to hide internal directories.