kubernetes/cmd/kubelet/app
Patrick Ohly 00e4a599f6 command lines: always show flags with hyphens
All Kubernetes commands should show flags with hyphens in their help text even
when the flag originally was defined with underscore. Converting a command to
this style is not breaking its command line API because the old-style parameter
with underscore is accepted as alias.

The easiest solution to achieve this is to set normalization shortly before
running the command in the new central cli.Run or the few places where that
function isn't used yet.

There may be some texts which depends on normalization at flag definition time,
like the --logging-format usage warning. Those get generated assuming that
hyphens will be used.
2021-09-30 13:46:49 +02:00
..
options command lines: always show flags with hyphens 2021-09-30 13:46:49 +02:00
auth.go adds metrics for authorization webhook 2021-06-30 09:26:25 +02:00
init_others.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
init_windows_test.go [kubelet] Allow priority to be set for kubelet process on Windows 2020-11-03 01:18:59 +05:30
init_windows.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
OWNERS Merge pull request #72525 from justinsb/owners_should_not_be_executable 2019-02-14 23:55:45 -08:00
plugins_providerless.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
plugins_providers.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
plugins.go Remove scaleio from volume plugins 2021-05-19 10:35:21 -07:00
server_bootstrap_test.go csr: correctly handle backdating of short lived certs 2021-06-23 15:36:11 -04:00
server_linux.go feature: support Memory QoS for cgroups v2 2021-07-08 09:26:46 +08:00
server_others.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
server_test.go memory manager: provide new flag var to parse reserved-memory parameter 2021-02-09 01:10:01 +02:00
server_unsupported.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
server_windows.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
server.go initialize logging after flag parsing 2021-09-30 13:46:49 +02:00