mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 18:11:22 +00:00
Merge pull request #129681 from carlory/remove-Recreate
Remove unnecessary feature label Recreate
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
Reference in New Issue
Block a user