apiserver: fix --tls-sni-cert-key doc string

Kubernetes-commit: 53365880086f0d0d53002de7ce816284da41f4d0
This commit is contained in:
Dr. Stefan Schimanski 2017-04-28 11:20:06 +02:00 committed by Kubernetes Publisher
parent 4989e215f2
commit e640e78936
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ func (s *SecureServingOptions) AddFlags(fs *pflag.FlagSet) {
"extracted. Non-wildcard matches trump over wildcard matches, explicit domain patterns "+
"trump over extracted names. For multiple key/certificate pairs, use the "+
"--tls-sni-cert-key multiple times. "+
"Examples: \"example.key,example.crt\" or \"*.foo.com,foo.com:foo.key,foo.crt\".")
"Examples: \"example.crt,example.key\" or \"foo.crt,foo.key:*.foo.com,foo.com\".")
}
func (s *SecureServingOptions) AddDeprecatedFlags(fs *pflag.FlagSet) {