We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ff7989 + 9bf00f6 commit 6d3d9b2Copy full SHA for 6d3d9b2
dask_kubernetes/operator/go_client/pkg/apis/kubernetes.dask.org/v1/types.go
@@ -124,9 +124,9 @@ type DaskAutoscalerSpec struct {
124
// Name of the cluster to associate this autoscaler with
125
Cluster string `json:"cluster"`
126
// Minimum number of workers
127
- Minimum string `json:"minimum"`
+ Minimum int `json:"minimum"`
128
// Maximum number of workers
129
- Maximum string `json:"maximum"`
+ Maximum int `json:"maximum"`
130
}
131
132
// +genclient
0 commit comments