Skip to content

Commit 781c336

Browse files
committed
doc: update generated rest-api.yaml
Signed-off-by: Lucas Bremgartner <lucas.bremgartner@futurfusion.io>
1 parent 15c8d37 commit 781c336

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

doc/rest-api.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,15 +1266,6 @@ definitions:
12661266
description: Error contains the error description, if the cluster update failed permanently.
12671267
type: string
12681268
x-go-name: Error
1269-
evacuated_before:
1270-
description: |-
1271-
EvacuatedBefore contains the list of server names of the servers, that have
1272-
been manually evacuated already before the rolling update has been
1273-
triggered.
1274-
items:
1275-
type: string
1276-
type: array
1277-
x-go-name: EvacuatedBefore
12781269
in_progress:
12791270
$ref: '#/definitions/ClusterUpdateInProgress'
12801271
last_updated:
@@ -1288,9 +1279,9 @@ definitions:
12881279
pending_reboot:
12891280
description: |-
12901281
PendingReboot contains the list of server names of the servers, which still
1291-
have to be rebooted as part of an on demand rolling reboot. A server is
1292-
removed from the list as soon as its reboot has been triggered. The list is
1293-
only populated during the rolling reboot, it is empty for all other phases.
1282+
have to be rebooted as part of the ongoing operation. A server is removed
1283+
from the list as soon as its reboot has been triggered. It is read only and
1284+
calculated.
12941285
items:
12951286
type: string
12961287
type: array

0 commit comments

Comments
 (0)