storageClassName property

String? storageClassName
final

storageClassName is the name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass.

Implementation

final String? storageClassName;