kubernetes-retired / service-catalog

Consume services in Kubernetes using the Open Service Broker API
https://svc-cat.io
Apache License 2.0
1.05k stars 385 forks source link

Need a way for extension metadata for services/plans to be exposed #513

Closed jwforres closed 7 years ago

jwforres commented 7 years ago

As is being discussed here https://github.com/openservicebrokerapi/servicebroker/issues/145#issuecomment-285272615 metadata is considered an extensibility hook within open service broker API. Given that, we need all metadata sent from the brokers to be surfaced back up through the service catalog API. This means even if the API specifically explodes metadata items (description, imageURL, etc) that are defined in the spec, there also needs to be a raw extension that contains anything else.

pmorie commented 7 years ago

Closed by #542