# Packages
No description provided by the author
# Functions
handleVolumeExpansion works around the immutability of VolumeClaimTemplates in StatefulSets by: 1.
NewConfigMapVolume creates a new ConfigMapVolume struct.
NewConfigMapVolumeWithMode creates a new ConfigMapVolume struct with default mode.
NewEmptyDirVolume creates an EmptyDirVolume with default values.
NewHostVolume creates a new HostVolume struct with default mode.
NewReadOnlyHostVolume creates a new HostVolume struct.
NewSecretVolume creates a new SecretVolume.
NewSecretVolumeWithMountPath creates a new SecretVolume.
NewSelectiveSecretVolumeWithMountPath creates a new SecretVolume that projects only the specified secrets into the file system.
RecreateStatefulSets re-creates StatefulSets as specified in annotations, to account for resized volume claims.
No description provided by the author
# Structs
ConfigMapVolume defines a volume to expose a configmap.
No description provided by the author
EmptyDirVolume defines a volume to expose an EmptyDir.
HostVolume defines a volume to expose a host path.
SecretVolume captures a subset of data of the k8s secret volume/mount type.
SharedVolume between the init container and the main container.
SharedVolumes represents a list of SharedVolume.
# Interfaces
No description provided by the author