VolumeV1.PersistentVolumeClaim 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.
Represents a PersistentVolumeClaim (PVC) that will be mounted as a volume in a Kubernetes environment. A PVC is a request for storage by a user, and this property links the volume configuration to an existing claim.
[YamlDotNet.Serialization.YamlMember(Alias="persistentVolumeClaim")]
public Aspire.Hosting.Kubernetes.Resources.PersistentVolumeClaimVolumeSourceV1? PersistentVolumeClaim { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="persistentVolumeClaim")>]
member this.PersistentVolumeClaim : Aspire.Hosting.Kubernetes.Resources.PersistentVolumeClaimVolumeSourceV1 with get, set
Public Property PersistentVolumeClaim As PersistentVolumeClaimVolumeSourceV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute