-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support yaml format output #44
Comments
taking the current code and that you already can provide json response, here's a way that works and may fit your request
pkg/kor/configmaps.go
|
@loaynaser3 Yep. That is the idea. |
Gladly 😊 |
Great! |
@loaynaser3 I see you closed the MR. Are you just reworking it or should I assign to someone else? |
Looks like someone started on it. #49 |
In the output options support outputting in yaml format
Using https://github.com/kubernetes-sigs/yaml/blob/v1.3.0/yaml.go#L82 we can support yaml and json using the same function.
The text was updated successfully, but these errors were encountered: