Files
litmus-hub/faults/gcp/gcp.chartserviceversion.yaml
2023-06-05 13:15:56 +05:30

43 lines
1.4 KiB
YAML

---
apiVersion: litmuschaos.io/v1alpha1
kind: ChartServiceVersion
metadata:
name: gcp
version: 0.1.0
annotations:
categories: GCP
chartDescription: Injects faults on GCP services
executionPlane: "kubernetes"
spec:
displayName: GCP
categoryDescription: >
GCP fault disrupts state of GCP resources running part of the GCP services
faults:
- name: gcp-vm-instance-stop
description: It injects gcp-vm-instance-stop fault into GCP VMs.
displayName: "GCP VM Instance Stop"
- name: gcp-vm-instance-stop-by-label
description: It injects gcp-vm-instance-stop-by-label fault into GCP VMs.
displayName: "GCP VM Instance Stop By Label"
- name: gcp-vm-disk-loss-by-label
description: It injects gcp-vm-disk-loss-by-label fault into GCP VMs.
displayName: "GCP VM Disk Loss By Label"
- name: gcp-vm-disk-loss
description: It injects gcp-vm-disk-loss fault into GCP VMs.
displayName: "GCP VM Disk Loss"
keywords:
- GCP
minKubeVersion: 1.12.0
links:
- name: Kubernetes Website
url: https://kubernetes.io
- name: Source Code
url: https://github.com/kubernetes/kubernetes
- name: Kubernetes Slack
url: https://slack.kubernetes.io/
- name: Documentation
url: ""
icon:
- url: https://raw.githubusercontent.com/litmuschaos/charthub.litmuschaos.io/master/public/litmus.ico
mediatype: image/png