accessModes property

List<String>? accessModes
final

accessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1.

Implementation

final List<String>? accessModes;