CSINodeSpec class

CSINodeSpec holds information about the specification of all CSI drivers installed on a node.

Constructors

CSINodeSpec({required List<CSINodeDriver> drivers})
Default constructor.
const
CSINodeSpec.fromJson(Map<String, dynamic> json)
Creates a CSINodeSpec from JSON data.
factory

Properties

drivers List<CSINodeDriver>
drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.
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 CSINodeSpec instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

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