Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
feat(kube): reset cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
cyril.biencourt committed Nov 14, 2018
1 parent dc27a45 commit e185ddb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
5 changes: 5 additions & 0 deletions dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -7756,6 +7756,11 @@ angular.module("ovh-api-services").service("OvhApiKubeV6", ["$resource", "$cache
method: "GET",
cache: cache
},
reset: {
url: "/kube/:serviceName/reset",
method: "POST",
interceptor: interceptor
},
updateServiceInfos: {
url: "/kube/:serviceName/serviceInfos",
method: "PUT",
Expand Down
Loading

0 comments on commit e185ddb

Please sign in to comment.