mirror of https://github.com/kubernetes/kops.git
Instead of reimplementing the unmarshal code, we implement a trick: we implement an alternative JSON representation of an object: a string. We unmarshal as normal, and then we reconcile these pointer values to the primary values, by walking the unmarshalled tree. |
||
|---|---|---|
| upup | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README | ||
README
# kube-deploy This is a repository of community maintained Kubernetes cluster deployment automations. Think of this as https://github.com/kubernetes/contrib for deployment automations! Each subdirectory is it's own project. It should be a place where people can come see how the community is deploying kubernetes and should allow for faster development iteration compared to developing in the main repository.