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