mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 15:50:10 +00:00
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:
parent
6fd830a075
commit
bdbf07525f
@ -52,16 +52,12 @@ import (
|
|||||||
"k8s.io/kubernetes/test/integration/framework"
|
"k8s.io/kubernetes/test/integration/framework"
|
||||||
)
|
)
|
||||||
|
|
||||||
//lint:ignore U1000 we need to alias only for the sake of embedding
|
|
||||||
type kubeClientSet = kubernetes.Interface
|
type kubeClientSet = kubernetes.Interface
|
||||||
|
|
||||||
//lint:ignore U1000 we need to alias only for the sake of embedding
|
|
||||||
type aggegatorClientSet = aggregator.Interface
|
type aggegatorClientSet = aggregator.Interface
|
||||||
|
|
||||||
//lint:ignore U1000 we need to alias only for the sake of embedding
|
|
||||||
type apiextensionsClientSet = apiextensions.Interface
|
type apiextensionsClientSet = apiextensions.Interface
|
||||||
|
|
||||||
//lint:ignore U1000 we need to alias only for the sake of embedding
|
|
||||||
type dynamicClientset = dynamic.Interface
|
type dynamicClientset = dynamic.Interface
|
||||||
type testClientSet struct {
|
type testClientSet struct {
|
||||||
kubeClientSet
|
kubeClientSet
|
||||||
|
Loading…
Reference in New Issue
Block a user