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 {
163
163
ControlPlaneStopTimeout time.Duration
164
164
165
165
// KubeAPIServerFlags is the set of flags passed while starting the api server.
166
+ //
167
+ // Deprecated: use ControlPlane.GetAPIServer().Configure() instead.
166
168
KubeAPIServerFlags []string
167
169
168
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
370
372
// you can use those to append your own additional arguments.
373
+ //
374
+ // Deprecated: use APIServer.Configure() instead.
371
375
var DefaultKubeAPIServerFlags = controlplane .APIServerDefaultArgs
You can’t perform that action at this time.
0 commit comments