Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LabelAppName for discovery. LabelAppName = "mongodb.amazee.io/service-name" // LabelAppType for discovery. LabelAppType = "mongodb.amazee.io/type" // LabelAppManaged for discovery. LabelAppManaged = "mongodb.amazee.io/managed-by" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoDBConsumerInfo ¶
type MongoDBConsumerInfo struct { DatabaseName string Username string Password string Auth mongodbv1.MongoDBAuth }
MongoDBConsumerInfo .
type MongoDBConsumerReconciler ¶
MongoDBConsumerReconciler reconciles a MongoDBConsumer object
func (*MongoDBConsumerReconciler) Reconcile ¶
func (r *MongoDBConsumerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile .
func (*MongoDBConsumerReconciler) SetupWithManager ¶
func (r *MongoDBConsumerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager .
type MongoDBProviderInfo ¶
type MongoDBProviderInfo struct { Hostname string Username string Password string Port string Name string Namespace string Auth mongodbv1.MongoDBAuth Type string }
MongoDBProviderInfo .
type MongoDBProviderReconciler ¶
MongoDBProviderReconciler reconciles a MongoDBProvider object
func (*MongoDBProviderReconciler) Reconcile ¶
func (r *MongoDBProviderReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile .
func (*MongoDBProviderReconciler) SetupWithManager ¶
func (r *MongoDBProviderReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager .
Click to show internal directories.
Click to hide internal directories.