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

Commit

Permalink
feat(kube): update api addition
Browse files Browse the repository at this point in the history
api addition for kube update from a lower version

Close MBP-301
  • Loading branch information
Ganesh Kumar Venkata Krishnan committed Feb 13, 2019
1 parent d153323 commit 0e36f88
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
5 changes: 5 additions & 0 deletions dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -8090,6 +8090,11 @@ angular.module("ovh-api-services").service("OvhApiKubeV6", ["$resource", "$cache
url: "/kube/:serviceName/serviceInfos",
method: "PUT",
interceptor: interceptor
},
updateVersion: {
url: "/kube/:serviceName/update",
method: "POST",
interceptor: interceptor
}
});

Expand Down
Loading

0 comments on commit 0e36f88

Please sign in to comment.