mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Remove traces of go2idl
This commit is contained in:
@@ -31,7 +31,7 @@ while IFS= read -d $'\0' -r file ; do
|
||||
done < <(find "${KUBE_ROOT}"/pkg/apis -name register.go -print0)
|
||||
|
||||
# every register file should contain a GroupName. Gather the different representations.
|
||||
# 1. group directory name for go2idl client gen
|
||||
# 1. group directory name for client gen
|
||||
# 2. external group versions for init.sh all APIs list
|
||||
# 3. install packages for inclusion in import_known_versions files
|
||||
group_dirnames=()
|
||||
@@ -125,4 +125,4 @@ for external_group_version in "${external_group_versions[@]}"; do
|
||||
echo "missing ${external_group_version} from hack/lib/init.sh:/KUBE_AVAILABLE_GROUP_VERSIONS or hack/init.sh:/KUBE_NONSERVER_GROUP_VERSIONS"
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user