We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4a259 commit d706713Copy full SHA for d706713
krew-template.yaml
@@ -8,11 +8,11 @@ spec:
8
homepage: https://github.com/itaysk/kubectl-neat
9
description: |
10
If you try to `kubectl get` resources you have just created,
11
- they be unreadably verbose. `kubectl-neat` cleans up that redundant information.
12
- Can be used as a `kubectl get` wrapper, or by piping into it.
+ they be unreadably verbose. `kubectl-neat` cleans that up by
+ removing default values, runtime information, and other internal fields.
13
Examples:
14
- `$ kubectl neat pod mypod -o yaml`
15
`$ kubectl get pod mypod -o yaml | kubectl neat`
+ `$ kubectl neat pod mypod -o yaml`
16
platforms:
17
- selector:
18
matchLabels:
0 commit comments