digitalocean / clusterlint

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

Allow users to configure timeout while building kubernetes client #45

Closed varshavaradarajan closed 5 years ago

varshavaradarajan commented 5 years ago

Issue: #38

There is a proposal upstream to introduce context for API calls: https://github.com/kubernetes/community/pull/1166. So, to accommodate that, the checks.Run API takes in a context currently, but is unused.