Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodControlInterface ¶ added in v0.2.1
type PodControlInterface interface {
// contains filtered or unexported methods
}
type REST ¶
type REST struct { BuildRegistry build.Registry PodControl PodControlInterface ConnectionInfo kclient.ConnectionInfoGetter }
REST is an implementation of RESTStorage for the api server.
func NewREST ¶
func NewREST(b build.Registry, pn kclient.PodsNamespacer, connectionInfo kclient.ConnectionInfoGetter) *REST
NewREST creates a new REST for BuildLog Takes build registry and pod client to get necessary attributes to assemble URL to which the request shall be redirected in order to get build logs.
type RealPodControl ¶ added in v0.2.1
type RealPodControl struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.