mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-04 16:55:26 -04:00
Automatic merge from submit-queue (batch tested with PRs 35408, 41915, 41992, 41964, 41925) add secret option to flag To resolve the issue of security(pr #35030 ), > @smarterclayton commented 5 days ago > This is unfortunately not all flags that could be secrets. The best option would be to add support in spf13/pflag to tag a flag as a secret, and then use that bit to determine the list. > > Also, Command() could be used in contexts that need exact parameters (for subshell execution), so we would need to add a new method or extend the signature here to allow exact flags to be retrieved. we could add a secret option to the flags. |
||
|---|---|---|
| .. | ||
| editor | ||
| jsonmerge | ||
| sanity | ||
| BUILD | ||
| cached_discovery.go | ||
| cached_discovery_test.go | ||
| clientcache.go | ||
| factory.go | ||
| factory_builder.go | ||
| factory_client_access.go | ||
| factory_object_mapping.go | ||
| factory_test.go | ||
| helpers.go | ||
| helpers_test.go | ||
| printing.go | ||
| shortcut_restmapper.go | ||
| shortcut_restmapper_test.go | ||