Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultUsername = "john" DefaultPassword = "abc" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileSqlDB ¶
ReconcileSqlDB reconciles a SqlDB object
func (*ReconcileSqlDB) Reconcile ¶
Reconcile reads that state of the cluster for a SqlDB object and makes changes based on the state read and what is in the SqlDB.Spec +kubebuilder:rbac:groups=apps,resources=statefulsets,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=infra.example.com,resources=sqldbs,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=infra.example.com,resources=sqlbackups,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=core,resources=pods/exec,verbs=create;get +kubebuilder:rbac:groups=core,resources=services,verbs=get;list;watch;create;update;patch;delete
Click to show internal directories.
Click to hide internal directories.