Package org.csanchez.jenkins.plugins.kubernetes.volumes
-
Interface Summary Interface Description DynamicPVC Interface containing common code betweenDynamicPVCVolume
andDynamicPVCWorkspaceVolume
. -
Class Summary Class Description ConfigMapVolume ConfigMapVolume.DescriptorImpl DynamicPVCVolume Implements a dynamic PVC volume, that is created before the agent pod is created, and terminated afterwards.DynamicPVCVolume.DescriptorImpl EmptyDirVolume EmptyDirVolume.DescriptorImpl HostPathVolume HostPathVolume.DescriptorImpl NfsVolume NfsVolume.DescriptorImpl PersistentVolumeClaim PersistentVolumeClaim.DescriptorImpl PodVolume Base class for all Kubernetes volume typesPVCVolumeUtils SecretVolume SecretVolume.DescriptorImpl