Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dry_run query param to cluster deployment #729

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3377,6 +3377,11 @@ paths:
parameters:
- $ref: '#/components/parameters/organizationId'
- $ref: '#/components/parameters/clusterId'
- schema:
type: boolean
in: query
name: dry_run
description: 'default: false. Decide if the deployment of the cluster should be done in dry_run mode. Avoiding any changes'
tags:
- Clusters
responses:
Expand Down
Loading