You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2022. It is now read-only.
* Initial WIP commit for adding JSON/YAML output to svcat
This adds JSON/YAML output to svcat, but does not currently include
the Type Metadata, so we lose the Kind/GroupVersion info.
* Adding JSON and YAML output capabilities
Note: This is not 100% complete. Right now, we do not obtain the
metav1.TypeMeta within svcat. We will need to figure out how to
populate this.
See: kubernetes/client-go#308 (comment)Fixes: #1814
* Code review comments
* Code review comments
* Added boilerplate on json.go
0 commit comments