We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 965137a + 1ad3ba3 commit 3fd5f36Copy full SHA for 3fd5f36
hack/verify-generated-swagger-docs.sh
@@ -28,21 +28,6 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
28
29
kube::golang::setup_env
30
31
-make -C "${KUBE_ROOT}" WHAT=cmd/genswaggertypedocs
32
-
33
-# Find binary
34
-genswaggertypedocs=$(kube::util::find-binary "genswaggertypedocs")
35
36
-if [[ ! -x "$genswaggertypedocs" ]]; then
37
- {
38
- echo "It looks as if you don't have a compiled genswaggertypedocs binary"
39
- echo
40
- echo "If you are running from a clone of the git repo, please run"
41
- echo "'make WHAT=cmd/genswaggertypedocs'."
42
- } >&2
43
- exit 1
44
-fi
45
46
_tmpdir="$(kube::realpath "$(mktemp -d -t swagger-docs.XXXXXX)")"
47
function swagger_cleanup {
48
rm -rf "${_tmpdir}"
0 commit comments