PersistentVolumeClaimSpecV1.VolumeName 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 name of the specific volume to be bound to the PersistentVolumeClaim.
[YamlDotNet.Serialization.YamlMember(Alias="volumeName")]
public string VolumeName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="volumeName")>]
member this.VolumeName : string with get, set
Public Property VolumeName As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property allows the user to bind the PersistentVolumeClaim to a pre-existing PersistentVolume by its name. When specified, the claim is directly associated with the named volume.