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

Send DAG status updates via StatusUpdateHandler #2613

Merged
merged 1 commit into from
Jun 19, 2020

Commits on Jun 19, 2020

  1. Send DAG status updates via StatusUpdateHandler

    Updates the DAG StatusClient to use the StatusUpdateWriter pattern.
    
    Fixes projectcontour#2560
    Fixes projectcontour#2580
    Fixes projectcontour#2522
    
    We should be able to remove the StatusClient eventually, but that API also needs refactoring for adding Conditions (currently under projectcontour#2495), so for now I've just updated it to send updates via the StatusUpdateWriter rather than make API calls directly.
    
    Signed-off-by: Nick Young <ynick@vmware.com>
    Nick Young committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    203fe82 View commit details
    Browse the repository at this point in the history