Share via


PersistentVolumeSpecV1.StorageClassName Property

Definition

Specifies the name of the StorageClass associated with this persistent volume. The StorageClass provides dynamic provisioning parameters and policies for the storage resource. If no StorageClass is defined, the default StorageClass for the cluster will be applied if available.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to