mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	remove internal client from udpate-codegen script
This commit is contained in:
		| @@ -71,7 +71,6 @@ INTERNAL_DIRS_CSV=$(IFS=',';echo "${INTERNAL_DIRS[*]// /,}";IFS=$) | ||||
|  | ||||
| # This can be called with one flag, --verify-only, so it works for both the | ||||
| # update- and verify- scripts. | ||||
| ${clientgen} --input-base="k8s.io/kubernetes/pkg/apis" --input="${INTERNAL_DIRS_CSV}" "$@" | ||||
| ${clientgen} --output-base "${KUBE_ROOT}/vendor" --output-package="k8s.io/client-go" --clientset-name="kubernetes" --input-base="k8s.io/kubernetes/vendor/k8s.io/api" --input="${GV_DIRS_CSV}" --go-header-file ${KUBE_ROOT}/hack/boilerplate/boilerplate.generatego.txt "$@" | ||||
|  | ||||
| listergen_external_apis=( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 yue9944882
					yue9944882