package queryparams
import "k8s.io/client-go/1.4/pkg/conversion/queryparams"
Package queryparams provides conversion from versioned runtime objects to URL query values
Index ¶
Functions ¶
func Convert ¶
Convert takes an object and converts 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.
Types ¶
type Marshaler ¶
Marshaler converts an object to a query parameter string representation
type Unmarshaler ¶
Unmarshaler converts a string representation to an object
Source Files ¶
convert.go doc.go
- Version
- v1.4.0
- Published
- Oct 17, 2016
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 8 minutes ago –
Tools for package owners.