Skip to content

Commit

Permalink
Automated deployment: Thu Aug 3 05:58:36 UTC 2023 51e115d
Browse files Browse the repository at this point in the history
  • Loading branch information
Saranya-jena committed Aug 3, 2023
1 parent 1eda189 commit eab1942
Show file tree
Hide file tree
Showing 106 changed files with 219 additions and 210 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


<link rel="icon" href="/litmus/assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion ROADMAP/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../experiments/api/contents/">

<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
19 changes: 14 additions & 5 deletions auth/v3.0.0/auth-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@
"data": {
"type": "array",
"items": {
"$ref": "#/definitions/GetInvitationResponse"
"$ref": "#/definitions/Project"
}
}
}
Expand All @@ -988,7 +988,7 @@
"produces": ["application/json"]
}
},
"/list_invitations": {
"/list_invitations_with_filters/{invitation-state}": {
"get": {
"description": "This API is used to list all the pending invitations of the user\n",
"operationId": "listInvitations",
Expand All @@ -1001,14 +1001,23 @@
"data": {
"type": "array",
"items": {
"$ref": "#/definitions/Project"
"$ref": "#/definitions/GetInvitationResponse"
}
}
}
}
}
},
"parameters": [],
"parameters": [
{
"name": "invitation_state",
"required": true,
"description": "state of the invitation",
"in": "path",
"type": "string",
"enum": ["Accepted", "Pending", "Declined", "Exited"]
}
],
"produces": ["application/json"]
}
},
Expand Down Expand Up @@ -1231,7 +1240,7 @@
"Users": {
"type": "array",
"items": {
"$ref": "#/definitions/Users"
"$ref": "#/definitions/User"
}
},
"ProjectMember": {
Expand Down
2 changes: 1 addition & 1 deletion experiments/api/contents/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


<link rel="icon" href="../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../aws-ssm-chaos-by-tag/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../../vmware/vm-poweroff/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/aws/ebs-loss-by-id/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../ebs-loss-by-tag/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/aws/ebs-loss-by-tag/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../../aws-ssm/aws-ssm-chaos-by-id/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/aws/ec2-terminate-by-id/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../ec2-terminate-by-tag/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/aws/ec2-terminate-by-tag/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../ebs-loss-by-id/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/azure/azure-disk-loss/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../../gcp/gcp-vm-instance-stop/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../azure-disk-loss/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/contents/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../pods/container-kill/">

<link rel="icon" href="../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../../../concepts/chaos-resources/contents/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/gcp/gcp-vm-disk-loss/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../gcp-vm-disk-loss-by-label/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../gcp-vm-disk-loss/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/gcp/gcp-vm-instance-stop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../gcp-vm-instance-stop-by-label/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../kubelet-service-kill/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../node-cpu-hog/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/nodes/node-cpu-hog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../node-drain/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/nodes/node-drain/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../node-io-stress/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/nodes/node-io-stress/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../node-memory-hog/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/nodes/node-memory-hog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../node-restart/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/nodes/node-restart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../node-taint/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/nodes/node-taint/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../../spring-boot/spring-boot-app-kill/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/pods/container-kill/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../disk-fill/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/pods/disk-fill/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../pod-autoscaler/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/pods/pod-autoscaler/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../pod-cpu-hog-exec/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/pods/pod-cpu-hog-exec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../pod-cpu-hog/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/pods/pod-cpu-hog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../pod-delete/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/pods/pod-delete/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../pod-dns-error/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/pods/pod-dns-error/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../pod-dns-spoof/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/pods/pod-dns-spoof/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../pod-io-stress/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
2 changes: 1 addition & 1 deletion experiments/categories/pods/pod-http-latency/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="next" href="../pod-http-reset-peer/">

<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.1, mkdocs-material-9.1.21">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.1.21">



Expand Down
Loading

0 comments on commit eab1942

Please sign in to comment.