Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Nov 22, 2024
1 parent 2866a5a commit 0951dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/client/clientset.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (g *clientset) ToRESTConfig() (*rest.Config, error) {
restConfig.RateLimiter = flowcontrol.NewFakeAlwaysRateLimiter()
restConfig.UserAgent = version.DefaultUserAgent()
restConfig.NegotiatedSerializer = unstructuredscheme.NewUnstructuredNegotiatedSerializer()
restConfig.Wrap(newRoundTripperPool)
// restConfig.Wrap(newRoundTripperPool)
g.restConfig = restConfig

for _, opt := range g.opts {
Expand Down

0 comments on commit 0951dbf

Please sign in to comment.