What is the role of types.generated.go
I see a section in code like:
if yyq2[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234)
what does things like yyq2
are?
First, k8s use gengo to generate code.
There are several project in kubernetes/cmd/libs/go2idl, such as go-to-protobuf, client-gen, set-gen,lister-gen.