Documentation
¶
Index ¶
- type ClusterReconciler
- func (r *ClusterReconciler) AddLogsFinalizer(ctx context.Context, instance *apiv1.Cluster) error
- func (r *ClusterReconciler) AddStartTime(ctx context.Context, instance *apiv1.Cluster) error
- func (r *ClusterReconciler) AddStatusFinalizer(ctx context.Context, instance *apiv1.Cluster) error
- func (r *ClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *ClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterReconciler ¶
type ClusterReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Namespace string
}
ClusterReconciler reconciles a Cluster object
func (*ClusterReconciler) AddLogsFinalizer ¶
AddLogsFinalizer Adds finalizer by the reconciler
func (*ClusterReconciler) AddStartTime ¶
AddStartTime Adds starttime field by the reconciler
func (*ClusterReconciler) AddStatusFinalizer ¶
AddStatusFinalizer Adds finalizer by the reconciler
func (*ClusterReconciler) SetupWithManager ¶
func (r *ClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager register the reconciliation logic
Source Files
¶
Click to show internal directories.
Click to hide internal directories.