We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f52b3 commit d4925ceCopy full SHA for d4925ce
test/e2e/nodefeature/nodefeature.go
@@ -91,6 +91,9 @@ var (
91
// TODO: document the feature (owning SIG, when to use this feature for a test)
92
PodResources = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("PodResources"))
93
94
+ // RecursiveReadOnlyMounts (SIG-node, used for testing recursive read-only mounts <https://kep.k8s.io/3857>)
95
+ RecursiveReadOnlyMounts = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("RecursiveReadOnlyMounts"))
96
+
97
98
ResourceMetrics = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("ResourceMetrics"))
99
0 commit comments