This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Documentation
api
cmd
connector
examples
scripts
server
storage
conformance
kubernetes
k8sapi
client.go
doc.go
extensions.go
time.go
unversioned.go
v1.go
client.go
client_test.go
doc.go
storage.go
storage_test.go
types.go
memory
sql
doc.go
static.go
storage.go
vendor
version
web
.gitignore
.travis.yml
DCO
Dockerfile
LICENSE
Makefile
README.md
glide.lock
glide.yaml
glide_test.go
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
..
2016-07-26 15:51:24 -07:00
2016-07-26 15:51:24 -07:00
2016-07-26 15:51:24 -07:00
2016-07-26 15:51:24 -07:00
2016-07-26 15:51:24 -07:00