Share via


PersistentVolumeClaimVolumeSourceV1.ClaimName Property

Definition

Gets or sets the name of the Persistent Volume Claim (PVC). This property specifies the name of the PVC that will be used as a volume source.

[YamlDotNet.Serialization.YamlMember(Alias="claimName")]
public string ClaimName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="claimName")>]
member this.ClaimName : string with get, set
Public Property ClaimName As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to