cnabio / cnab-go

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

Pass context to drivers during bundle operation #221

Closed carolynvs closed 3 years ago

carolynvs commented 4 years ago

When we execute a bundle operation, pass a context so that they can handle cancellations and timeouts.

The kubernetes driver required enough changes that I created #220 to track updating it to actually use cxt.

TODO:

carolynvs commented 3 years ago

Closing because this is really out of date