This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/storage/kubernetes
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
..
k8sapi *: switch to github.com/ghodss/yaml for more consistent YAML parsing 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
client_test.go storage/kubernetes: allow arbitrary client IDs 2016-10-27 16:37:58 -07:00
doc.go storage: update godocs 2016-10-28 13:00:13 -07:00
storage.go *: switch to github.com/ghodss/yaml for more consistent YAML parsing 2016-11-03 14:39:32 -07:00
storage_test.go storage/kubernetes: run transactional conformance tests 2016-10-26 13:30:45 -07:00
types.go storage/kubernetes: allow arbitrary client IDs 2016-10-27 16:37:58 -07:00