# Functions

NewREST creates a new storage object for build generation.

# Structs

BuildGenerator is a central place responsible for generating new Build objects from BuildConfigs and other Builds.
Client is an implementation of the GeneratorClient interface.
CloneREST is a RESTStorage implementation for a BuildGenerator which supports only the Get operation (as the generator has no underlying storage object).
InstantiateREST is a RESTStorage implementation for a BuildGenerator which supports only the Get operation (as the generator has no underlying storage object).

# Interfaces

GeneratorClient is the API client used by the generator.