kops/hack
Ciprian Hacman 19564888f4 Use "//go:build" lines together with "// +build" lines
The go command now understands //go:build lines and prefers them over // +build lines. The new syntax uses boolean expressions, just like Go, and should be less error-prone. As of this release, the new syntax is fully supported, and all Go files should be updated to have both forms with the same meaning. To aid in migration, gofmt now automatically synchronizes the two forms. For more details on the syntax and migration plan, see https://golang.org/design/draft-gobuild.
2021-09-20 07:35:31 +03:00
..
boilerplate Use "//go:build" lines together with "// +build" lines 2021-09-20 07:35:31 +03:00
mkdocs_macros Fix docs feature table not being rendered 2020-10-12 07:37:39 +03:00
.cfnlintrc.yaml Upgrade cfn-lint to 0.44.3 2021-01-12 20:14:56 -06:00
.shellcheck_failures Fix various shellcheck failures 2020-10-26 15:55:13 -05:00
.staticcheck_failures Remove coredns dnsprovider 2021-01-22 09:19:35 +01:00
BUILD.bazel bazel: add notes that tasks do not work 2018-06-04 10:45:52 -07:00
__init__.py Moving mkdocs_macros package into hack directory 2020-07-13 23:44:01 -04:00
cfn-lint.Dockerfile Upgrade cfn-lint to 0.44.3 2021-01-12 20:14:56 -06:00
common.sh Fix various shellcheck failures 2020-10-26 15:55:13 -05:00
dev-build-aws.sh Script for iterating development on AWS 2021-09-18 13:42:14 -04:00
dev-build-gce.sh Script for iterating development on GCE 2021-08-23 08:37:09 -04:00
dev-build.sh Import common.sh and use KOPS_ROOT when applicable 2020-02-15 20:04:12 -06:00
go.mod Update Bazel to v4.2.1 2021-09-11 15:41:28 +03:00
go.sum Update Bazel to v4.2.1 2021-09-11 15:41:28 +03:00
go_install_from_commit.sh /hack: improve shell script in hack 2019-12-25 17:16:31 +08:00
install-bazelisk.sh Update Bazel to v3.5.0 2021-03-18 14:58:09 +02:00
new-iam-user.sh Fix various shellcheck failures 2020-10-26 15:55:13 -05:00
pre-commit.sh /hack: improve shell script in hack 2019-12-25 17:16:31 +08:00
set-version Fix set-version leaving backup files with "-e" suffix 2021-06-04 15:06:54 -07:00
tools.go Update Bazel to v3.5.0 2021-03-18 14:58:09 +02:00
update-apimachinery.sh Move code-generator to hack go module 2020-12-10 21:47:54 -06:00
update-bazel.sh Move tools.go into separate go module without vendoring 2020-12-08 23:06:44 -06:00
update-expected.sh dev: hack/update-expected script should clear KOPS_ARCH 2021-09-06 14:45:08 -04:00
update-goimports.sh hack/goimports - Replace mapfile with read 2020-12-11 08:22:54 -06:00
update-header.sh Fix various shellcheck failures 2020-10-26 15:55:13 -05:00
upload hack/upload: avoid ACLs for GCS buckets with UBLA enabled 2021-07-14 22:46:07 -07:00
verify-apimachinery.sh Import common.sh and use KOPS_ROOT when applicable 2020-02-15 20:04:12 -06:00
verify-bazel.sh Merge pull request #10182 from h3poteto/fix/hack-verify-bazel 2021-01-10 08:23:05 -08:00
verify-boilerplate.sh Remove go-bindata 2021-03-20 16:02:09 -05:00
verify-cloudformation.sh Update cfn-lint to v1.52.0 2021-07-29 05:40:05 +03:00
verify-crds.sh Make hack/update and hack/verify scripts more consistent 2020-10-26 15:01:43 -04:00
verify-gofmt.sh Update Bazel to v3.5.0 2021-03-18 14:58:09 +02:00
verify-goimports.sh hack/goimports - Replace mapfile with read 2020-12-11 08:22:54 -06:00
verify-gomod.sh Add tests/e2e go module support to hack/verify-gomod.sh 2020-10-22 20:57:38 -05:00
verify-hashes.sh Install container runtime packages as assets - Tests 2020-10-14 15:41:51 +03:00
verify-shellcheck.sh Keep SHELLCHECK_IMAGE vesion sync with SHELLCHECK_VERSION defined before 2020-09-01 09:55:13 +08:00
verify-spelling.sh Move tools.go into separate go module without vendoring 2020-12-08 23:06:44 -06:00
verify-staticcheck.sh Move tools.go into separate go module without vendoring 2020-12-08 23:06:44 -06:00
verify-terraform.sh Update terraform to 1.0.5 2021-08-24 18:31:08 -05:00
verify-versions.sh Verify all versions are set correctly 2021-05-07 21:09:11 -07:00