Documentation
¶
Index ¶
- type S3UserReconciler
- func (r *S3UserReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *S3UserReconciler) SetReconciledCondition(ctx context.Context, req ctrl.Request, userResource *s3v1alpha1.S3User, ...) (ctrl.Result, error)
- func (r *S3UserReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3UserReconciler ¶
type S3UserReconciler struct { client.Client Scheme *runtime.Scheme OverrideExistingSecret bool ReconcilePeriod time.Duration S3factory s3factory.S3Factory ControllerHelper *helpers.ControllerHelper S3Instancehelper *helpers.S3InstanceHelper PasswordGeneratorHelper *helpers.PasswordGenerator }
S3UserReconciler reconciles a S3User object
func (*S3UserReconciler) 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.14.1/pkg/reconcile
func (*S3UserReconciler) SetReconciledCondition ¶
func (*S3UserReconciler) SetupWithManager ¶
func (r *S3UserReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.*
Click to show internal directories.
Click to hide internal directories.