generated from replicatedhq/krew-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Zhongtao Hu <[email protected]>
- Loading branch information
1 parent
c5264fd
commit 78185ae
Showing
3 changed files
with
56 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Update new version in krew-index | ||
uses: rajatjindal/[email protected].38 | ||
uses: rajatjindal/[email protected].43 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
apiVersion: krew.googlecontainertools.github.com/v1alpha2 | ||
kind: Plugin | ||
metadata: | ||
name: kata | ||
spec: | ||
version: "v0.1.0" | ||
platforms: | ||
- selector: | ||
matchLabels: | ||
os: linux | ||
arch: amd64 | ||
uri: https://github.com/Tim-0731-Hzt/kubectl-kata/releases/download/v0.1.0/kata_linux_amd64.tar.gz | ||
sha256: c5264fd12b8d25b26590ebd2a5c425db33dd43d2 | ||
files: | ||
- from: "./kata" | ||
to: "." | ||
- from: LICENSE | ||
to: "." | ||
bin: "kata" | ||
- selector: | ||
matchLabels: | ||
os: darwin | ||
arch: amd64 | ||
uri: https://github.com/Tim-0731-Hzt/kubectl-kata/releases/download/v0.1.0/kata_darwin_amd64.tar.gz | ||
sha256: c5264fd12b8d25b26590ebd2a5c425db33dd43d2 | ||
files: | ||
- from: "./kata" | ||
to: "." | ||
- from: LICENSE | ||
to: "." | ||
bin: "kata" | ||
- selector: | ||
matchLabels: | ||
os: windows | ||
arch: amd64 | ||
uri: https://github.com/Tim-0731-Hzt/kubectl-kata/releases/download/v0.1.0/kata_windows_amd64.zip | ||
sha256: c5264fd12b8d25b26590ebd2a5c425db33dd43d2 | ||
files: | ||
- from: "/kata.exe" | ||
to: "." | ||
- from: LICENSE | ||
to: "." | ||
bin: "kata.exe" | ||
shortDescription: A new plugin | ||
homepage: https://github.com/Tim-0731-Hzt/kubectl-kata | ||
caveats: | | ||
Usage: | ||
$ kubectl kata | ||
For additional options: | ||
$ kubectl kata --help | ||
or https://github.com/Tim-0731-Hzt/kubectl-kata/blob/v0.1.0/doc/USAGE.md | ||
description: | | ||
This is a new plugin |
This file was deleted.
Oops, something went wrong.