Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrOIDCNotEnabled = fmt.Errorf("'OIDCAuthType' field is set but OIDC authentication is disabled")
Functions ¶
This section is empty.
Types ¶
type AtlasDatabaseUserReconciler ¶
type AtlasDatabaseUserReconciler struct { watch.ResourceWatcher Client client.Client Log *zap.SugaredLogger Scheme *runtime.Scheme EventRecorder record.EventRecorder AtlasProvider atlas.Provider GlobalPredicates []predicate.Predicate ObjectDeletionProtection bool SubObjectDeletionProtection bool FeaturePreviewOIDCAuthEnabled bool }
AtlasDatabaseUserReconciler reconciles an AtlasDatabaseUser object
func (*AtlasDatabaseUserReconciler) SetupWithManager ¶
func (r *AtlasDatabaseUserReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.