Share via


PersistentVolumeSpecV1.ClaimRef Property

Definition

Gets or sets the reference to a claim within the Kubernetes cluster that is bound to the PersistentVolume. This property links the PersistentVolume to a specific PersistentVolumeClaim (PVC) via an object reference, allowing resources to be dynamically or statically provisioned as required.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to