forked from rook/kubectl-rook-ceph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.krew.yaml
26 lines (26 loc) · 773 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: rook-ceph
spec:
version: "{{ .TagName }}"
homepage: https://github.com/rook/kubectl-rook-ceph
shortDescription: "Rook plugin for Ceph management"
description: |
Krew plugin to provide insight to Rook configuration of the Ceph storage provider.
platforms:
- selector:
matchExpressions:
- key: "os"
operator: "In"
values:
- darwin
- linux
- windows
{{addURIAndSha "https://github.com/rook/kubectl-rook-ceph/archive/{{ .TagName }}.zip" .TagName }}
files:
- from: "kubectl-rook-ceph-*/kubectl-rook-ceph.sh"
to: "."
- from: "kubectl-rook-ceph-*/LICENSE"
to: "."
bin: kubectl-rook-ceph.sh