You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(k8s-less): augment k8s-less to write status to file
Augments the k8s-less client to write status in yaml and json
each time a configuration is successfully applied.
In this implementation, the state is serialized in two files:
- gwstatus.json
- gwstatus.yaml
within a "state" directory created in the watched directory.
This is to avoid needing to add another cmd line option for
the directory to store the status files, which seems unnecessary
at this point.
Signed-off-by: Fredi Raspall <[email protected]>
0 commit comments