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 ClientWithWatch for use in CLIs #1460

Merged
merged 1 commit into from Apr 12, 2021

Commits on Mar 28, 2021

  1. ✨ Add ClientWithWatch for use in CLIs

    This change adds a new WithWatch interface and implementation to the
    Client package. It is a superset of the existing Client interface that
    additionally contains a Watch method. It is intended to be used by CLI
    apps that need to wait for a condition to arise.
    
    Because this is not intended to be used with controllers and might cause
    confusion there, the existing interface and all references to it are
    kept as-is.
    alvaroaleman committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    45aa968 View commit details
    Browse the repository at this point in the history