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 GetEndpointForDeployment(ctx context.Context, module string, deployment string) (optional.Option[url.URL], error) StartDeployment(ctx context.Context, module string, deployment string, sch *schema.Module, hasCron bool, hasIngress bool) error TerminatePreviousDeployments(ctx context.Context, module string, currentDeployment string) ([]string, error) }
Click to show internal directories.
Click to hide internal directories.