FlockerVolumeSource class

Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

Constructors

FlockerVolumeSource({String? datasetName, String? datasetUUID})
Default constructor.
const
FlockerVolumeSource.fromJson(Map<String, dynamic> json)
Creates a FlockerVolumeSource from JSON data.
factory

Properties

datasetName String?
datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated.
final
datasetUUID String?
datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Converts a FlockerVolumeSource instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited