document "Kind" e2e feature

This commit is contained in:
Benjamin Elder
2026-03-06 14:06:27 -08:00
parent 42eb93b12f
commit 21006ff248

View File

@@ -207,7 +207,8 @@ var (
// Ingress.networking.k8s.io to be present.
Ingress = framework.WithFeature(framework.ValidFeatures.Add("Ingress"))
// TODO: document the feature (owning SIG, when to use this feature for a test)
// Owner: sig-storage
// Marks tests that only work with a sigs.k8s.io/kind cluster
Kind = framework.WithFeature(framework.ValidFeatures.Add("Kind"))
// Owner: sig-network