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

Revert "Use vendored broker-cli library in installer." #103

Closed bmelville closed 6 years ago

bmelville commented 6 years ago

Reverts GoogleCloudPlatform/k8s-service-catalog#92

It turns out vendoring the entire repo will mask local repo changes, which is a bad thing. We'll revert until we find a right way to use this lib (i.e., no vendoring, smarter vendoring, moving to its own repo).

bmelville commented 6 years ago

@droot