Node Status Args
constructor(addresses: Output<List<NodeAddressArgs>>? = null, allocatable: Output<Map<String, String>>? = null, capacity: Output<Map<String, String>>? = null, conditions: Output<List<NodeConditionArgs>>? = null, config: Output<NodeConfigStatusArgs>? = null, daemonEndpoints: Output<NodeDaemonEndpointsArgs>? = null, features: Output<NodeFeaturesArgs>? = null, images: Output<List<ContainerImageArgs>>? = null, nodeInfo: Output<NodeSystemInfoArgs>? = null, phase: Output<String>? = null, runtimeHandlers: Output<List<NodeRuntimeHandlerArgs>>? = null, volumesAttached: Output<List<AttachedVolumeArgs>>? = null, volumesInUse: Output<List<String>>? = null)