Argo Workflows · Schema

io.k8s.api.core.v1.EphemeralVolumeSource

Represents an ephemeral volume that is handled by a normal storage driver.

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
volumeClaimTemplate object Will be used to create a stand-alone PVC to provision the volume. The pod in which this EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the p
View JSON Schema on GitHub