Skip to content

Commit

Permalink
feat(itaysk/kubectl-neat): scaffold itaysk/kubectl-neat (#29798)
Browse files Browse the repository at this point in the history
* feat(itaysk/kubectl-neat): scaffold itaysk/kubectl-neat

* chore: added files
  • Loading branch information
ponkio-o authored Dec 11, 2024
1 parent e23e029 commit d2ca439
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/itaysk/kubectl-neat/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: itaysk/[email protected]
- name: itaysk/kubectl-neat
version: v2.0.2
- name: itaysk/kubectl-neat
version: v1.0.0
36 changes: 36 additions & 0 deletions pkgs/itaysk/kubectl-neat/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
packages:
- type: github_release
repo_owner: itaysk
repo_name: kubectl-neat
description: Clean up Kubernetes yaml and json output to make it readable
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 1.0.0")
asset: kubectl-neat_{{.OS}}.{{.Format}}
format: tar.gz
supported_envs:
- linux/amd64
- darwin
files:
- name: kubectl-neat
src: dist/{{.OS}}/kubectl-neat
- version_constraint: semver("<= 2.0.2")
asset: kubectl-neat_{{.OS}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
supported_envs:
- linux/amd64
- darwin
- version_constraint: "true"
asset: kubectl-neat_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
supported_envs:
- linux
- darwin
35 changes: 35 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 d2ca439

Please sign in to comment.