Skip to content

Commit

Permalink
Disable delete for bare metal admin cluster resource (#8823)
Browse files Browse the repository at this point in the history
  • Loading branch information
naitianliu-google authored Sep 26, 2023
1 parent e19357f commit 2257c19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mmv1/products/gkeonprem/BareMetalAdminCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,16 @@ min_version: beta
base_url: "projects/{{project}}/locations/{{location}}/bareMetalAdminClusters"
create_url: "projects/{{project}}/locations/{{location}}/bareMetalAdminClusters?bare_metal_admin_cluster_id={{name}}"
update_url: "projects/{{project}}/locations/{{location}}/bareMetalAdminClusters/{{name}}"
delete_url: "projects/{{project}}/locations/{{location}}/bareMetalAdminClusters/{{name}}:unenroll?ignore_errors=true"
self_link: "projects/{{project}}/locations/{{location}}/bareMetalAdminClusters/{{name}}"
update_verb: :PATCH
update_mask: true
autogen_async: false
id_format: "projects/{{project}}/locations/{{location}}/bareMetalAdminClusters/{{name}}"
import_format: ["projects/{{project}}/locations/{{location}}/bareMetalAdminClusters/{{name}}"]
skip_delete: true
taint_resource_on_failed_create: true
timeouts: !ruby/object:Api::Timeouts
insert_minutes: 60
delete_minutes: 60
update_minutes: 60
description: "A Google Bare Metal Admin Cluster."
examples:
Expand Down

0 comments on commit 2257c19

Please sign in to comment.