-
Notifications
You must be signed in to change notification settings - Fork 6
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: add Kubernetes package with wait logic #98
Conversation
I am a bit unsure if having a single struct for just waiting is a good idea, but we can always deprecate it in the future and replace it with something else if we see the need. It is better to enable others to easily get the waiting logic first. |
801449d
to
1730473
Compare
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.
I'm okay with coming back to add a usage example for this code at later time because we may have to make some changes when we integrate this logic into Zarf
1730473
to
9a82714
Compare
Description
This change adds a new Kubernetes package meant for related logic. It also adds functions which allows users to easily wait for resources to be properly reconciled.
Related Issue
Relates to #zarf-dev/zarf#2580
Relates to #defenseunicorns/lula#229