PersistentVolumeSpecV1.VolumeAttributesClassName 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 class name associated with volume attributes in a Kubernetes PersistentVolume specification. This property is typically used to indicate a custom class of attributes assigned to the persistent volume, enabling more granular configurations or specific behaviors for the volume.
[YamlDotNet.Serialization.YamlMember(Alias="volumeAttributesClassName")]
public string VolumeAttributesClassName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="volumeAttributesClassName")>]
member this.VolumeAttributesClassName : string with get, set
Public Property VolumeAttributesClassName As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute