forked from datreeio/CRDs-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.krew.yaml
26 lines (25 loc) · 770 Bytes
/
.krew.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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: crd-extractor
spec:
version: {{ .TagName }}
homepage: https://github.com/datreeio/CRDs-catalog
shortDescription: Extract CRDs from your cluster and convert them to JSON schema
description: |
This plugin extracts CRDs from your cluster and converts them to JSON schema.
platforms:
- selector:
matchExpressions:
- key: os
operator: In
values:
- darwin
- linux
{{addURIAndSha "https://github.com/datreeio/CRDs-catalog/releases/download/{{ .TagName }}/kubectl-crd-extractor.zip" .TagName }}
files:
- from: "kubectl-crd-extractor"
to: "."
- from: LICENSE
to: "."
bin: kubectl-crd-extractor