Scale manages numbers of container instances running per service
(ctx context.Context, project *types.Project, options ScaleOptions)
| 139 | Wait(ctx context.Context, projectName string, options WaitOptions) (int64, error) |
| 140 | // Scale manages numbers of container instances running per service |
| 141 | Scale(ctx context.Context, project *types.Project, options ScaleOptions) error |
| 142 | // Export a service container's filesystem as a tar archive |
| 143 | Export(ctx context.Context, projectName string, options ExportOptions) error |
| 144 | // Create a new image from a service container's changes |
no outgoing calls
no test coverage detected