Documentation
¶
Index ¶
- Constants
- func GetVolumeMounts(name string, extraVol []cinderv1beta1.CinderExtraVolMounts) []corev1.VolumeMount
- func GetVolumes(parentName string, name string, secretNames []string, ...) []corev1.Volume
- func StatefulSet(instance *cinderv1beta1.CinderVolume, configHash string, ...) *appsv1.StatefulSet
Constants ¶
View Source
const ( // KollaConfig - KollaConfig = "/var/lib/config-data/merged/cinder-volume-config.json" // Component - Component = "cinder-volume" )
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(name string, extraVol []cinderv1beta1.CinderExtraVolMounts) []corev1.VolumeMount
GetVolumeMounts - Cinder Volume VolumeMounts
func GetVolumes ¶
func GetVolumes(parentName string, name string, secretNames []string, extraVol []cinderv1beta1.CinderExtraVolMounts) []corev1.Volume
GetVolumes -
func StatefulSet ¶
func StatefulSet( instance *cinderv1beta1.CinderVolume, 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.