Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Finalizer is the finalizer for Cluster Finalizer = clustersv1alpha1.GroupVersion.Group + "/finalizer" // AnnotationName can be used to override the name of the kind cluster. AnnotationName = v1alpha1.GroupVersion.Group + "/name" )
Functions ¶
This section is empty.
Types ¶
type AccessRequestReconciler ¶
AccessRequestReconciler reconciles a AccessRequest object
func (*AccessRequestReconciler) Reconcile ¶
func (r *AccessRequestReconciler) 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.
func (*AccessRequestReconciler) SetupWithManager ¶
func (r *AccessRequestReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ClusterReconciler ¶
type ClusterReconciler struct { client.Client Scheme *runtime.Scheme RequeueStore *smartrequeue.Store Provider kind.Provider }
ClusterReconciler reconciles a Cluster object
func (*ClusterReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*ClusterReconciler) SetupWithManager ¶
func (r *ClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.