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

store: add a mechanism to summarize changes #4276

Merged
merged 1 commit into from
Mar 8, 2021
Merged

Commits on Mar 8, 2021

  1. store: add a mechanism to summarize changes

    The goal of this is to help us move more towards a system like
    Kubernetes (https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.8.2/pkg/reconcile#Request)
    where the system tells us which object is changing, rather
    than writing lots of code to figure it out on our own.
    nicks committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    6a4bfba View commit details
    Browse the repository at this point in the history