Spec returns the current OCI specification for the task
(ctx context.Context)
| 233 | |
| 234 | // Spec returns the current OCI specification for the task |
| 235 | func (t *task) Spec(ctx context.Context) (*oci.Spec, error) { |
| 236 | return t.c.Spec(ctx) |
| 237 | } |
| 238 | |
| 239 | // ID of the task |
| 240 | func (t *task) ID() string { |