Codegen: new tools will not become part of 'all'
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user