Documentation
¶
Index ¶
- Constants
- type BasicAuthenticatorReconciler
- func (r *BasicAuthenticatorReconciler) Cleanup(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *BasicAuthenticatorReconciler) Provision(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *BasicAuthenticatorReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *BasicAuthenticatorReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
View Source
const ( ExternallyManaged = "basicauthenticator.snappcloud.io/externally.managed" ConfigMountPath = "/etc/nginx/conf.d" SecretMountDir = "/etc/secret" SecretMountPath = "/etc/secret/htpasswd" SecretHtpasswdField = "htpasswd" StatusAvailable = "Available" StatusReconciling = "Reconciling" StatusDeleting = "Deleting" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicAuthenticatorReconciler ¶
type BasicAuthenticatorReconciler struct { client.Client Scheme *runtime.Scheme CustomConfig *config.CustomConfig // contains filtered or unexported fields }
BasicAuthenticatorReconciler reconciles a BasicAuthenticator object
func (*BasicAuthenticatorReconciler) Provision ¶
func (r *BasicAuthenticatorReconciler) Provision(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Provision provisions the required resources for the basicAuthenticator object
func (*BasicAuthenticatorReconciler) SetupWithManager ¶
func (r *BasicAuthenticatorReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.