googlearchive / k8s-service-catalog

[DEPRECATED] Commandline tool to manage Service Catalog lifecycle and GCP Service Broker atop Kubernetes Cluster
Apache License 2.0
69 stars 31 forks source link

Is there Rest APIs provided for provisioning/binding operation? #66

Open EthanW1224 opened 6 years ago

EthanW1224 commented 6 years ago

Im using service catalog for the first time. I saw a lot APIs provided by Cli commants. Is there any Rest APIs provided too?

vagababov commented 6 years ago

You mean the API behind service contoller? It is the standard Open Service Broker API: https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md

Can you let us know what are you trying to achieve, etc?

Thanks, Victor.