1.7.0-pre-alfa
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user