test: remove exception comments in discovery tests

The exception comments were added due to a false positive in
staticcheck. This has since been rectified.

Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
This commit is contained in:
Madhav Jivrajani 2023-06-27 11:37:04 +05:30 committed by Patrick Ohly
parent 6fd830a075
commit bdbf07525f

View File

@ -52,16 +52,12 @@ import (
"k8s.io/kubernetes/test/integration/framework"
)
//lint:ignore U1000 we need to alias only for the sake of embedding
type kubeClientSet = kubernetes.Interface
//lint:ignore U1000 we need to alias only for the sake of embedding
type aggegatorClientSet = aggregator.Interface
//lint:ignore U1000 we need to alias only for the sake of embedding
type apiextensionsClientSet = apiextensions.Interface
//lint:ignore U1000 we need to alias only for the sake of embedding
type dynamicClientset = dynamic.Interface
type testClientSet struct {
kubeClientSet