Skip to content

Commit

Permalink
feat: add yonahd/kor (#16311)
Browse files Browse the repository at this point in the history
[yonahd/kor](https://github.com/yonahd/kor): A Golang Tool to discover unused Kubernetes Resources
  • Loading branch information
suzuki-shunsuke committed Oct 13, 2023
1 parent 8569d3e commit f69ebcd
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/yonahd/kor/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: yonahd/kor@v0.2.4
- name: yonahd/kor
version: v0.2.0
- name: yonahd/kor
version: v0.1.2
29 changes: 29 additions & 0 deletions pkgs/yonahd/kor/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
packages:
- type: github_release
repo_owner: yonahd
repo_name: kor
description: A Golang Tool to discover unused Kubernetes Resources
asset: kor_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
supported_envs:
- darwin
- amd64
checksum:
type: github_release
asset: kor_{{trimV .Version}}_checksums.txt
algorithm: sha256
version_constraint: semver(">= 0.2.0")
version_overrides:
- version_constraint: semver("< 0.2.0")
rosetta2: true
files:
- name: kor
src: kor-{{.GOOS}}-{{if eq .GOOS "darwin"}}amd64{{else}}{{.GOARCH}}{{end}}
28 changes: 28 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f69ebcd

Please sign in to comment.