Documentation ¶
Index ¶
- func MakePersistentVolume(customResourceName string) []corev1.Volume
- func MakePersistentVolumeMount(customResourceName string, mountPath string) []corev1.VolumeMount
- func MakeRwVolumeMountForCfg(name string, path string) corev1.VolumeMount
- func MakeVolume(secretName string) corev1.Volume
- func MakeVolumeForCfg(name string) corev1.Volume
- func MakeVolumeForConfigMap(cfgmapName string) corev1.Volume
- func MakeVolumeForSecret(secretName string) corev1.Volume
- func MakeVolumeMount(volumeMountName string) corev1.VolumeMount
- func MakeVolumeMountForCfg(name string, path string, readOnly bool) corev1.VolumeMount
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakePersistentVolume ¶
func makePersistentVolume(cr *brokerv2alpha1.ActiveMQArtemis) []corev1.Volume {
func MakePersistentVolumeMount ¶
func MakePersistentVolumeMount(customResourceName string, mountPath string) []corev1.VolumeMount
func makePersistentVolumeMount(cr *brokerv2alpha1.ActiveMQArtemis) []corev1.VolumeMount {
func MakeRwVolumeMountForCfg ¶ added in v1.0.4
func MakeRwVolumeMountForCfg(name string, path string) corev1.VolumeMount
func MakeVolume ¶
func MakeVolumeForCfg ¶ added in v0.17.0
func MakeVolumeForConfigMap ¶ added in v0.20.0
func MakeVolumeForSecret ¶ added in v0.20.0
func MakeVolumeMount ¶
func MakeVolumeMount(volumeMountName string) corev1.VolumeMount
func MakeVolumeMountForCfg ¶ added in v0.17.0
func MakeVolumeMountForCfg(name string, path string, readOnly bool) corev1.VolumeMount
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.