Skip to content
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

Add support of BinaryData fields to configmap display #9321

Open
a-haurylau opened this issue Jul 31, 2024 · 0 comments
Open

Add support of BinaryData fields to configmap display #9321

a-haurylau opened this issue Jul 31, 2024 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@a-haurylau
Copy link

What would you like to be added?

Currently only data fields is supported in configmap display. binaryData (even if it exist) is not shown.
kubectl -n percona-xtradb describe configmaps test1

Name:         test1
Namespace:    percona-xtradb
Labels:       <none>
Annotations:  <none>

Data
====

BinaryData
====
readiness-check.sh: 17 bytes

Events:  <none>

Why is this needed?

If would be nice if all standard types of standard kubernetes objects is shown in UI.

@a-haurylau a-haurylau added the kind/feature Categorizes issue or PR as related to a new feature. label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant