forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbulk-action.yaml
31 lines (30 loc) · 1.04 KB
/
bulk-action.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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: bulk-action
spec:
version: v1.1.0-beta
platforms:
- selector:
matchExpressions:
- key: os
operator: In
values: ["darwin", "linux"]
uri: https://github.com/emreodabas/kubectl-plugins/archive/v1.1.0-beta.tar.gz
sha256: 80f7b55d82673253eb0957d2c248163fcce3e4c3bc609410b1e9ee2d6d6a91a7
files:
- from: kubectl-plugins-*/kubectl-bulk
to: kubectl-bulk-action
bin: ./kubectl-bulk-action
shortDescription: Do bulk actions on Kubernetes resources.
caveats: |
Usage:
kubectl bulk-action <get resourceTypes> (get|list|create|update|delete|remove|rollout) <command parameters>
Read the documentation at:
https://github.com/emreodabas/kubectl-plugins
This plugin needs the following programs:
* grep
* sed
description: |
This plugin allows you to do bulk actions on Kubernetes resources.
homepage: https://github.com/emreodabas/kubectl-plugins#kubectl-bulk