Update scalingroup resource

This commit is contained in:
katexochen 2022-09-21 13:48:14 +02:00 committed by Paul Meyer
parent ba6e41ed5c
commit a29289c188

View File

@ -47,11 +47,13 @@ spec:
a scaling group. a scaling group.
type: string type: string
max: 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 format: int32
type: integer type: integer
min: 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 format: int32
type: integer type: integer
nodeImage: nodeImage: