Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit cad88f0

Browse files
JoshVanLsimonswine
andcommitted
Update pkg/proxy/proxy.go tripprt -> tripper
Co-Authored-By: Christian Simon <[email protected]> Signed-off-by: JoshVanL <[email protected]>
1 parent 70e5a77 commit cad88f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/proxy/proxy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func New(restConfig *rest.Config, oidcAuther *bearertoken.Authenticator,
6363
func (p *Proxy) Run(stopCh <-chan struct{}) (<-chan struct{}, error) {
6464
klog.Infof("waiting for oidc provider to become ready...")
6565

66-
// standard round tripprt for proxy to API Server
66+
// standard round tripper for proxy to API Server
6767
clientRT, err := p.roundTripperForRestConfig(p.restConfig)
6868
if err != nil {
6969
return nil, err

0 commit comments

Comments
 (0)