Share via


EphemeralVolumeSourceV1.VolumeClaimTemplate Property

Definition

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.

[YamlDotNet.Serialization.YamlMember(Alias="volumeClaimTemplate")]
public Aspire.Hosting.Kubernetes.Resources.PersistentVolumeClaimTemplateV1 VolumeClaimTemplate { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="volumeClaimTemplate")>]
member this.VolumeClaimTemplate : Aspire.Hosting.Kubernetes.Resources.PersistentVolumeClaimTemplateV1 with get, set
Public Property VolumeClaimTemplate As PersistentVolumeClaimTemplateV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to