Skip to content

Commit acd5dfe

Browse files
committed
fix golang lint
Signed-off-by: clyi <[email protected]>
1 parent fba700c commit acd5dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/framework/metallb.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func NewMetallbClientSet(config *rest.Config) (*MetallbClientSet, error) {
1717
if err := metallbv1beta1.AddToScheme(scheme.Scheme); err != nil {
1818
return nil, err
1919
}
20-
config.ContentConfig.GroupVersion = &metallbv1beta1.GroupVersion
20+
config.GroupVersion = &metallbv1beta1.GroupVersion
2121
config.APIPath = "/apis"
2222
config.NegotiatedSerializer = scheme.Codecs.WithoutConversion()
2323

0 commit comments

Comments
 (0)