Closed
Description
Feature Request
api demo:
apiVersion: ctrlmesh.kusionstack.io/v1alpha1
kind: FaultInjection
metadata:
name: breaker-demo
namespace: default
spec:
httpFault:
- delay:
fixedDelay: 5s
percent: 10
match:
- method: POST
url: https://xxx.com/*/trafficOff
- abort:
httpStatus: 500
percent: 100
resourceRules:
- apiGroups:
- ""
namespaces:
- '*'
resources:
- pods
verbs:
- delete
- names:
- pod-a
Metadata
Metadata
Assignees
Labels
No labels