Documentation ¶
Index ¶
- func NewBackupCronJob(bkp *v1alpha1.Backup, scheme *runtime.Scheme) *v1beta1.CronJob
- func NewBackupSecret(bkp *v1alpha1.Backup, prefix string, secretData map[string][]byte, ...) *corev1.Secret
- func NewDatabaseDeployment(db *v1alpha1.Database, scheme *runtime.Scheme) *appsv1.Deployment
- func NewDatabasePvc(db *v1alpha1.Database, scheme *runtime.Scheme) *corev1.PersistentVolumeClaim
- func NewDatabaseService(db *v1alpha1.Database, scheme *runtime.Scheme) *corev1.Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBackupCronJob ¶
Returns the NewBackupCronJob object for the Database Backup
func NewBackupSecret ¶
func NewBackupSecret(bkp *v1alpha1.Backup, prefix string, secretData map[string][]byte, secretStringData map[string]string, scheme *runtime.Scheme) *corev1.Secret
Returns the buildDatabaseSecret object for the Database Backup
func NewDatabaseDeployment ¶
buildDBDeployment returns the deployment object for the Database
func NewDatabasePvc ¶
Returns the deployment object for the Database
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.