-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathattributes.yaml.sample
51 lines (51 loc) · 1.18 KB
/
attributes.yaml.sample
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
---
name: "sample_exec_chaos"
version: "0.1.0"
category: "sample_category"
repository: "https://github.com/litmuschaos/litmus-python/tree/master/sample_category/sample_exec_chaos"
community: "https://kubernetes.slack.com/messages/CNXNB0ZTN"
description: "it execs inside target pods to run the chaos inject commands, waits for the chaos duration and reverts the chaos"
keywords:
- "pods"
- "kubernetes"
- "sample-category"
- "exec"
platforms:
- Minikube
scope: "Namespaced"
auxiliaryappcheck: false
permissions:
- apigroups:
- ""
- "batch"
- "apps"
- "litmuschaos.io"
resources:
- "jobs"
- "pods"
- "pods/log"
- "events"
- "deployments"
- "replicasets"
- "pods/exec"
- "chaosengines"
- "chaosexperiments"
- "chaosresults"
verbs:
- "create"
- "list"
- "get"
- "patch"
- "update"
- "delete"
- "deletecollection"
maturity: "alpha"
maintainers:
- name: "oumkale"
email: "[email protected]"
provider:
name: "ChaosNative"
minkubernetesversion: "1.12.0"
references:
- name: Documentation
url: "https://docs.litmuschaos.io/docs/getstarted/"