Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoDatabaseReconciler ¶
type MongoDatabaseReconciler struct {
client.Client
Scheme *runtime.Scheme
}
MongoDatabaseReconciler reconciles a MongoDatabase object
func (*MongoDatabaseReconciler) Reconcile ¶
func (r *MongoDatabaseReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkgo.dev/sigs.k8s.io/controller-runtime@v0.8.3/pkg/reconcile
func (*MongoDatabaseReconciler) SetupWithManager ¶
func (r *MongoDatabaseReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type MysqlDatabaseReconciler ¶
type MysqlDatabaseReconciler struct {
client.Client
Scheme *runtime.Scheme
}
MysqlDatabaseReconciler reconciles a MysqlDatabase object
func (*MysqlDatabaseReconciler) Reconcile ¶
func (r *MysqlDatabaseReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkgo.dev/sigs.k8s.io/controller-runtime@v0.8.3/pkg/reconcile
func (*MysqlDatabaseReconciler) SetupWithManager ¶
func (r *MysqlDatabaseReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RedisDatabaseReconciler ¶
type RedisDatabaseReconciler struct {
client.Client
Scheme *runtime.Scheme
}
RedisDatabaseReconciler reconciles a RedisDatabase object
func (*RedisDatabaseReconciler) Reconcile ¶
func (r *RedisDatabaseReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkgo.dev/sigs.k8s.io/controller-runtime@v0.8.3/pkg/reconcile
func (*RedisDatabaseReconciler) SetupWithManager ¶
func (r *RedisDatabaseReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.