NodeStatusPatch

constructor(addresses: List<NodeAddressPatch>? = null, allocatable: Map<String, String>? = null, capacity: Map<String, String>? = null, conditions: List<NodeConditionPatch>? = null, config: NodeConfigStatusPatch? = null, daemonEndpoints: NodeDaemonEndpointsPatch? = null, images: List<ContainerImagePatch>? = null, nodeInfo: NodeSystemInfoPatch? = null, phase: String? = null, volumesAttached: List<AttachedVolumePatch>? = null, volumesInUse: List<String>? = null)