Fix a failing unit test and import mistake from previous commits
This commit is contained in:
parent
f47927331f
commit
b16bf52580
@ -25,10 +25,12 @@ Usage:
|
|||||||
placeholder-name [flags]
|
placeholder-name [flags]
|
||||||
|
|
||||||
Flags:
|
Flags:
|
||||||
-c, --config string path to configuration file (default "placeholder-name.yaml")
|
--cluster-signing-cert-file string path to cluster signing certificate
|
||||||
--downward-api-path string path to Downward API volume mount (default "/etc/podinfo")
|
--cluster-signing-key-file string path to cluster signing private key
|
||||||
-h, --help help for placeholder-name
|
-c, --config string path to configuration file (default "placeholder-name.yaml")
|
||||||
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
|
--downward-api-path string path to Downward API volume mount (default "/etc/podinfo")
|
||||||
|
-h, --help help for placeholder-name
|
||||||
|
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
|
||||||
`
|
`
|
||||||
|
|
||||||
func TestCommand(t *testing.T) {
|
func TestCommand(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user