Documentation
¶
Index ¶
- func BuildRegistry(ctx context.Context, params manifests.Params) ([]client.Object, error)
- type RegistryReconciler
- func (r *RegistryReconciler) GetParams(instance registryv1alpha1.Registry) (manifests.Params, error)
- func (r *RegistryReconciler) MapS3Secrets(ctx context.Context, obj client.Object) []reconcile.Request
- func (r *RegistryReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *RegistryReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegistryReconciler ¶
type RegistryReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder }
RegistryReconciler reconciles a Registry object.
func (*RegistryReconciler) GetParams ¶
func (r *RegistryReconciler) GetParams(instance registryv1alpha1.Registry) (manifests.Params, error)
func (*RegistryReconciler) MapS3Secrets ¶
func (*RegistryReconciler) 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 (*RegistryReconciler) SetupWithManager ¶
func (r *RegistryReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.