Affected by GO-2022-0792
and 2 other vulnerabilities
GO-2022-0792 : Privilege Escalation in Kubernetes in github.com/kubernetes/kubernetes
GO-2022-0857 : Information Exposure in Kubernetes in github.com/kubernetes/kubernetes
GO-2022-0893 : Access Restriction Bypass in kubernetes in github.com/kubernetes/kubernetes
Discover Packages
github.com/kubernetes/kubernetes
pkg
conversion
queryparams
package
Version:
v0.21.0
Opens a new window with list of versions in this module.
Published: Jul 7, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package queryparams provides conversion from versioned
runtime objects to URL query values
Convert takes a versioned runtime.Object and serializes it to a url.Values object
using JSON tags as parameter names. Only top-level simple values, arrays, and slices
are serialized. Embedded structs, maps, etc. will not be serialized.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.