cleanup: move the comment to its place

Kubernetes-commit: 64193630a7c5a4bcc81b612c424bb15c547d9bec
This commit is contained in:
SataQiu 2019-05-23 12:29:12 +08:00 committed by Kubernetes Publisher
parent 5452e45b12
commit ad16c7be74
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ import (
)
// DeprecatedInsecureServingInfo is the main context object for the insecure http server.
// HTTP does NOT include authentication or authorization.
// You shouldn't be using this. It makes sig-auth sad.
type DeprecatedInsecureServingInfo struct {
// Listener is the secure server network listener.
Listener net.Listener