mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Merge pull request #20515 from mikedanese/fix-proxy-mode
Auto commit by PR queue bot
This commit is contained in:
commit
3f1c99f013
@ -54,8 +54,7 @@ func (v IPVar) Type() string {
|
||||
}
|
||||
|
||||
func (m *ProxyMode) Set(s string) error {
|
||||
nm := ProxyMode(s)
|
||||
m = &nm
|
||||
*m = ProxyMode(s)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user