Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Mar 10, 2021
1 parent 3c960b1 commit c722b71
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions .krew.yaml
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: "pod-lens"
name: pod-lens
spec:
version: "{{ .TagName }}"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/sunny0826/kubectl-pod-lens/releases/download/{{ .TagName }}/pod-lens_linux_amd64.tar.gz" .TagName }}
files:
- from: "./pod-lens"
to: "."
- from: LICENSE
to: "."
bin: "pod-lens"
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/sunny0826/kubectl-pod-lens/releases/download/{{ .TagName }}/pod-lens_darwin_amd64.tar.gz" .TagName }}
files:
- from: "./pod-lens"
to: "."
- from: LICENSE
to: "."
bin: "pod-lens"
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/sunny0826/kubectl-pod-lens/releases/download/{{ .TagName }}/pod-lens_windows_amd64.zip" .TagName }}
files:
- from: "/pod-lens.exe"
to: "."
- from: LICENSE
to: "."
bin: "pod-lens.exe"
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/sunny0826/kubectl-pod-lens/releases/download/{{ .TagName }}/pod-lens_linux_amd64.tar.gz" .TagName }}
files:
- from: "./pod-lens"
to: "."
- from: LICENSE
to: "."
bin: "pod-lens"
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/sunny0826/kubectl-pod-lens/releases/download/{{ .TagName }}/pod-lens_darwin_amd64.tar.gz" .TagName }}
files:
- from: "./pod-lens"
to: "."
- from: LICENSE
to: "."
bin: "pod-lens"
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/sunny0826/kubectl-pod-lens/releases/download/{{ .TagName }}/pod-lens_windows_amd64.zip" .TagName }}
files:
- from: "/pod-lens.exe"
to: "."
- from: LICENSE
to: "."
bin: "pod-lens.exe"
shortDescription: Sniffing pod-related resources
homepage: https://github.com/sunny0826/kubectl-pod-lens
description: |
Find related workloads, namespace, node, service, configmap, secret,
ingress and HPA by pod name and display them in a tree and table.
ingress and HPA by pod name and display them in a tree and table.

0 comments on commit c722b71

Please sign in to comment.