mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-25 10:55:11 +00:00
Automatic merge from submit-queue (batch tested with PRs 45835, 45389) client-gen: honor groupName overrides in customArgs If there is a comment of the form "// +groupName=somegroup" or "// +groupName=somegroup.foo.bar.io", use the first field (somegroup) as the name of the group in customArgs.GroupVersions and customArgs.GroupVersionToInputPath. @deads2k this lets OpenShift generate the correct group names for pkg/deploy (groupName=apps) and pkg/sdn (groupName=network), although we still need your hack to specify `--group`. cc @smarterclayton @liggitt @sttts @kubernetes/sig-api-machinery-pr-reviews