kuui icon indicating copy to clipboard operation
kuui copied to clipboard

UI that can be used to edit configmaps/secrets of your kubernetes cluster.

Results 4 kuui issues
Sort by recently updated
recently updated
newest added

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.17.4 to 0.20.0. Commits afa3b34 Update dependencies to v0.20.0 tag fb61a7c Merge pull request #96720 from liggitt/throttled-logger 61471be Deflake ThrottledLogger test 66db254 Merge pull request #95981 from...

dependencies

Right now we are only able to update the configmaps and secrets, add support for creation and deletion also.

``` func updateSecret(res http.ResponseWriter, req *http.Request) { ``` this should typically be ``` func updateSecret(w http.ResponseWriter, r *http.Request) { ```

minor

If we create the configmap using properties file and the file has newlines those newlines are being converted to \n in the front end, which should not. ``` { "secret.properties":...

front-end