forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchange-ns.yaml
41 lines (41 loc) · 1.46 KB
/
change-ns.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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: change-ns
spec:
platforms:
- uri: https://github.com/juanvallejo/kubectl-ns/releases/download/v1.0.0/kubectl-ns_darwin_x86_64.zip
sha256: 137875211f7e5d8f69ec622c00281f967f8504072e3669cfc112454cfcd6467b
bin: kubectl-ns
files:
- from: "*"
to: "."
selector:
matchLabels:
os: darwin
arch: amd64
- uri: https://github.com/juanvallejo/kubectl-ns/releases/download/v1.0.0/kubectl-ns_linux_x86_64.zip
sha256: afbb3278d21b3e3ad540de6e6022d802352758d69dbf2d9a43828b2b8e43ef07
bin: kubectl-ns
files:
- from: "*"
to: "."
selector:
matchLabels:
os: linux
arch: amd64
- uri: https://github.com/juanvallejo/kubectl-ns/releases/download/v1.0.0/kubectl-ns_windows_x86_64.zip
sha256: cb81a2fb2dd22b91a99852d246b64d82211506aaa1cbdfba4a051ef5084e52ab
bin: kubectl-ns.exe
files:
- from: "*"
to: "."
selector:
matchLabels:
os: windows
arch: amd64
version: v1.0.0
homepage: https://github.com/juanvallejo/kubectl-ns
caveats: This plugin requires an existing KUBECONFIG file, with a `current-context` field set.
shortDescription: View or change the current namespace via kubectl.
description: View or change the current namespace in your KUBECONFIG file. Honors global config flags found in kubectl, such as `--user`, `--cluster`, `--context`, and `--namespace`.