mirror of https://github.com/kubernetes/kops.git
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 |
||
|---|---|---|
| .. | ||
| pkg/dnsprovider | ||
| README.md | ||
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