Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultBuildHandlerChain ¶ added in v0.15.3
Copied from "k8s.io/apiserver/pkg/server" package
func RegisterIndices ¶
func RegisterIndices(ctx *synccontext.RegisterContext) error
RegisterIndices adds the server indices to the managers
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is a http.Handler which proxies Kubernetes APIs to remote API server.
func NewServer ¶
func NewServer(ctx *synccontext.ControllerContext, requestHeaderCaFile, clientCaFile string) (*Server, error)
NewServer creates and installs a new Server. 'filter', if non-nil, protects requests to the api only.
Click to show internal directories.
Click to hide internal directories.