kubernetes-beta
kubernetes-beta copied to clipboard
[TOPIC] - Configurations
Have some feedback about the configuration related features? Discuss it here.
There is no events on secet/configmap, so no need for the event tabs
In the simple view, the box around the value shold be resizable
@Sh4d1 as a quick update on this feedback, there might be no event at the moment for secret/configmap resources but since this is supported by the kubernetes CLI and might be added in the future, I think it should be kept here.
➜ kubectl describe configmap/test
Name: test
Namespace: default
Labels: <none>
Annotations: <none>
Data
====
testdata:
----
test
Events: <none>