Documentation
¶
Index ¶
- func GetBaseVolumeMount() corev1.VolumeMount
- func GetConfigVolumeMount(volumeName string) corev1.VolumeMount
- func GetDataVolumeMount() corev1.VolumeMount
- func GetMapfileVolumeMount() corev1.VolumeMount
- func NewEnvFromSource(t EnvFromSourceType, name string) corev1.EnvFromSource
- func Sha1Hash(v string) string
- type EnvFromSourceType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBaseVolumeMount ¶
func GetBaseVolumeMount() corev1.VolumeMount
func GetConfigVolumeMount ¶
func GetConfigVolumeMount(volumeName string) corev1.VolumeMount
func GetDataVolumeMount ¶
func GetDataVolumeMount() corev1.VolumeMount
func GetMapfileVolumeMount ¶
func GetMapfileVolumeMount() corev1.VolumeMount
func NewEnvFromSource ¶
func NewEnvFromSource(t EnvFromSourceType, name string) corev1.EnvFromSource
Types ¶
type EnvFromSourceType ¶
type EnvFromSourceType string
const ( EnvFromSourceTypeConfigMap EnvFromSourceType = "configMap" EnvFromSourceTypeSecret EnvFromSourceType = "secret" )
Click to show internal directories.
Click to hide internal directories.