Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureConfigMapVolumeSource ¶
func EnsureConfigMapVolumeSource(name string) corev1.VolumeSource
EnsureConfigMapVolumeSource returns VolumeSource of type configMap with given name.
func EnsureHostPathVolumeSource ¶
func EnsureHostPathVolumeSource(path, pathType string) corev1.VolumeSource
EnsureHostPathVolumeSource returns VolumeSource of type hostpath with given path and pathType.
func EnsureVolume ¶
func EnsureVolume(name string, source corev1.VolumeSource) corev1.Volume
EnsureVolume return a volume with given name and volume source.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.