mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
Codegen: new tools will not become part of 'all'
This commit is contained in:
parent
5f7345deaa
commit
af29cca6ce
@ -53,7 +53,7 @@ if [ "${GENS}" = "all" ] || grep -qw "all" <<<"${GENS}"; then
|
|||||||
ALL="applyconfiguration,client,deepcopy,informer,lister"
|
ALL="applyconfiguration,client,deepcopy,informer,lister"
|
||||||
echo "WARNING: Specifying \"all\" as a generator is deprecated."
|
echo "WARNING: Specifying \"all\" as a generator is deprecated."
|
||||||
echo "WARNING: Please list the specific generators needed."
|
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
|
echo
|
||||||
GENS="${ALL}"
|
GENS="${ALL}"
|
||||||
fi
|
fi
|
||||||
|
@ -55,7 +55,7 @@ if [ "${GENS}" = "all" ] || grep -qw "all" <<<"${GENS}"; then
|
|||||||
ALL="client,conversion,deepcopy,defaulter,informer,lister,openapi"
|
ALL="client,conversion,deepcopy,defaulter,informer,lister,openapi"
|
||||||
echo "WARNING: Specifying \"all\" as a generator is deprecated."
|
echo "WARNING: Specifying \"all\" as a generator is deprecated."
|
||||||
echo "WARNING: Please list the specific generators needed."
|
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
|
echo
|
||||||
GENS="${ALL}"
|
GENS="${ALL}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user