1.7.0-pre-alfa

This commit is contained in:
2023-10-18 12:05:34 +03:00
parent b069c31745
commit e1e803edbc

View File

@@ -34,6 +34,11 @@ type ItemK8SGroup struct {
// List of taints
Taints []string `json:"taints"`
// for autoscaler
MinNodes uint64 `json:"minNodes"`
MaxNodes uint64 `json:"maxNodes"`
Autoscaling bool `json:"autoscale"`
}
// List kubernetes cluster groups