kops/dnsprovider
Peter Rifel 9530015342
Rename test names to make it easier to search for failing tests
This is very minor...

GH Action's search functionality is not case sensitive.
In Travis CI, one could search for `FAIL:` and be taken to relevant test failures.
In GHA, these tests were also in the search results making it harder to find the actual tests that are failing.

This renames the tests so that searching for `FAIL:` (case insensitive) will only return failing tests
2020-04-30 21:05:04 -05:00
..
pkg/dnsprovider Rename test names to make it easier to search for failing tests 2020-04-30 21:05:04 -05:00
README.md Fixup import paths & bazel 2017-12-13 20:17:48 -05:00

README.md

This is a (partial) copy of federation/pkg/dnsprovider from k8s.io/kubernetes.

Changes made here should be submitted upstream.

Reasons for doing this:

  • Ability to fix bugs quickly
  • We want to stop vendoring k8s.io/kubernetes
  • The federation code is likely to move somewhere else in future