Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Unmarshal is an alias for json.Unmarshal Unmarshal = json.Unmarshal // Marshal is an alias for json.Marshal Marshal = json.Marshal )
Functions ¶
func Decode ¶
Decode will parse the json byte array to the target object. When unknown fields are _not_ allowed we still accept unknown fields in the Object's metadata
See https://github.com/knative/serving/issues/11448 for details
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.