Compare commits
1 Commits
v1.7.2
...
1.7.0-pre-
| Author | SHA1 | Date | |
|---|---|---|---|
| d010ae175e |
@@ -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