Added reponse body, content type and encoding fields; Removed trailing whitespaces for some files (#567)

Signed-off-by: avaakash <as86414@gmail.com>

Signed-off-by: avaakash <as86414@gmail.com>
This commit is contained in:
Akash Shrivastava
2022-09-15 18:30:47 +05:30
committed by GitHub
parent 86e3e1b239
commit 16ceadeea4
10 changed files with 90 additions and 65 deletions

View File

@@ -1,37 +1,37 @@
apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion
metadata:
name: pod-http-status-code
name: pod-http-status-code
version: 0.1.0
annotations:
categories: generic
spec:
displayName: pod-http-status-code
displayName: pod-http-status-code
categoryDescription: >
pod-http-status-code contains chaos to disrupt http requests of kubernetes pods. This experiment can modify the status code of the response on the service targetted.
pod-http-status-code contains chaos to disrupt http requests of kubernetes pods. This experiment can modify the status code of the response on the service targetted.
- Causes modification of status code of the HTTP request.
- The application pod should be healthy once chaos is stopped. Service-requests should be served despite chaos.
keywords:
- "pods"
- "kubernetes"
- "generic"
- "exec"
- "http"
- "status code"
keywords:
- "pods"
- "kubernetes"
- "generic"
- "exec"
- "http"
- "status code"
- "response code"
platforms:
platforms:
- "Minikube"
maturity: alpha
maintainers:
- name: Akash Shrivastava
email: akash.shrivastava@harness.io
minKubeVersion: 1.12.0
provider:
maintainers:
- name: Akash Shrivastava
email: akash.shrivastava@harness.io
minKubeVersion: 1.12.0
provider:
name: Harness
labels:
app.kubernetes.io/component: chartserviceversion
app.kubernetes.io/version: latest
links:
links:
- name: Source Code
url: https://github.com/litmuschaos/litmus-go/tree/master/experiments/generic/pod-http-status-code
- name: Documentation