11[
2-
3- {
4- "name" :" namespace" ,
5- "short_description" :" Namespace" ,
6- "description" :" Targeted namespace in the cluster" ,
7- "variable" :" NAMESPACE" ,
8- "type" :" string" ,
9- "default" :" openshift-etcd" ,
10- "required" :" false"
11- },
12- {
13- "name" :" label-selector" ,
14- "short_description" :" Label Selector" ,
15- "description" :" Label of the container(s) to target" ,
16- "variable" :" LABEL_SELECTOR" ,
17- "type" :" string" ,
18- "default" :" k8s-app=etcd" ,
19- "validator" :" ^.+\\ =.+$" ,
20- "validation_message" : " Label selector must be in the format: key=value" ,
21- "required" :" false"
22- },
23- {
24- "name" :" disruption-count" ,
25- "short_description" :" Disruption Count" ,
26- "description" : " Number of container to disrupt" ,
27- "type" :" number" ,
28- "variable" :" DISRUPTION_COUNT" ,
29- "default" :" 1" ,
30- "required" : " false"
31- },
32- {
33- "name" :" container-name" ,
34- "short_description" :" Container Name" ,
35- "description" : " Name of the container to disrupt" ,
36- "type" :" string" ,
37- "variable" :" CONTAINER_NAME" ,
38- "default" :" etcd" ,
39- "required" : " false"
40- },
41- {
42- "name" :" action" ,
43- "short_description" :" Action" ,
44- "description" :" kill signal to run. For example 1 ( hang up ) or 9" ,
45- "variable" :" ACTION" ,
46- "type" :" string" ,
47- "default" :" 1" ,
48- "validator" :" ^[1-9]$" ,
2+ {
3+ "name" : " namespace" ,
4+ "short_description" : " Namespace" ,
5+ "description" : " Targeted namespace in the cluster" ,
6+ "variable" : " NAMESPACE" ,
7+ "type" : " string" ,
8+ "default" : " openshift-etcd" ,
9+ "required" : " false"
10+ },
11+ {
12+ "name" : " label-selector" ,
13+ "short_description" : " Label Selector" ,
14+ "description" : " Label of the container(s) to target" ,
15+ "variable" : " LABEL_SELECTOR" ,
16+ "type" : " string" ,
17+ "default" : " k8s-app=etcd" ,
18+ "validator" : " ^.+\\ =.+$" ,
19+ "validation_message" : " Label selector must be in the format: key=value" ,
20+ "required" : " false"
21+ },
22+ {
23+ "name" : " exclude-selector" ,
24+ "short_description" : " Exclude Pod Selector" ,
25+ "description" : " Pods to exclude from targetting. For example \" {app: foo}\" " ,
26+ "type" : " string" ,
27+ "variable" : " EXCLUDE_LABEL" ,
28+ "validator" : " ^.+\\ =.+$" ,
29+ "validation_message" : " Exclude Pod selector must be in the following format: \" {app: foo}\" " ,
30+ "required" : " false"
31+ },
32+ {
33+ "name" : " disruption-count" ,
34+ "short_description" : " Disruption Count" ,
35+ "description" : " Number of container to disrupt" ,
36+ "type" : " number" ,
37+ "variable" : " DISRUPTION_COUNT" ,
38+ "default" : " 1" ,
39+ "required" : " false"
40+ },
41+ {
42+ "name" : " container-name" ,
43+ "short_description" : " Container Name" ,
44+ "description" : " Name of the container to disrupt" ,
45+ "type" : " string" ,
46+ "variable" : " CONTAINER_NAME" ,
47+ "default" : " etcd" ,
48+ "required" : " false"
49+ },
50+ {
51+ "name" : " action" ,
52+ "short_description" : " Action" ,
53+ "description" : " kill signal to run. For example 1 ( hang up ) or 9" ,
54+ "variable" : " ACTION" ,
55+ "type" : " string" ,
56+ "default" : " 1" ,
57+ "validator" : " ^[1-9]$" ,
4958 "validation_message" : " Kill signal must be a number between 1 and 9" ,
50- "required" :" false"
59+ "required" : " false"
5160 },
5261 {
53- "name" :" expected-recovery-time" ,
54- "short_description" :" Expected Recovery Time" ,
55- "description" :" Time to wait before checking if all containers that were affected recover properly" ,
56- "variable" :" EXPECTED_RECOVERY_TIME" ,
57- "type" :" number" ,
58- "default" :" 60" ,
59- "required" :" false"
62+ "name" : " expected-recovery-time" ,
63+ "short_description" : " Expected Recovery Time" ,
64+ "description" : " Time to wait before checking if all containers that were affected recover properly" ,
65+ "variable" : " EXPECTED_RECOVERY_TIME" ,
66+ "type" : " number" ,
67+ "default" : " 60" ,
68+ "required" : " false"
6069 }
61-
62-
6370]
0 commit comments