Skip to content

Commit

Permalink
Updated manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
gfariasalves-ionos committed Jan 8, 2024
1 parent a6f6217 commit 27b3679
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,37 @@ spec:
- type
type: object
type: array
pendingRequests:
additionalProperties:
description: ProvisioningRequest is a definition of a provisioning
request in the IONOS Cloud.
properties:
failureMessage:
description: Message is the request message, which can also
contain error information.
type: string
method:
description: Method is the request method
type: string
requestPath:
description: RequestPath is the sub path for the request URL
type: string
state:
description: RequestStatus is the status of the request in the
queue.
enum:
- QUEUED
- RUNNING
- DONE
- FAILED
type: string
required:
- method
- requestPath
type: object
description: PendingRequests is a map that maps data centers IDs with
a pending provisioning request made during reconciliation.
type: object
ready:
default: false
description: Ready indicates that the cluster is ready.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,33 +175,6 @@ spec:
- type
type: object
type: array
currentRequest:
description: CurrentRequest shows the current provisioning request
for any cloud resource, that is being created.
properties:
failureMessage:
description: Message is the request message, which can also contain
error information.
type: string
method:
description: Method is the request method
type: string
requestPath:
description: RequestPath is the sub path for the request URL
type: string
state:
description: RequestStatus is the status of the request in the
queue.
enum:
- QUEUED
- RUNNING
- DONE
- FAILED
type: string
required:
- method
- requestPath
type: object
failureMessage:
description: "FailureMessage will be set in the event that there is
a terminal problem reconciling the Machine and will contain a more
Expand Down

0 comments on commit 27b3679

Please sign in to comment.