forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deprecations.yaml
43 lines (42 loc) · 1.67 KB
/
deprecations.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
32
33
34
35
36
37
38
39
40
41
42
43
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: deprecations
spec:
shortDescription: >-
Checks for deprecated objects in a cluster
homepage: https://github.com/rikatz/kubepug
caveats: |
* By default, deprecations finds deprecated object relative to the current kubernetes
master branch. To target a different kubernetes release, use the --k8s-version
argument.
* Deprecations needs permission to GET all objects in the Cluster
description: |
This plugin shows all the deprecated objects in a Kubernetes cluster allowing
the operator to verify them before upgrading the cluster. It uses the
swagger.json version available in master branch of Kubernetes repository
(github.com/kubernetes/kubernetes) as a reference. The branch can be changed
to some other desired Kubernetes version
version: v1.0.1
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/rikatz/kubepug/releases/download/v1.0.1/kubepug_darwin_amd64.tar.gz
sha256: 87ebcbd66a4c94dbbbea576a9a70c395bfa07b4921a5da020ada0cefc0042765
bin: "kubepug"
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/rikatz/kubepug/releases/download/v1.0.1/kubepug_linux_amd64.tar.gz
sha256: 2e57e1d8d1187707e085ba4ea1941832250a1a99506523359db0352b2fd38448
bin: "kubepug"
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/rikatz/kubepug/releases/download/v1.0.1/kubepug_windows_amd64.zip
sha256: e4150fd1c986058f5f780ebbc3466194dad11096cd4ee20f2a4505dc531059fb
bin: "kubepug.exe"