CSIPersistentVolumeSource constructor
const
CSIPersistentVolumeSource({
- SecretReference? controllerExpandSecretRef,
- SecretReference? controllerPublishSecretRef,
- required String driver,
- String? fsType,
- SecretReference? nodeExpandSecretRef,
- SecretReference? nodePublishSecretRef,
- SecretReference? nodeStageSecretRef,
- bool? readOnly,
- Map<
String, String> ? volumeAttributes, - required String volumeHandle,
Default constructor.
Implementation
const CSIPersistentVolumeSource({
this.controllerExpandSecretRef,
this.controllerPublishSecretRef,
required this.driver,
this.fsType,
this.nodeExpandSecretRef,
this.nodePublishSecretRef,
this.nodeStageSecretRef,
this.readOnly,
this.volumeAttributes,
required this.volumeHandle,
});