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

dependencies: avoid k8s.io/utils, fork clock code instead #310

Merged
merged 1 commit into from Mar 18, 2022

Commits on Mar 18, 2022

  1. dependencies: avoid k8s.io/utils, fork clock code instead

    The test for the flush daemon needs the simulated clock package, but we cannot
    use k8s.io/utils in klog because it causes a circular dependency.
    
    We could drop the test, but it is useful, so instead we fork the package and
    carry a copy in "internal".
    pohly committed Mar 18, 2022
    Copy the full SHA
    e3af9af View commit details
    Browse the repository at this point in the history