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 a499fac commit e35c9b2Copy full SHA for e35c9b2
test/e2e/feature/feature.go
@@ -28,7 +28,10 @@ var (
28
// TODO: document the feature (owning SIG, when to use this feature for a test)
29
APIServerIdentity = framework.WithFeature(framework.ValidFeatures.Add("APIServerIdentity"))
30
31
- // TODO: document the feature (owning SIG, when to use this feature for a test)
+ // Owner: sig-lifecycle
32
+ // This label is used for tests which need the following controllers to be enabled:
33
+ // - bootstrap-signer-controller
34
+ // - token-cleaner-controller
35
BootstrapTokens = framework.WithFeature(framework.ValidFeatures.Add("BootstrapTokens"))
36
37
0 commit comments