You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
envtest: append flags to defaultKubeAPIServerFlags
This change adds a constructor NewEnvironment() for creating a new k8s
test environment with defaultKubeAPIServerFlags as the default API
server flags and adds a method AppendKubeAPIServerFlags() to append more
flags to the default set of flags.
It also updates all the tests to use NewEnvironment().
0 commit comments