mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Adds the ability to list catalog services and output to json.
The format is as follows:
```json
{
"kind": "ServiceList",
"apiVersion": "odo.openshift.io/v1alpha1",
"metadata": {
"creationTimestamp": null
},
"items": [
{
"name": "cakephp-mysql-persistent",
"hidden": false,
"planList": [
"default"
]
},
]
}
```