Format Codes

Chore: Correct words and format codes

Revert three changes

Revert 1 change

Revert again

Revert 2 changes

Kubernetes-commit: af7cf4abc6bfeb0d2cfaca76097cf7a0603c4495
This commit is contained in:
lihaowei
2020-08-08 13:27:28 +08:00
committed by Kubernetes Publisher
parent 5d33118d47
commit abfce0f8c3
3 changed files with 3 additions and 3 deletions

View File

@@ -203,7 +203,7 @@ type TLSClientConfig struct {
// Server should be accessed without verifying the TLS certificate. For testing only.
Insecure bool
// ServerName is passed to the server for SNI and is used in the client to check server
// ceritificates against. If ServerName is empty, the hostname used to contact the
// certificates against. If ServerName is empty, the hostname used to contact the
// server is used.
ServerName string