Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteBuilder ¶
type RemoteBuilder struct {
BuildClient *buildclient.Client
ImagePath string
LibraryURL string
Definition types.Definition
BuilderURL *url.URL
AuthToken string
Force bool
IsDetached bool
Arch string
WebURL string
}
RemoteBuilder contains the build request and response
func New ¶
func New(imagePath, libraryURL string, d types.Definition, isDetached, force bool, builderAddr, authToken, buildArch, webURL string) (rb *RemoteBuilder, err error)
New creates a RemoteBuilder with the specified details.
Click to show internal directories.
Click to hide internal directories.