Skip to content

Commit

Permalink
Merge pull request #876 from ashishmax31/add-addon-service-delete-all…
Browse files Browse the repository at this point in the history
…-installation

update addon service api: add new endpoint to delete all addons in a cluster
  • Loading branch information
tzvatot authored Dec 4, 2023
2 parents a098c6c + 0413bc1 commit f806a0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions model/addons_mgmt/v1/addon_installations_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ resource AddonInstallations {
in out Body AddonInstallation
}

method Delete {
}

// Returns a reference to the service that manages a specific addon installation.
locator Addon {
target AddonInstallation
Expand Down

0 comments on commit f806a0d

Please sign in to comment.