-
Notifications
You must be signed in to change notification settings - Fork 19
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 example code #61
base: main
Are you sure you want to change the base?
Add example code #61
Conversation
Create basic integration code
Adding CurrentState and DesiredState fetching Adding LogDiff code
Add reconcile code
Add tests for CurrentState
Add tests for Desiredstate
@janboll, this looks good! Thank you for putting together an example. However, I am unsure if we should make it a part of the main application. If we do it, we must maintain examples and keep everything up to date alongside everything else, which is a burden. Thoughts? |
I share your concerns. I thought the liability was more of a feature... Could see this as part of a docs directory as well. |
@janboll, bummer! We should get this in! |
Adding example code created for the demo, works as reference for future integration