File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : krew.googlecontainertools.github.com/v1alpha2
2+ kind : Plugin
3+ metadata :
4+ name : blame
5+ spec :
6+ version : {{ .TagName }}
7+ homepage : https://github.com/knight42/kubectl-blame
8+ shortDescription : Show the manager of each field of given resource with information from managed fields.
9+ description : |
10+ Annotate each line in the given resource's YAML with information from the managedFields to show who last modified the field.
11+
12+ Examples:
13+
14+ # Blame pod 'foo' in default namespace
15+ kubectl blame pods foo
16+
17+ # Blame deployment 'bar' in 'ns1' namespace
18+ kubectl blame -n ns1 deploy bar
19+ platforms :
20+ - selector :
21+ matchLabels :
22+ os : darwin
23+ arch : amd64
24+ {{addURIAndSha "https://github.com/knight42/kubectl-blame/releases/download/{{ .TagName }}/kubectl-blame-{{ .TagName }}-darwin-amd64.tar.gz" .TagName }}
25+ bin : kubectl-blame
26+ - selector :
27+ matchLabels :
28+ os : linux
29+ arch : amd64
30+ {{addURIAndSha "https://github.com/knight42/kubectl-blame/releases/download/{{ .TagName }}/kubectl-blame-{{ .TagName }}-linux-amd64.tar.gz" .TagName }}
31+ bin : kubectl-blame
You can’t perform that action at this time.
0 commit comments