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

Commit

Permalink
fix(pci.kune): update call signature
Browse files Browse the repository at this point in the history
  • Loading branch information
marie-j authored and antleblanc committed May 13, 2019
1 parent fef35f5 commit 20d4fbe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/cloud/project/kube/cloud-project-kube.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ angular.module("ovh-api-services").service("OvhApiCloudProjectKubeV6", function
method: "DELETE",
interceptor: interceptor
},
// POST that acts like a GET
getKubeConfig: {
url: "/cloud/project/:serviceName/kube/:kubeId/kubeconfig",
method: "GET",
cache: cache
method: "POST",
cache: cache,
hasBody: false
},
reset: {
url: "/cloud/project/:serviceName/kube/:kubeId/reset",
Expand Down

0 comments on commit 20d4fbe

Please sign in to comment.