Share via


PersistentVolumeSpecV1.VolumeAttributesClassName Property

Definition

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

Applies to