Documentation ¶
Index ¶
- func NewREST(b build.Registry, c client.PodInterface, p string) apiserver.RESTStorage
- type REST
- func (r *REST) Create(ctx kapi.Context, obj runtime.Object) (<-chan runtime.Object, error)
- func (r *REST) Delete(ctx kapi.Context, id string) (<-chan runtime.Object, error)
- func (r *REST) Get(ctx kapi.Context, id string) (runtime.Object, error)
- func (r *REST) List(ctx kapi.Context, selector, fields labels.Selector) (runtime.Object, error)
- func (r *REST) New() runtime.Object
- func (r *REST) ResourceLocation(ctx kapi.Context, id string) (string, error)
- func (r *REST) Update(ctx kapi.Context, obj runtime.Object) (<-chan runtime.Object, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewREST ¶
func NewREST(b build.Registry, c client.PodInterface, p string) apiserver.RESTStorage
NewREST creates a new REST for BuildLog Takes build registry and pod client to get neccessary attibutes to assamble URL to which the request shall be redirected in order to get build logs.
Types ¶
type REST ¶
type REST struct { BuildRegistry build.Registry PodClient client.PodInterface // contains filtered or unexported fields }
REST is an implementation of RESTStorage for the api server.
func (*REST) ResourceLocation ¶
Redirector implementation
Click to show internal directories.
Click to hide internal directories.