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

Disable delete for bare metal admin cluster resource #8823

Merged
Changes from 2 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
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