-
Notifications
You must be signed in to change notification settings - Fork 3
/
.krew.yaml
31 lines (29 loc) · 1.13 KB
/
.krew.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: evict-pod
spec:
version: {{ .TagName }}
homepage: https://github.com/PixelRobots/KubeTidy
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/PixelRobots/KubeTidy/releases/download/{{ .TagName }}/KubeTidy-darwin-amd64-{{ .TagName }}.tar.gz" .TagName }}
bin: kubectl-KubeTidy
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/PixelRobots/KubeTidy/releases/download/{{ .TagName }}/KubeTidy-linux-amd64-{{ .TagName }}.tar.gz" .TagName }}
bin: kubectl-KubeTidy
shortDescription: "A tool to clean up your Kubernetes config."
description: |
KubeTidy cleans up your Kubernetes config file by removing unreachable clusters and associated users and contexts or merging multiple config files.
**Requirements:**
- PowerShell 7 or higher must be installed.
Read more documentation at: https://github.com/PixelRobots/KubeTidy
caveats: |
**Requirements:**
- PowerShell 7 or higher must be installed.