-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.krew.yaml
30 lines (30 loc) · 879 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
27
28
29
30
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: mdba
spec:
version: {{ .TagName }}
homepage: https://github.com/hedgieinsocks/kubectl-mdba
shortDescription: Manage mariadb-operator semi-sync replication clusters
description: |
This unofficial plugin helps manage
mariadb-operator semi-sync replication clusters:
launch mariadb shell, switch the primary pod,
recreate a replica pod, etc.
caveats: |
Dependencies: jq
platforms:
- selector:
matchExpressions:
- key: os
operator: In
values:
- linux
- darwin
{{ addURIAndSha "https://github.com/hedgieinsocks/kubectl-mdba/archive/refs/tags/{{ .TagName }}.tar.gz" .TagName }}
files:
- from: kubectl-mdba-*/kubectl-mdba
to: .
- from: kubectl-mdba-*/LICENSE
to: .
bin: "./kubectl-mdba"