Skip to content

Commit

Permalink
Merge pull request #850 from marcolan018/ocm-3604
Browse files Browse the repository at this point in the history
add BestEffort parameter for cluster deletion
  • Loading branch information
gdbranco authored Oct 18, 2023
2 parents 1130509 + feed435 commit e99f041
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions model/clusters_mgmt/v1/cluster_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ resource Cluster {

// Dry run flag is used to check if the operation can be completed, but won't delete.
in DryRun Boolean = false

// BestEffort flag is used to check if the cluster deletion should be best-effort mode or not.
in BestEffort Boolean = false
}

// Reference to the resource that manages the detailed status of the cluster.
Expand Down

0 comments on commit e99f041

Please sign in to comment.