Share via


EphemeralVolumeSourceV1 Class

Definition

Represents an ephemeral volume source in Kubernetes. An ephemeral volume is a temporary storage resource that is created and managed along with a pod's lifecycle. This object allows you to specify a PersistentVolumeClaim template to define the properties of the ephemeral volume.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class EphemeralVolumeSourceV1
[<YamlDotNet.Serialization.YamlSerializable>]
type EphemeralVolumeSourceV1 = class
Public NotInheritable Class EphemeralVolumeSourceV1
Inheritance
EphemeralVolumeSourceV1
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

Constructors

EphemeralVolumeSourceV1()

Properties

VolumeClaimTemplate

VolumeClaimTemplate defines the specification of a PersistentVolumeClaim template that is created as part of an EphemeralVolumeSource. This property enables the dynamic provision of storage resources by defining the metadata and spec for the generated PersistentVolumeClaim objects.

Applies to