Versions in this module Expand all Collapse all v0 v0.30.0 May 29, 2024 Changes in this version + type KubernetesVolume struct + EmptyDir *corev1.EmptyDirVolumeSource + HostPath *corev1.HostPathVolumeSource + HostPathLegacy *corev1.HostPathVolumeSource + PersistentVolumeClaim *PersistentVolumeClaim + func (in *KubernetesVolume) DeepCopy() *KubernetesVolume + func (in *KubernetesVolume) DeepCopyInto(out *KubernetesVolume) + func (v *KubernetesVolume) ApplyPVCForStatefulSet(containerName string, path string, spec *v1.StatefulSetSpec, ...) error + func (v *KubernetesVolume) ApplyVolumeForPodSpec(volumeName, containerName string, path string, spec *corev1.PodSpec) error + func (v *KubernetesVolume) GetVolume(name string) (corev1.Volume, error) + func (v *KubernetesVolume) WithDefaultHostPath(path string) + type PersistentVolumeClaim struct + PersistentVolumeClaimSpec corev1.PersistentVolumeClaimSpec + PersistentVolumeSource corev1.PersistentVolumeClaimVolumeSource + func (in *PersistentVolumeClaim) DeepCopy() *PersistentVolumeClaim + func (in *PersistentVolumeClaim) DeepCopyInto(out *PersistentVolumeClaim)