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

Commit

Permalink
feat(pci.kube): add call to get regions
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 20d4fbe commit b5d4b5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/cloud/project/kube/cloud-project-kube.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ angular.module("ovh-api-services").service("OvhApiCloudProjectKubeV6", function
method: "DELETE",
interceptor: interceptor
},
getRegions: {
url: "/cloud/project/:serviceName/kube/regions",
method: "GET",
cache: cache,
isArray: true
},

// POST that acts like a GET
getKubeConfig: {
url: "/cloud/project/:serviceName/kube/:kubeId/kubeconfig",
Expand Down

0 comments on commit b5d4b5e

Please sign in to comment.