Documentation ¶
Index ¶
- Variables
- func MakePersistentVolume(customResourceName string) []corev1.Volume
- func MakePersistentVolumeMount(customResourceName string) []corev1.VolumeMount
- func MakeVolume(secretName string) corev1.Volume
- func MakeVolumeForCfg(name string) corev1.Volume
- func MakeVolumeMount(volumeMountName string) corev1.VolumeMount
- func MakeVolumeMountForCfg(name string, path string) corev1.VolumeMount
Constants ¶
This section is empty.
Variables ¶
View Source
var GLOBAL_DATA_PATH string
TODO: Remove this ugly hack
Functions ¶
func MakePersistentVolume ¶
func makePersistentVolume(cr *brokerv2alpha1.ActiveMQArtemis) []corev1.Volume {
func MakePersistentVolumeMount ¶
func MakePersistentVolumeMount(customResourceName string) []corev1.VolumeMount
func makePersistentVolumeMount(cr *brokerv2alpha1.ActiveMQArtemis) []corev1.VolumeMount {
func MakeVolume ¶
func MakeVolumeForCfg ¶ added in v0.17.0
func MakeVolumeMount ¶
func MakeVolumeMount(volumeMountName string) corev1.VolumeMount
func MakeVolumeMountForCfg ¶ added in v0.17.0
func MakeVolumeMountForCfg(name string, path string) corev1.VolumeMount
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.