Update sets the provided resources to a running task
(ctx context.Context, resources *types.Any, annotations map[string]string)
| 79 | Checkpoint(ctx context.Context, path string, opts *types.Any) error |
| 80 | // Update sets the provided resources to a running task |
| 81 | Update(ctx context.Context, resources *types.Any, annotations map[string]string) error |
| 82 | // Process returns a process within the task for the provided id |
| 83 | Process(ctx context.Context, id string) (ExecProcess, error) |
| 84 | // Stats returns runtime specific metrics for a task |
no outgoing calls