Extensions returns the extensions set on the container
(context.Context)
| 80 | SetLabels(context.Context, map[string]string) (map[string]string, error) |
| 81 | // Extensions returns the extensions set on the container |
| 82 | Extensions(context.Context) (map[string]typeurl.Any, error) |
| 83 | // Update a container |
| 84 | Update(context.Context, ...UpdateContainerOpts) error |
| 85 | // Checkpoint creates a checkpoint image of the current container |
no outgoing calls