EphemeralVolumeSourceV1.VolumeClaimTemplate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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