Uses of Interface
org.csanchez.jenkins.plugins.kubernetes.volumes.ProvisionedVolume
Packages that use ProvisionedVolume
Package
Description
-
Uses of ProvisionedVolume in org.csanchez.jenkins.plugins.kubernetes.volumes
Subinterfaces of ProvisionedVolume in org.csanchez.jenkins.plugins.kubernetes.volumesModifier and TypeInterfaceDescriptioninterface
Interface containing common code betweenDynamicPVCVolume
andDynamicPVCWorkspaceVolume
.interface
Interface containing common code betweenGenericEphemeralVolume
andGenericEphemeralWorkspaceVolume
.Classes in org.csanchez.jenkins.plugins.kubernetes.volumes that implement ProvisionedVolumeModifier and TypeClassDescriptionclass
Deprecated.class
Uses a generic ephemeral volume, that is created before the agent pod is created, and terminated afterwards. -
Uses of ProvisionedVolume in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace
Classes in org.csanchez.jenkins.plugins.kubernetes.volumes.workspace that implement ProvisionedVolumeModifier and TypeClassDescriptionclass
Deprecated.UseGenericEphemeralWorkspaceVolume
instead.class
Uses a generic ephemeral volume, that is created before the agent pod is created, and terminated afterwards.
GenericEphemeralVolume
instead.