mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-22 01:23:18 +00:00
We want to fix and enhance lanes which exercise the podresources API tests. The first step is to clarify the label and made it specific to podresources API, minimzing the clash and the ambiguity with the "PodLevelResources" feature. Note we change the label names, but the label name is backward compatible (filtering for "Feature:PodResources" will still get the tests). This turns out to be not a problem because these tests are no longer called out explicitly in the lane definitions. We want to change this ASAP. The new name is more specific and allows us to clearly call out tests for this feature in the lane definitions. Signed-off-by: Francesco Romani <fromani@redhat.com>