Documentation
¶
Index ¶
Constants ¶
View Source
const ( // KollaConfig - KollaConfig = "/var/lib/config-data/merged/cinder-backup-config.json" // Component - Component = "cinder-backup" )
View Source
const (
// ServiceCommand -
ServiceCommand = "/usr/local/bin/kolla_set_configs && /usr/local/bin/kolla_start"
)
Variables ¶
This section is empty.
Functions ¶
func GetVolumeMounts ¶
func GetVolumeMounts(extraVol []cinderv1beta1.CinderExtraVolMounts) []corev1.VolumeMount
GetVolumeMounts - Cinder Backup VolumeMounts
func GetVolumes ¶
func GetVolumes(parentName string, name string, secretNames []string, extraVol []cinderv1beta1.CinderExtraVolMounts) []corev1.Volume
GetVolumes -
func StatefulSet ¶
func StatefulSet( instance *cinderv1beta1.CinderBackup, configHash string, labels map[string]string, annotations map[string]string, ) *appsv1.StatefulSet
StatefulSet func
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.