kubernetes/hack/lib
Kir Kolyshkin d8fdb00b34 Fix verify: generated-stable-metrics wrt go 1.18
This should fix the following error when running
./hack/update-generated-stable-metrics.sh:

	'go get' is no longer supported outside a module.
	To build and install a command, use 'go install' with a version,
	like 'go install example.com/cmd@latest'
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

Using `go get` to download gopkg.in/yaml.v2 package into
KUBE_EXTRA_GOPATH directory no longer works. Interestingly, main repo
already has gopkg.in/yaml.v2@v2.4.0, same version that was installed by
that go get.

I guess that GOPATH with multiple elements no longer works either,
and since this code was the only user of KUBE_EXTRA_GOPATH, let's remove
it as well.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2022-03-23 10:19:59 -07:00
..
.gitattributes Capture git export-subst strings in version.sh for 'git archive' use. 2017-11-09 16:36:27 -08:00
etcd.sh test: fix info message for etcd startup 2022-02-07 08:59:19 +01:00
golang.sh Fix verify: generated-stable-metrics wrt go 1.18 2022-03-23 10:19:59 -07:00
init.sh rename v2beta2 to v2 2021-11-09 10:34:54 +08:00
logging.sh Lower default log verbosity 2020-08-02 01:22:59 -04:00
protoc.sh fixing scripts from https://github.com/google/protobuf/releases to https://github.com/protocolbuffers/protobuf/releases 2021-07-29 02:24:39 +05:30
swagger.sh Speed up update-swagger-docs 2020-08-02 10:56:46 -04:00
test.sh kubectl: add integration test for result reporting 2022-01-11 09:04:56 +01:00
util.sh Apply changes requested in the pull-kubernetes-verify failed check 2022-01-20 17:25:52 +01:00
version.sh Add non-vendor version ldflags 2021-08-14 11:20:26 -04:00