digitalocean / clusterlint

A best practices checker for Kubernetes clusters. 🤠
Apache License 2.0
542 stars 45 forks source link

APIs should take `context.Context` to allow for cancellation #38

Closed adamwg closed 5 years ago

adamwg commented 5 years ago

The clusterlint API should take context arguments where appropriate to allow for cancellation. In particular, we should try to avoid hanging on stuck requests to the k8s API.

varshavaradarajan commented 5 years ago

Closed via #45