kpt
kpt copied to clipboard
Support multiple GitOps sync APIs
Right now the kpt CLI and backstage UI plugin support creating and showing the status of package-level RootSyncs for kpt-config-sync. It would be useful to also support RepoSync, ArgoCD Application, and FluxCD's resource types also, and extra cool to be able to handle repo-level syncs in addition to package-level syncs. That's a lot of different sync approaches, so we'd probably want at least a code-level abstraction, and possibly some API links or breadcrumbs.
Related to #3253