NodeStatus constructor
const
NodeStatus({
- List<
NodeAddress> ? addresses, - Map<
String, String> ? allocatable, - Map<
String, String> ? capacity, - List<
NodeCondition> ? conditions, - NodeConfigStatus? config,
- NodeDaemonEndpoints? daemonEndpoints,
- List<
ContainerImage> ? images, - NodeSystemInfo? nodeInfo,
- String? phase,
- List<
AttachedVolume> ? volumesAttached, - List<
String> ? volumesInUse,
Default constructor.
Implementation
const NodeStatus({
this.addresses,
this.allocatable,
this.capacity,
this.conditions,
this.config,
this.daemonEndpoints,
this.images,
this.nodeInfo,
this.phase,
this.volumesAttached,
this.volumesInUse,
});