GlusterfsPersistentVolumeSource constructor

const GlusterfsPersistentVolumeSource({
  1. required String endpoints,
  2. String? endpointsNamespace,
  3. required String path,
  4. bool? readOnly,
})

Default constructor.

Implementation

const GlusterfsPersistentVolumeSource({
  required this.endpoints,
  this.endpointsNamespace,
  required this.path,
  this.readOnly,
});