forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom-cols.yaml
36 lines (35 loc) · 1.3 KB
/
custom-cols.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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: custom-cols
spec:
version: "v0.0.3"
platforms:
- selector:
matchExpressions:
- {key: os, operator: In, values: [darwin, linux]}
uri: https://github.com/webofmars/kubectl-custom-cols/archive/v0.0.3.tar.gz
sha256: "f83832f5ee0a3e3b44984f29e9ea7ef5b380e23d53da6d52b4a7d62d925ad9f6"
files:
- from: "./kubectl-custom-cols-*/kubectl-custom-cols"
to: .
- from: "./kubectl-custom-cols-*/LICENSE"
to: .
- from: "./kubectl-custom-cols-*/templates/*.tpl"
to: "templates"
bin: "./kubectl-custom-cols"
shortDescription: A "kubectl get" replacement with customizable column presets
homepage: https://github.com/webofmars/kubectl-custom-cols
caveats: |
The list of templates is for now limited and can be retrieved with the --help option.
Please feel free to submit any PR upstream (see github repo) to add more.
description: |
A "kubectl get" replacement with customizable column presets.
It's time saving to retrieve some often needed infos like
image names, containers names, versions, labels, etc...
It currently supports the following templates (but PRs are welcome upstream):
- annotations
- images
- limits
- qos-class
- requests