generated from cybozu-go/neco-template
-
Notifications
You must be signed in to change notification settings - Fork 22
/
.krew.yaml
70 lines (70 loc) · 2.4 KB
/
.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: moco
spec:
version: {{ .TagName }}
homepage: https://github.com/cybozu-go/moco
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/cybozu-go/moco/releases/download/{{ .TagName }}/kubectl-moco_{{ .TagName }}_darwin_amd64.tar.gz" .TagName | indent 6 }}
bin: kubectl-moco
files:
- from: kubectl-moco
to: .
- from: LICENSE
to: .
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/cybozu-go/moco/releases/download/{{ .TagName }}/kubectl-moco_{{ .TagName }}_darwin_arm64.tar.gz" .TagName | indent 6 }}
bin: kubectl-moco
files:
- from: kubectl-moco
to: .
- from: LICENSE
to: .
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/cybozu-go/moco/releases/download/{{ .TagName }}/kubectl-moco_{{ .TagName }}_linux_amd64.tar.gz" .TagName | indent 6 }}
bin: kubectl-moco
files:
- from: kubectl-moco
to: .
- from: LICENSE
to: .
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/cybozu-go/moco/releases/download/{{ .TagName }}/kubectl-moco_{{ .TagName }}_linux_arm64.tar.gz" .TagName | indent 6 }}
bin: kubectl-moco
files:
- from: kubectl-moco
to: .
- from: LICENSE
to: .
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/cybozu-go/moco/releases/download/{{ .TagName }}/kubectl-moco_{{ .TagName }}_windows_amd64.tar.gz" .TagName | indent 6 }}
bin: kubectl-moco.exe
files:
- from: kubectl-moco.exe
to: .
- from: LICENSE
to: .
shortDescription: Interact with MySQL operator MOCO.
description: |
kubectl-moco is a kubectl plugin for controlling MySQL clusters created by the MySQL operator MOCO.
MOCO is a MySQL operator on Kubernetes.
Its primary function is to manage MySQL clusters using GTID-based semi-synchronous replication.
It does not manage group replication clusters.
Read more documentation at: https://cybozu-go.github.io/moco/index.html