CSINode constructor
const
CSINode({
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- required CSINodeSpec spec,
Default constructor.
Implementation
const CSINode({
this.apiVersion,
this.kind,
this.metadata,
required this.spec,
});