k8s.io/kubernetes@v1.29.3/test/conformance/README.md (about)

     1  This directory contains the regression test for controlling the list of all
     2  conformance tests.
     3  
     4  If you add or remove a conformance test, this test will fail and you will need
     5  to update the golden list of tests stored in `testdata/`.  Changes to that file
     6  require review by sig-architecture.
     7  
     8  To update the list, run `hack/update-conformance-yaml.sh`
     9  
    10  Add the changed file to your PR, then send for review.