-
Notifications
You must be signed in to change notification settings - Fork 37
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
add kw to query Kubernetes API health endpoints #47
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution. There is already PR addressing #21, but you could add your extra functionality (endpoint and verbosity handling on top of it) + for example support for individual tests and exclusions as in https://kubernetes.io/docs/reference/using-api/health-checks/?
If that is is ok with you we could merge it after #40 is merged.
98b3585
to
45355b2
Compare
45355b2
to
40341da
Compare
Rebased and updated. Hows that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super nice! I really like those templated test cases.
Would you mind adding this PR to the changelog?
https://github.com/devopsspiral/KubeLibrary/blob/master/CHANGELOG.md
Changelog update. |
Also added prerelease tag. |
Implements #21