From af29cca6cededbfa1fb51264b69687a9d3c01f48 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Tue, 11 Apr 2023 12:44:40 -0700 Subject: [PATCH] Codegen: new tools will not become part of 'all' --- staging/src/k8s.io/code-generator/generate-groups.sh | 2 +- staging/src/k8s.io/code-generator/generate-internal-groups.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/staging/src/k8s.io/code-generator/generate-groups.sh b/staging/src/k8s.io/code-generator/generate-groups.sh index 487f75da187..742719c7a9d 100755 --- a/staging/src/k8s.io/code-generator/generate-groups.sh +++ b/staging/src/k8s.io/code-generator/generate-groups.sh @@ -53,7 +53,7 @@ if [ "${GENS}" = "all" ] || grep -qw "all" <<<"${GENS}"; then ALL="applyconfiguration,client,deepcopy,informer,lister" echo "WARNING: Specifying \"all\" as a generator is deprecated." echo "WARNING: Please list the specific generators needed." - echo "WARNING: \"all\" is now an alias for \"${ALL}\"" + echo "WARNING: \"all\" is now an alias for \"${ALL}\"; new code generators WILL NOT be added to this set" echo GENS="${ALL}" fi diff --git a/staging/src/k8s.io/code-generator/generate-internal-groups.sh b/staging/src/k8s.io/code-generator/generate-internal-groups.sh index ae5bf1f5b67..c953375bc92 100755 --- a/staging/src/k8s.io/code-generator/generate-internal-groups.sh +++ b/staging/src/k8s.io/code-generator/generate-internal-groups.sh @@ -55,7 +55,7 @@ if [ "${GENS}" = "all" ] || grep -qw "all" <<<"${GENS}"; then ALL="client,conversion,deepcopy,defaulter,informer,lister,openapi" echo "WARNING: Specifying \"all\" as a generator is deprecated." echo "WARNING: Please list the specific generators needed." - echo "WARNING: \"all\" is now an alias for \"${ALL}\"" + echo "WARNING: \"all\" is now an alias for \"${ALL}\"; new code generators WILL NOT be added to this set" echo GENS="${ALL}" fi