Versions in this module Expand all Collapse all v0 v0.11.0 Nov 25, 2021 v0.10.0 Oct 7, 2021 Changes in this version + func GetAutoMountConfigMapVolumeMount(mountPath, name string) corev1.VolumeMount + func GetAutoMountSecretVolumeMount(mountPath, name string) v1.VolumeMount + func GetAutoMountVolumeWithConfigMap(name string) corev1.Volume + func GetAutoMountVolumeWithSecret(name string) v1.Volume + type FatalError struct + Err error + func (e *FatalError) Error() string + func (e *FatalError) Unwrap() error v0.9.0 Sep 3, 2021 Changes in this version + func CheckAutoMountVolumesForCollision(base, automount []v1alpha1.PodAdditions) error + func GetAutoMountResources(namespace string, client k8sclient.Client) ([]v1alpha1.PodAdditions, []corev1.EnvFromSource, error)