|
|
|
|
|
by oogali
169 days ago
|
|
I sometimes joke that Kubernetes is a mass experiment in teaching people how to write Go via YAML. The giant nested YAML you come across is the input (pre-deserialization)/output (post-serialization) for the declared types: https://github.com/kubernetes/api/blob/master/core/v1/types.... Fortunately, or unfortunately, I am the only person that finds humor in this. |
|