cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 37 forks source link

Handle context cancellation in the kubernetes driver #220

Open carolynvs opened 4 years ago

carolynvs commented 4 years ago

A context object is now being passed to the drivers during Run. The kubernetes driver needs to take advantage of it to handle when the passed context times out or is cancelled.

jlegrone commented 4 years ago

Do we need a similar issue for the docker driver?