Compare commits
1 Commits
v1.7.4
...
v1.7.0-pre
| Author | SHA1 | Date | |
|---|---|---|---|
| d010ae175e |
@@ -34,6 +34,11 @@ type ItemK8SGroup struct {
|
|||||||
|
|
||||||
// List of taints
|
// List of taints
|
||||||
Taints []string `json:"taints"`
|
Taints []string `json:"taints"`
|
||||||
|
|
||||||
|
// for autoscaler
|
||||||
|
MinNodes uint64 `json:"minNodes"`
|
||||||
|
MaxNodes uint64 `json:"maxNodes"`
|
||||||
|
Autoscaling bool `json:"autoscale"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// List kubernetes cluster groups
|
// List kubernetes cluster groups
|
||||||
|
|||||||
Reference in New Issue
Block a user