Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunnerScaling ¶
type RunnerScaling interface {
Start(ctx context.Context) error
StartDeployment(ctx context.Context, deployment string, sch *schema.Module, hasCron bool, hasIngress bool) (url.URL, error)
UpdateDeployment(ctx context.Context, deployment string, sch *schema.Module) error
TerminateDeployment(ctx context.Context, deployment string) error
}
Click to show internal directories.
Click to hide internal directories.