mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 16:05:06 +01:00 
			
		
		
		
	Finalize node query backend functions, fix migration issue
This commit is contained in:
		| @@ -170,6 +170,7 @@ type NamedStatsWithScope struct { | ||||
| type NodeFilter struct { | ||||
| 	Hostname    *StringInput      `json:"hostname,omitempty"` | ||||
| 	Cluster     *StringInput      `json:"cluster,omitempty"` | ||||
| 	Subcluster  *StringInput      `json:"subcluster,omitempty"` | ||||
| 	NodeState   *string           `json:"nodeState,omitempty"` | ||||
| 	HealthState *schema.NodeState `json:"healthState,omitempty"` | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user