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

Commit

Permalink
feat(kube): add terminate (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizardK authored and antleblanc committed Mar 15, 2019
1 parent d870cf5 commit 81d468e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/kube/kube.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ angular.module("ovh-api-services").service("OvhApiKubeV6", function ($resource,
getSchema: {
url: "/kube.json",
method: "GET"
},
terminate: {
url: "/kube/:serviceName/terminate",
method: "POST",
interceptor: interceptor
}
});

Expand Down

0 comments on commit 81d468e

Please sign in to comment.