PersistentVolumeSpecV1.ClaimRef 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.
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