mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-13 06:04:02 +00:00
The e2e test "should have Endpoints and EndpointSlices pointing to the API Server Service" was veryfing the current endpoints reconciler implementation on the apiservers, however, users may disable the endpoint reconciler and create their own. This e2e test is also a conformance test, so we should test the behaviour and not the implementation details. The test verifies that a kubernetes.default service exist, an endpoint and endpoint slices object referencing that service exist and are equivalent.
This directory contains the regression test for controlling the list of all conformance tests.
If you add or remove a conformance test, this test will fail and you will need
to update the golden list of tests stored in testdata/. Changes to that file
require review by sig-architecture.
To update the list, run hack/update-conformance-yaml.sh
Add the changed file to your PR, then send for review.