We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e7bb4 commit 5e7db30Copy full SHA for 5e7db30
1 file changed
.krew.yaml
@@ -35,13 +35,13 @@ spec:
35
os: windows
36
arch: amd64
37
{{addURIAndSha "https://github.com/migtools/oadp-cli/releases/download/{{ .TagName }}/kubectl-oadp_{{ .TagName }}_windows_amd64.tar.gz" .TagName }}
38
- bin: kubectl-oadp
+ bin: kubectl-oadp.exe
39
- selector:
40
matchLabels:
41
42
arch: arm64
43
{{addURIAndSha "https://github.com/migtools/oadp-cli/releases/download/{{ .TagName }}/kubectl-oadp_{{ .TagName }}_windows_arm64.tar.gz" .TagName }}
44
45
shortDescription: CLI for OpenShift APIs for Data Protection (OADP) operator
46
description: |
47
kubectl-oadp is a kubectl plugin for managing OpenShift API for Data Protection (OADP) backup and restore operations.
0 commit comments