Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = v1beta1.OperatorName + "-repository-controller"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectionReconciler ¶ added in v0.2.0
CollectionReconciler reconciles a Collection object
func (*CollectionReconciler) Reconcile ¶ added in v0.2.0
func (r *CollectionReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile moves the current state of the cluster closer to the desired state.
func (*CollectionReconciler) SetupWithManager ¶ added in v0.2.0
func (r *CollectionReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RepositoryReconciler ¶
RepositoryReconciler reconciles a Repository object
func (*RepositoryReconciler) Reconcile ¶
func (r *RepositoryReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile moves the current state of the cluster closer to the desired state.
func (*RepositoryReconciler) SetupWithManager ¶
func (r *RepositoryReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.