mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 23:49:37 -05:00
Update scalingroup resource
This commit is contained in:
parent
ba6e41ed5c
commit
a29289c188
@ -47,11 +47,13 @@ spec:
|
||||
a scaling group.
|
||||
type: string
|
||||
max:
|
||||
description: Max is the maximum number of nodes in the scaling group.
|
||||
description: Max is the maximum number of autoscaled nodes in the
|
||||
scaling group (used by cluster-autoscaler).
|
||||
format: int32
|
||||
type: integer
|
||||
min:
|
||||
description: Min is the minimum number of nodes in the scaling group.
|
||||
description: Min is the minimum number of nodes in the scaling group
|
||||
(used by cluster-autoscaler).
|
||||
format: int32
|
||||
type: integer
|
||||
nodeImage:
|
||||
|
Loading…
Reference in New Issue
Block a user