Spec returns the current OCI specification for the task
(context.Context)
| 218 | Metrics(context.Context) (*types.Metric, error) |
| 219 | // Spec returns the current OCI specification for the task |
| 220 | Spec(context.Context) (*oci.Spec, error) |
| 221 | } |
| 222 | |
| 223 | var _ = (Task)(&task{}) |
no outgoing calls