Share via


VolumeV1.Name Property

Definition

Gets or sets the name of the volume. This property is used to identify the volume within the context of a Kubernetes resource. It is a required value and must be unique among all defined volumes in a specific resource.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to