dex/storage/kubernetes/k8sapi
Eric Chiang aa7f304bc1 *: switch to github.com/ghodss/yaml for more consistent YAML parsing
ghodss/yaml converts from YAML to JSON before attempting to unmarshal.
This allows us to:

* Get the correct behavor when decoding base64'd []byte slices.
* Use *json.RawMessage.
* Not have to support extravagant YAML features.
* Let our structs use `json:` tags
2016-11-03 14:39:32 -07:00
..
client.go *: switch to github.com/ghodss/yaml for more consistent YAML parsing 2016-11-03 14:39:32 -07:00
doc.go initial commit 2016-07-26 15:51:24 -07:00
extensions.go initial commit 2016-07-26 15:51:24 -07:00
time.go initial commit 2016-07-26 15:51:24 -07:00
unversioned.go initial commit 2016-07-26 15:51:24 -07:00
v1.go initial commit 2016-07-26 15:51:24 -07:00