We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abb406d + 2c1b1dd commit a905949Copy full SHA for a905949
pkg/envtest/server.go
@@ -163,6 +163,8 @@ type Environment struct {
163
ControlPlaneStopTimeout time.Duration
164
165
// KubeAPIServerFlags is the set of flags passed while starting the api server.
166
+ //
167
+ // Deprecated: use ControlPlane.GetAPIServer().Configure() instead.
168
KubeAPIServerFlags []string
169
170
// AttachControlPlaneOutput indicates if control plane output will be attached to os.Stdout and os.Stderr.
@@ -368,4 +370,6 @@ func (te *Environment) useExistingCluster() bool {
368
370
369
371
// DefaultKubeAPIServerFlags exposes the default args for the APIServer so that
372
// you can use those to append your own additional arguments.
373
+//
374
+// Deprecated: use APIServer.Configure() instead.
375
var DefaultKubeAPIServerFlags = controlplane.APIServerDefaultArgs
0 commit comments