Documentation ¶
Index ¶
- Constants
- func Deployment(instance *cinderv1beta1.CinderAPI, configHash string, labels map[string]string, ...) *appsv1.Deployment
- func GetLogVolume() corev1.Volume
- func GetLogVolumeMount() corev1.VolumeMount
- func GetVolumeMounts(extraVol []cinderv1beta1.CinderExtraVolMounts) []corev1.VolumeMount
- func GetVolumes(parentName string, name string, extraVol []cinderv1beta1.CinderExtraVolMounts) []corev1.Volume
Constants ¶
View Source
const ( // Component - Component = "cinder-api" //LogPath - LogPath = "/var/log/cinder/cinder-api.log" )
View Source
const (
// ServiceCommand -
ServiceCommand = "/usr/local/bin/kolla_set_configs && /usr/local/bin/kolla_start"
)
Variables ¶
This section is empty.
Functions ¶
func Deployment ¶
func Deployment( instance *cinderv1beta1.CinderAPI, configHash string, labels map[string]string, annotations map[string]string, ) *appsv1.Deployment
Deployment func
func GetLogVolumeMount ¶
func GetLogVolumeMount() corev1.VolumeMount
GetLogVolumeMount - Cinder API LogVolumeMount
func GetVolumeMounts ¶
func GetVolumeMounts(extraVol []cinderv1beta1.CinderExtraVolMounts) []corev1.VolumeMount
GetVolumeMounts - Cinder API VolumeMounts
func GetVolumes ¶
func GetVolumes(parentName string, name string, extraVol []cinderv1beta1.CinderExtraVolMounts) []corev1.Volume
GetVolumes -
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.