-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add logs * WIP * WIP * WIP * more * remove logs * update types * small changes * update tests * include POD_NAMESPACE in test * synchronized * INclude offset so error is propagated * test changes * Merge refs/heads/master into sam/support-namespaced-statuses * use getters * Merge branch 'sam/support-namespaced-statuses' of github.com:solo-io/solo-kit into sam/support-namespaced-statuses * Deflake CRUD tests * Merge branch 'deflake-sk-tests' into sam/support-namespaced-statuses * Set pod_namespace * Merge refs/heads/master into sam/support-namespaced-statuses * update test template and rerun codegen * update test templates * Update mock protos * update tests * Merge refs/heads/master into sam/support-namespaced-statuses * revert logging level in v2.reporter * use constant for env variable name * expose InputResource status unmarshal as method * expose unmarshaller * statusutils * cleanup protutils.marshal * small fixup to statusutils * update propagator reference * update comments * update statusutils * update interface to inject ns * more changes * small cleanup * fix generated kube tests * Merge refs/heads/master into sam/support-namespaced-statuses-attempt-2 * Adding changelog file to new location * Deleting changelog file from old location * resources.StatusUnmarshaler * add statusreporter * StatusReporter -> StatusStore * one more name change * inject statusClient into reporter * small touchup * inject statusSetter in reconciler * support multicluster reconciler * simplify input_resource interface * fix propagator * fixup unmarshal * cleanup import cycle * add NoOpStatusClient for testing or for easy use * cleanup single status support * missing return
- Loading branch information
1 parent
afbf1e4
commit 33fda1f
Showing
104 changed files
with
1,951 additions
and
1,093 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
changelog: | ||
- type: BREAKING_CHANGE | ||
description: Add support for statuses from multiple reporters. | ||
issueLink: https://github.com/solo-io/solo-kit/issues/430 | ||
resolvesIssue: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.