refactors directory and file structure
Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>
This commit is contained in:
42
faults/gcp/gcp.chartserviceversion.yaml
Normal file
42
faults/gcp/gcp.chartserviceversion.yaml
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
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
|
Reference in New Issue
Block a user