Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch misbehaving kube api errors in Client#resources #94

Merged
merged 1 commit into from
Jan 10, 2019

Conversation

jakolehm
Copy link
Contributor

Mostly these might come from custom apis, like metrics-server.

@jakolehm jakolehm added the bug Something isn't working label Jan 10, 2019
@jakolehm jakolehm merged commit 3f812a3 into master Jan 10, 2019
@jakolehm jakolehm deleted the fix/catch-client-resources-kube-errors branch January 10, 2019 12:19
@jakolehm jakolehm mentioned this pull request Jan 10, 2019
rescue K8s::Error::ServiceUnavailable, K8s::Error::NotFound
[]
end
}.flatten
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

map { ... }.flatten == flat_map { ... }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants