Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
GenericAPIServer *genericapiserver.GenericAPIServer
}
Server contains state for a Kubernetes cluster master/api server.
func NewServer ¶
func NewServer( recommendedConfig *genericapiserver.RecommendedConfig, apis []*builders.APIGroupBuilder, ) (*Server, error)
NewServer returns a new instance of Server from the given config.
Click to show internal directories.
Click to hide internal directories.