Skip to content

Commit

Permalink
chore: sync with latest sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ianaya89 committed Dec 15, 2023
1 parent ac3545f commit c78a119
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
18 changes: 18 additions & 0 deletions internal/sdk/client/graphql.schema
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,12 @@ input DeleteAWSEnvInput {
Set "force" to true to skip deprovisioning.
"""
force: Boolean = false
"""
By default, the delete operation will not delete any provisioned clusters and
the deletion will fail until the clusters get removed.
Set "forceDestroyClusters" to true remove all provisioned clusters as part of the environment deletion process.
"""
forceDestroyClusters: Boolean = false
}

"""
Expand Down Expand Up @@ -1368,6 +1374,12 @@ input DeleteGCPEnvInput {
Set "force" to true to skip deprovisioning.
"""
force: Boolean = false
"""
By default, the delete operation will not delete any provisioned clusters and
the deletion will fail until the clusters get removed.
Set "forceDestroyClusters" to true remove all provisioned clusters as part of the environment deletion process.
"""
forceDestroyClusters: Boolean = false
}

"""
Expand Down Expand Up @@ -2100,6 +2112,12 @@ input DeleteK8SEnvInput {
Set "force" to true to skip deprovisioning.
"""
force: Boolean = false
"""
By default, the delete operation will not delete any provisioned clusters and
the deletion will fail until the clusters get removed.
Set "forceDestroyClusters" to true remove all provisioned clusters as part of the environment deletion process.
"""
forceDestroyClusters: Boolean = false
}

"""
Expand Down
11 changes: 11 additions & 0 deletions internal/sdk/client/model_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c78a119

Please sign in to comment.