|
|
|
|
|
by harpratap
2147 days ago
|
|
> The Go code in K8s is simple, the system of Kubernetes is complex Can you link me to a doc which explains the runtime scheme type system of Kubernetes? Could never wrap my head around how that even works. And why they had to even do this in the first place? |
|
Runtime scheme and the k8s machinery can be pretty awkward. Scheme is just a way of registering the available datatypes by group/version/kind so the client can look at any given object and figure out if it knows how to decode it.