import "k8s.io/component-base/logs/testinit"
Package testinit adds logging flags to a Ginkgo or Go test program during initialization, something that the logs package itself no longer does.
Normal commands should not use this and instead manage logging flags with logs.Options and/or cli.Run.
testinit.go