We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba700c commit acd5dfeCopy full SHA for acd5dfe
test/e2e/framework/metallb.go
@@ -17,7 +17,7 @@ func NewMetallbClientSet(config *rest.Config) (*MetallbClientSet, error) {
17
if err := metallbv1beta1.AddToScheme(scheme.Scheme); err != nil {
18
return nil, err
19
}
20
- config.ContentConfig.GroupVersion = &metallbv1beta1.GroupVersion
+ config.GroupVersion = &metallbv1beta1.GroupVersion
21
config.APIPath = "/apis"
22
config.NegotiatedSerializer = scheme.Codecs.WithoutConversion()
23
0 commit comments