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.
2 parents 5aca8b7 + b38979d commit edf7177Copy full SHA for edf7177
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