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

Fix panic in `sc check` on undefined property #141

Closed martinmaly closed 6 years ago

martinmaly commented 6 years ago

When property which sc check looks for is undefined, panic ensues. Walk the parsed JSON safely to avoid panic.

maqiuyujoyce commented 6 years ago

Thanks for the refactoring.