mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-06 03:13:34 +00:00
update to go 1.23 and latest k8s version (1.32.5)
Signed-off-by: Muhammad Adil Ghaffar <muhammad.adil.ghaffar@est.tech>
This commit is contained in:
2
vendor/k8s.io/client-go/rest/url_utils.go
generated
vendored
2
vendor/k8s.io/client-go/rest/url_utils.go
generated
vendored
@@ -61,7 +61,7 @@ func DefaultServerURL(host, apiPath string, groupVersion schema.GroupVersion, de
|
||||
return hostURL, versionedAPIPath, nil
|
||||
}
|
||||
|
||||
// DefaultVersionedAPIPathFor constructs the default path for the given group version, assuming the given
|
||||
// DefaultVersionedAPIPath constructs the default path for the given group version, assuming the given
|
||||
// API path, following the standard conventions of the Kubernetes API.
|
||||
func DefaultVersionedAPIPath(apiPath string, groupVersion schema.GroupVersion) string {
|
||||
versionedAPIPath := path.Join("/", apiPath)
|
||||
|
Reference in New Issue
Block a user