Skip to content

Commit eb03b75

Browse files
committed
add Timeout field to anonClientCfg
1 parent 3e7913f commit eb03b75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pkg/cmd/util/clientcmd/clientcmd.go

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ func AnonymousClientConfig(config *restclient.Config) restclient.Config {
6767
WrapTransport: config.WrapTransport,
6868
QPS: config.QPS,
6969
Burst: config.Burst,
70+
Timeout: config.Timeout,
7071
}
7172
}
7273

0 commit comments

Comments
 (0)