fix: typos
This commit is contained in:
parent
09f768c7a7
commit
2d2faa0844
|
@ -64,7 +64,7 @@ The following walks you through an example of HelloWorldChaos, a new chaos exper
|
||||||
This file defines the schema type of HelloWorldChaos, which can be described in a YAML file:
|
This file defines the schema type of HelloWorldChaos, which can be described in a YAML file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: chaos-mesh. rg/v1alpha1
|
apiVersion: chaos-mesh.org/v1alpha1
|
||||||
kind: HelloWorldChaos
|
kind: HelloWorldChaos
|
||||||
metadata:
|
metadata:
|
||||||
name: <resource name>
|
name: <resource name>
|
||||||
|
|
|
@ -64,7 +64,7 @@ The following walks you through an example of HelloWorldChaos, a new chaos exper
|
||||||
This file defines the schema type of HelloWorldChaos, which can be described in a YAML file:
|
This file defines the schema type of HelloWorldChaos, which can be described in a YAML file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: chaos-mesh. rg/v1alpha1
|
apiVersion: chaos-mesh.org/v1alpha1
|
||||||
kind: HelloWorldChaos
|
kind: HelloWorldChaos
|
||||||
metadata:
|
metadata:
|
||||||
name: <resource name>
|
name: <resource name>
|
||||||
|
|
|
@ -138,12 +138,12 @@ For specific features, refer to [Create experiments using the YAML files](#creat
|
||||||
1. Write the experiment configuration to the `io-mistake.yaml` file:
|
1. Write the experiment configuration to the `io-mistake.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: chaos-mesh. rg/v1alpha1
|
apiVersion: chaos-mesh.org/v1alpha1
|
||||||
ind: IOChaos
|
kind: IOChaos
|
||||||
metadata:
|
metadata:
|
||||||
name: io-mistake-example
|
name: io-mistake-example
|
||||||
namespace: chaos-mesh
|
namespace: chaos-mesh
|
||||||
special:
|
spec:
|
||||||
action: mistake
|
action: mistake
|
||||||
mode: one
|
mode: one
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -64,7 +64,7 @@ The following walks you through an example of HelloWorldChaos, a new chaos exper
|
||||||
This file defines the schema type of HelloWorldChaos, which can be described in a YAML file:
|
This file defines the schema type of HelloWorldChaos, which can be described in a YAML file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: chaos-mesh. rg/v1alpha1
|
apiVersion: chaos-mesh.org/v1alpha1
|
||||||
kind: HelloWorldChaos
|
kind: HelloWorldChaos
|
||||||
metadata:
|
metadata:
|
||||||
name: <resource name>
|
name: <resource name>
|
||||||
|
|
|
@ -138,12 +138,12 @@ For specific features, refer to [Create experiments using the YAML files](#creat
|
||||||
1. Write the experiment configuration to the `io-mistake.yaml` file:
|
1. Write the experiment configuration to the `io-mistake.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: chaos-mesh. rg/v1alpha1
|
apiVersion: chaos-mesh.org/v1alpha1
|
||||||
ind: IOChaos
|
kind: IOChaos
|
||||||
metadata:
|
metadata:
|
||||||
name: io-mistake-example
|
name: io-mistake-example
|
||||||
namespace: chaos-mesh
|
namespace: chaos-mesh
|
||||||
special:
|
spec:
|
||||||
action: mistake
|
action: mistake
|
||||||
mode: one
|
mode: one
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -64,7 +64,7 @@ The following walks you through an example of HelloWorldChaos, a new chaos exper
|
||||||
This file defines the schema type of HelloWorldChaos, which can be described in a YAML file:
|
This file defines the schema type of HelloWorldChaos, which can be described in a YAML file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: chaos-mesh. rg/v1alpha1
|
apiVersion: chaos-mesh.org/v1alpha1
|
||||||
kind: HelloWorldChaos
|
kind: HelloWorldChaos
|
||||||
metadata:
|
metadata:
|
||||||
name: <resource name>
|
name: <resource name>
|
||||||
|
|
|
@ -138,12 +138,12 @@ For specific features, refer to [Create experiments using the YAML files](#creat
|
||||||
1. Write the experiment configuration to the `io-mistake.yaml` file:
|
1. Write the experiment configuration to the `io-mistake.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: chaos-mesh. rg/v1alpha1
|
apiVersion: chaos-mesh.org/v1alpha1
|
||||||
ind: IOChaos
|
kind: IOChaos
|
||||||
metadata:
|
metadata:
|
||||||
name: io-mistake-example
|
name: io-mistake-example
|
||||||
namespace: chaos-mesh
|
namespace: chaos-mesh
|
||||||
special:
|
spec:
|
||||||
action: mistake
|
action: mistake
|
||||||
mode: one
|
mode: one
|
||||||
selector:
|
selector:
|
||||||
|
|
Loading…
Reference in New Issue