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

feat(assert): add assert state verification to Run resource #20

Merged
merged 1 commit into from
Mar 30, 2020

Conversation

AmitKumarDas
Copy link

This commit lets one to assert an entire k8s resource by just specifying the same. This state must have apiVersion & kind to be considered for assert. The optional fields that are used as identifier fields are name, namespace, labels, & annotations.

All other fields if specified in state will be asserted with the objects found in k8s cluster.

Signed-off-by: AmitKumarDas amit.das@mayadata.io

This commit lets one to assert an entire k8s resource by just
specifying the same. This state must have apiVersion & kind to
be considered for assert. The optional fields that are used
as identifier fields are name, namespace, labels, & annotations.

All other fields if specified in state will be asserted with the
objects found in k8s cluster.

Signed-off-by: AmitKumarDas <amit.das@mayadata.io>
@AmitKumarDas
Copy link
Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant