mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 04:36:00 +00:00
protobuf: During generation, copy protobuf tags back
The protobuf tags contain the assigned tag id, which then ensures subsequent generation is consistently tagging (tags don't change across generations unless someone deletes the protobuf tag). In addition, generate final proto IDL that is free of gogoproto extensions for ease of generation into other languages. Add a flag --keep-gogoproto which preserves the gogoproto extensions in the final IDL.
This commit is contained in:
@@ -152,6 +152,7 @@ ir-user
|
||||
jenkins-host
|
||||
jenkins-jobs
|
||||
k8s-build-output
|
||||
keep-gogoproto
|
||||
km-path
|
||||
kube-api-burst
|
||||
kube-api-qps
|
||||
|
Reference in New Issue
Block a user