NodeStatus

constructor(addresses: List<NodeAddress>? = null, allocatable: Map<String, String>? = null, capacity: Map<String, String>? = null, conditions: List<NodeCondition>? = null, config: NodeConfigStatus? = null, daemonEndpoints: NodeDaemonEndpoints? = null, images: List<ContainerImage>? = null, nodeInfo: NodeSystemInfo? = null, phase: String? = null, volumesAttached: List<AttachedVolume>? = null, volumesInUse: List<String>? = null)