Merge pull request #129681 from carlory/remove-Recreate

Remove unnecessary feature label Recreate
This commit is contained in:
Kubernetes Prow Robot 2025-01-19 09:32:35 -08:00 committed by GitHub
commit 8b1fe81dfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -400,9 +400,6 @@ var (
// Device Management metrics
ResourceMetrics = framework.WithFeature(framework.ValidFeatures.Add("ResourceMetrics"))
// TODO: document the feature (owning SIG, when to use this feature for a test)
Recreate = framework.WithFeature(framework.ValidFeatures.Add("Recreate"))
// TODO: document the feature (owning SIG, when to use this feature for a test)
RegularResourceUsageTracking = framework.WithFeature(framework.ValidFeatures.Add("RegularResourceUsageTracking"))