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

Add conditions to HTTPProxy and TLSCertificateDelegation #2706

Merged
merged 2 commits into from
Jul 23, 2020

Commits on Jul 23, 2020

  1. Add conditions to HTTPProxy

    Updates projectcontour#2495.
    
    This adds a new `DetailedCondition` type to HTTPProxy, that allows for sub-conditions.
    
    This allows Contour to have a `Valid` condition, that has further information about
    how that conditions `status` has been reached, or in other words, to expose more
    than one error or warning about a HTTPProxy to the user.
    
    Also adds the Conditions block to TLSCertificateDelegation.
    
    Signed-off-by: Nick Young <ynick@vmware.com>
    Nick Young committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    a9f6b0b View commit details
    Browse the repository at this point in the history
  2. Fix docstrings so the API reference page renders correctly

    Signed-off-by: Nick Young <ynick@vmware.com>
    Nick Young committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    1c68384 View commit details
    Browse the repository at this point in the history