forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsort-manifests.yaml
40 lines (39 loc) · 1.22 KB
/
sort-manifests.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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: sort-manifests
spec:
version: v0.4.0
shortDescription: Sort manifest files in a proper order by Kind
description: |
When installing manifests, they should be sorted in a proper order by Kind.
For example, Namespace object must be in the first place when installing
them.
ksort sorts manifest files in a proper order by Kind, which is implementd by
using tiller.SortByKind() in Kubernetes Helm.
homepage: https://github.com/superbrothers/ksort
platforms:
- uri: https://github.com/superbrothers/ksort/releases/download/v0.4.0/ksort-darwin-amd64.zip
sha256: 7e794656a28b5c684a7b8c83a6f241aa01caa792c2542cab35edbdd02908f9ef
bin: ksort
files:
- from: ksort
to: .
- from: LICENSE.txt
to: .
selector:
matchLabels:
os: darwin
arch: amd64
- uri: https://github.com/superbrothers/ksort/releases/download/v0.4.0/ksort-linux-amd64.zip
sha256: 3ff26e30b1cf457c9f0d9be8acf62af4b7c1c104bcfe6427f06f524b84bd05a2
bin: ksort
files:
- from: ksort
to: .
- from: LICENSE.txt
to: .
selector:
matchLabels:
os: linux
arch: amd64