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
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