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