-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: internal provider state, new client events (#241)
* moves provider state into SDK (SDK now maintains provider state/lifecycle; provider interface is now "stateless") * refine semantics around client state when context is pending/reconciled by using new events/states, instead of STALE * add PROVIDER_FATAL error code * add PROVIDER_RECONCILING event (client only) * add RECONCILING provider status status (client only) Resolves: #238 --------- Signed-off-by: Todd Baert <[email protected]> Co-authored-by: Michael Beemer <[email protected]> Co-authored-by: Lukas Reining <[email protected]> Co-authored-by: Kavindu Dodanduwa <[email protected]> Co-authored-by: Fabrizio Demaria <[email protected]>
- Loading branch information
1 parent
a77f18b
commit ae286cf
Showing
6 changed files
with
292 additions
and
113 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
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.