Documentation
¶
Index ¶
- type Builder
- func (b *Builder) ActiveWorkers() int
- func (b *Builder) BuildCancel(ctx context.Context, id string) error
- func (b *Builder) BuildLogs(ctx context.Context, id string, stream io.Writer) error
- func (b *Builder) Done() <-chan bool
- func (b *Builder) SetReserveMemory(memory string) error
- func (b *Builder) SetWorkerLimits(instances int, ram, cpu string) error
- func (b *Builder) Shutdown()
- func (b *Builder) Start() error
- type BuilderOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
func (*Builder) ActiveWorkers ¶
func (*Builder) BuildCancel ¶
Interrupting the build process
func (*Builder) SetReserveMemory ¶
func (*Builder) SetWorkerLimits ¶
Click to show internal directories.
Click to hide internal directories.