Skip to content

Commit

Permalink
remove hack/tools
Browse files Browse the repository at this point in the history
The logcheck tool was moved to https://github.com/kubernetes-sigs/logtools and
it seems unlikely that we'll want to add another, similar tool under hack/tools
again, so the entire directory gets removed.
  • Loading branch information
pohly committed Jun 14, 2022
1 parent ea35802 commit e9884d2
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 1,944 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -18,8 +18,6 @@ jobs:
run: |
go get -t -v ./...
go test -v -race ./...
- name: Test hack/tools
run: cd hack/tools && go test -v -race ./...
- name: Test examples
run: cd examples && go test -v -race ./...
lint:
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -28,7 +28,6 @@ Historical context is available here:
Semantic versioning is used in this repository. It contains several Go modules
with different levels of stability:
- `k8s.io/klog/v2` - stable API, `vX.Y.Z` tags
- `k8s.io/hack/tools` - no stable API yet (may change eventually or get moved to separate repo), `hack/tools/v0.Y.Z` tags
- `examples` - no stable API, no tags, no intention to ever stabilize

Exempt from the API stability guarantee are items (packages, functions, etc.)
Expand Down
8 changes: 0 additions & 8 deletions hack/tools/go.mod

This file was deleted.

46 changes: 0 additions & 46 deletions hack/tools/go.sum

This file was deleted.

82 changes: 0 additions & 82 deletions hack/tools/logcheck/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions hack/tools/logcheck/main.go

This file was deleted.

126 changes: 0 additions & 126 deletions hack/tools/logcheck/main_test.go

This file was deleted.

0 comments on commit e9884d2

Please sign in to comment.