Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstantiateREST ¶
type InstantiateREST struct {
// contains filtered or unexported fields
}
InstantiateREST is a RESTStorage implementation for a BuildGenerator which supports only the Get operation (as the generator has no underlying storage object).
func NewStorage ¶
func NewStorage(generator *generator.BuildGenerator) *InstantiateREST
NewStorage creates a new storage object for build generation
func (*InstantiateREST) New ¶
func (s *InstantiateREST) New() runtime.Object
New creates a new build generation request
Click to show internal directories.
Click to hide internal directories.