File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,8 @@ type Environment struct {
163163 ControlPlaneStopTimeout time.Duration
164164
165165 // KubeAPIServerFlags is the set of flags passed while starting the api server.
166+ //
167+ // Deprecated: use ControlPlane.GetAPIServer().Configure() instead.
166168 KubeAPIServerFlags []string
167169
168170 // AttachControlPlaneOutput indicates if control plane output will be attached to os.Stdout and os.Stderr.
@@ -368,4 +370,6 @@ func (te *Environment) useExistingCluster() bool {
368370
369371// DefaultKubeAPIServerFlags exposes the default args for the APIServer so that
370372// you can use those to append your own additional arguments.
373+ //
374+ // Deprecated: use APIServer.Configure() instead.
371375var DefaultKubeAPIServerFlags = controlplane .APIServerDefaultArgs
You can’t perform that action at this time.
0 commit comments