File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
staging/src/k8s.io/apiserver/pkg/server Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ import (
24
24
genericfilters "k8s.io/apiserver/pkg/server/filters"
25
25
)
26
26
27
- // DeprecatedInsecureServingInfo is required to serve http. HTTP does NOT include authentication or authorization.
28
- // You shouldn't be using this. It makes sig-auth sad.
29
- // DeprecatedInsecureServingInfo *ServingInfo
30
-
31
27
// BuildInsecureHandlerChain sets up the server to listen to http. Should be removed.
32
28
func BuildInsecureHandlerChain (apiHandler http.Handler , c * server.Config ) http.Handler {
33
29
handler := apiHandler
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ import (
29
29
)
30
30
31
31
// DeprecatedInsecureServingInfo is the main context object for the insecure http server.
32
+ // HTTP does NOT include authentication or authorization.
33
+ // You shouldn't be using this. It makes sig-auth sad.
32
34
type DeprecatedInsecureServingInfo struct {
33
35
// Listener is the secure server network listener.
34
36
Listener net.Listener
You can’t perform that action at this time.
0 commit comments