Documentation
¶
Index ¶
- func AddCredentialsToConnectionURL(connURL, userName, password string) (string, error)
- type AtlasDataFederationReconciler
- func (r *AtlasDataFederationReconciler) For() (client.Object, builder.Predicates)
- func (r *AtlasDataFederationReconciler) Reconcile(context context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *AtlasDataFederationReconciler) SetupWithManager(mgr ctrl.Manager, skipNameValidation bool) error
- type PrivateEndpointReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AtlasDataFederationReconciler ¶
type AtlasDataFederationReconciler struct { Client client.Client Log *zap.SugaredLogger Scheme *runtime.Scheme GlobalPredicates []predicate.Predicate EventRecorder record.EventRecorder AtlasProvider atlas.Provider ObjectDeletionProtection bool SubObjectDeletionProtection bool GlobalSecretRef client.ObjectKey }
AtlasDataFederationReconciler reconciles an DataFederation object
func (*AtlasDataFederationReconciler) For ¶ added in v2.7.1
func (r *AtlasDataFederationReconciler) For() (client.Object, builder.Predicates)
func (*AtlasDataFederationReconciler) SetupWithManager ¶
func (r *AtlasDataFederationReconciler) SetupWithManager(mgr ctrl.Manager, skipNameValidation bool) error
type PrivateEndpointReconciler ¶
type PrivateEndpointReconciler struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.