Documentation ¶
Index ¶
- func InstallThisUser(mux mux, endpoint string, requestsToUsers Context, apiHandler http.Handler)
- func NewCurrentContextFilter(requestPath string, context Context, handler http.Handler) http.Handler
- func NewREST(registry Registry) apiserver.RESTStorage
- type Context
- type ContextFunc
- type Info
- type REST
- func (s *REST) Create(ctx kapi.Context, obj runtime.Object) (<-chan apiserver.RESTResult, error)
- func (s *REST) Delete(ctx kapi.Context, id string) (<-chan apiserver.RESTResult, error)
- func (s *REST) Get(ctx kapi.Context, id string) (runtime.Object, error)
- func (s *REST) List(ctx kapi.Context, selector, fields labels.Selector) (runtime.Object, error)
- func (s *REST) New() runtime.Object
- func (*REST) NewList() runtime.Object
- func (s *REST) Update(ctx kapi.Context, obj runtime.Object) (<-chan apiserver.RESTResult, error)
- type Registry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InstallThisUser ¶
InstallThisUser registers the APIServer log support function into a mux.
func NewCurrentContextFilter ¶
Types ¶
type ContextFunc ¶
type REST ¶
type REST struct {
// contains filtered or unexported fields
}
REST implements the RESTStorage interface in terms of an Registry.
Click to show internal directories.
Click to hide internal directories.