Documentation
¶
Index ¶
- type UserReconciler
- func (r *UserReconciler) CreateV1Secret(ctx context.Context, userResource *authv1alpha1.User, data map[string][]byte, ...) error
- func (r *UserReconciler) DeleteV1Secret(ctx context.Context, secretResource *v1.Secret, logger logr.Logger) error
- func (r *UserReconciler) GetV1Secret(ctx context.Context, name, namespace string, logger logr.Logger) (*v1.Secret, error)
- func (r *UserReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *UserReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserReconciler ¶
UserReconciler reconciles a User object
func (*UserReconciler) CreateV1Secret ¶
func (r *UserReconciler) CreateV1Secret(ctx context.Context, userResource *authv1alpha1.User, data map[string][]byte, logger logr.Logger) error
func (*UserReconciler) DeleteV1Secret ¶
func (*UserReconciler) GetV1Secret ¶
func (*UserReconciler) 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 (*UserReconciler) SetupWithManager ¶
func (r *UserReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.