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

[WIP] Wait for cr from pr #48

Closed
wants to merge 6 commits into from

Commits on Jan 9, 2020

  1. Wait for CRDs to be available and ready

    When restoring CRDs, we should wait for the definition to be ready and
    available before moving on to restoring specific CRs.
    
    While the CRDs are often ready by the time we get to restoring a CR,
    there is a race condition where the CRD isn't ready.
    
    This change waits on each CRD at restore time.
    
    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb authored and sseago committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    ee4a65f View commit details
    Browse the repository at this point in the history
  2. Add changelog

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb authored and sseago committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    fbb968b View commit details
    Browse the repository at this point in the history
  3. Add a CustomResourceDefinitionConditionBuilder

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb authored and sseago committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    fd0cacf View commit details
    Browse the repository at this point in the history
  4. Add tests for IsCRDReady

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb authored and sseago committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    be82c45 View commit details
    Browse the repository at this point in the history
  5. Fix typo in changelog

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb authored and sseago committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    e4ec91f View commit details
    Browse the repository at this point in the history
  6. Address review comments

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb authored and sseago committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    6f4e96c View commit details
    Browse the repository at this point in the history