package
1.4.0-alpha.2
Repository: https://github.com/stackpointcloud/kubernetes.git
Documentation: pkg.go.dev

# Functions

Marshal delegates to json.Marshal It is only here so this package can be a drop-in for common encoding/json uses.
NewEncoder delegates to json.NewEncoder It is only here so this package can be a drop-in for common encoding/json uses.
Unmarshal unmarshals the given data If v is a *map[string]interface{}, numbers are converted to int64 or float64.