Remove traces of go2idl

This commit is contained in:
Dr. Stefan Schimanski
2017-07-21 12:11:42 +02:00
parent 9e85c3cc74
commit ea39971b7c
6 changed files with 6 additions and 10 deletions

View File

@@ -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