forked from open-cluster-management-io/clusteradm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.krew.yaml
37 lines (36 loc) · 1.38 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
# Copyright Contributors to the Open Cluster Management project
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: clusteradm
spec:
version: {{ .TagName }}
homepage: https://github.com/open-cluster-management-io/clusteradm
shortDescription: Provides commands for OCM.
description: |
This plugin allows you to manage clusters on the open-cluster-management platform.
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/open-cluster-management-io/clusteradm/releases/download/{{ .TagName }}/clusteradm_darwin_amd64.tar.gz" .TagName }}
bin: clusteradm
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/open-cluster-management-io/clusteradm/releases/download/{{ .TagName }}/clusteradm_linux_amd64.tar.gz" .TagName }}
bin: clusteradm
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/open-cluster-management-io/clusteradm/releases/download/{{ .TagName }}/clusteradm_linux_arm64.tar.gz" .TagName }}
bin: clusteradm
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/open-cluster-management-io/clusteradm/releases/download/{{ .TagName }}/clusteradm_windows_amd64.zip" .TagName }}
bin: clusteradm.exe