Documentation
¶
Index ¶
Constants ¶
View Source
const BuildPath = "/builds"
Variables ¶
This section is empty.
Functions ¶
func NewStorage ¶
func NewStorage(s storage.Interface) (buildStorage *REST, detailsStorage *DetailsREST)
NewStorage returns a RESTStorage object that will work against Build objects.
Types ¶
type DetailsREST ¶ added in v1.1.1
type DetailsREST struct {
// contains filtered or unexported fields
}
func (*DetailsREST) New ¶ added in v1.1.1
func (r *DetailsREST) New() runtime.Object
New returns an empty object that can be used with Update after request data has been put into it.
type REST ¶
type REST struct {
*etcdgeneric.Etcd
}
Click to show internal directories.
Click to hide internal directories.