Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouteAPIServer ¶
type RouteAPIServer struct {
GenericAPIServer *genericapiserver.GenericAPIServer
}
type RouteAPIServerConfig ¶
type RouteAPIServerConfig struct { GenericConfig *genericapiserver.Config CoreAPIServerClientConfig *restclient.Config RouteAllocator *routeallocationcontroller.RouteAllocationController // TODO these should all become local eventually Scheme *runtime.Scheme Registry *registered.APIRegistrationManager Codecs serializer.CodecFactory // contains filtered or unexported fields }
func (*RouteAPIServerConfig) Complete ¶
func (c *RouteAPIServerConfig) Complete() completedConfig
Complete fills in any fields not set that are required to have valid data. It's mutating the receiver.
func (*RouteAPIServerConfig) SkipComplete ¶
func (c *RouteAPIServerConfig) SkipComplete() completedConfig
SkipComplete provides a way to construct a server instance without config completion.
func (*RouteAPIServerConfig) V1RESTStorage ¶
func (c *RouteAPIServerConfig) V1RESTStorage() (map[string]rest.Storage, error)
Click to show internal directories.
Click to hide internal directories.