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 d0de78d commit b38979dCopy full SHA for b38979d
pkg/envtest/server.go
@@ -307,3 +307,7 @@ func (te *Environment) useExistingCluster() bool {
307
}
308
return *te.UseExistingCluster
309
310
+
311
+// DefaultKubeAPIServerFlags exposes the default args for the APIServer so that
312
+// you can use those to append your own additional arguments.
313
+var DefaultKubeAPIServerFlags = integration.APIServerDefaultArgs
0 commit comments