mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Fix duplicated path.
This commit is contained in:
parent
b94ceffbed
commit
07a431f713
@ -149,7 +149,6 @@ func executeAPIRequest(method string, auth *kube_client.AuthInfo) bool {
|
|||||||
|
|
||||||
s := kube_client.New(*httpServer, auth)
|
s := kube_client.New(*httpServer, auth)
|
||||||
r := s.Verb(verb).
|
r := s.Verb(verb).
|
||||||
Path("api/v1beta1").
|
|
||||||
Path(parseStorage()).
|
Path(parseStorage()).
|
||||||
ParseSelector(*selector)
|
ParseSelector(*selector)
|
||||||
if method == "create" || method == "update" {
|
if method == "create" || method == "update" {
|
||||||
|
Loading…
Reference in New Issue
Block a user