-
-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename new watcher Event names and remove one that cannot happen (#1499
) * Rename watcher Event names and remove one that cannot happen 1. Event::Init now marks start, it is followed by one/more of: 2. Event::InitApply or EventInitPage 3. Event::Ready marks init complete removed Event::RestartDelete because by docs it cannot happen: https://kubernetes.io/docs/reference/using-api/api-concepts/#streaming-lists have inserted a big error in case they break their own docs for this alpha feature. Signed-off-by: clux <[email protected]> * fmt Signed-off-by: clux <[email protected]> * reomve references to deleted event + fix reducer oversight InitApply should be propagated here, pages are. Signed-off-by: clux <[email protected]> * avoid unnecessary collect Signed-off-by: clux <[email protected]> * rename Event::Ready -> Event::InitDone for consistency Signed-off-by: clux <[email protected]> --------- Signed-off-by: clux <[email protected]>
- Loading branch information
Showing
8 changed files
with
89 additions
and
104 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
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.