Documentation
¶
Index ¶
Constants ¶
View Source
const ( SecretAnnotation = "authenticator.snappcloud.io/secret.name" ConfigmapAnnotation = "authenticator.snappcloud.io/configmap.name" ExternallyManaged = "basicauthenticator.snappcloud.io/externally.managed" ConfigMountPath = "/etc/nginx/conf.d" SecretMountDir = "/etc/secret" SecretMountPath = "/etc/secret/htpasswd" SecretHtpasswdField = "htpasswd" )
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.