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

add status polling for create/delete instance/binding #34

Closed quanjielin closed 6 years ago

quanjielin commented 7 years ago

In integration test rather than sleeping certain amount of time to wait create/delete instance/binding to finish, we need to add status polling. GKE catalog should have exposed API for that, and this issue should to be able to be fixed when we switching from cmd to go lib.

mihnjong commented 6 years ago

@quanjielin Could you point out the test you're referring to?