-
Notifications
You must be signed in to change notification settings - Fork 422
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EOL code-generator/generate-groups scripts
There's no easy way to make it work in the new model. Callers add flags to the commandline like: ``` "${CODEGEN_PKG}/generate-internal-groups.sh" "client,conversion,deepcopy,defaulter,informer,lister,openapi" \ k8s.io/code-generator/examples/apiserver \ k8s.io/code-generator/examples/apiserver/apis \ k8s.io/code-generator/examples/apiserver/apis \ "example:v1 example2:v1 example3.io:v1" \ --output-base "${SCRIPT_DIR}/../../../.." \ --go-header-file "${SCRIPT_DIR}/boilerplate.go.txt" ``` To support this we would need to parse these flags in these scripts and try to adapt them to the new CLI tool interfaces. Not impossible, but seeing as we deprecated these a few releases ago AND that we have other breaking changes to the tools, let's just rip this bandaid off? Kubernetes-commit: 7776496309c49f91c15ca929d6e27442ae6b83dc
- Loading branch information
1 parent
01a8118
commit 2e5be31
Showing
2 changed files
with
6 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters