Skip to content

Commit 68ef585

Browse files
committed
fix typo
1 parent 890ede2 commit 68ef585

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/v1alpha1/gatling_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ type PodSpec struct {
105105
// +kubebuilder:validation:Optional
106106
SecurityContext *corev1.PodSecurityContext `json:"securityContext,omitempty"`
107107

108-
// (Optional) RunecontainerSecurityContext specifies the SecurityContext of the Gatling runner container.
108+
// (Optional) RunnerContainerSecurityContext specifies the SecurityContext of the Gatling runner container.
109109
// +kubebuilder:validation:Optional
110110
RunnerContainerSecurityContext *corev1.SecurityContext `json:"runnerContainerSecurityContext,omitempty"`
111111
}

config/crd/bases/gatling-operator.tech.zozo.com_gatlings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,7 @@ spec:
23442344
type: object
23452345
type: object
23462346
runnerContainerSecurityContext:
2347-
description: (Optional) RunecontainerSecurityContext specifies
2347+
description: (Optional) RunnerContainerSecurityContext specifies
23482348
the SecurityContext of the Gatling runner container.
23492349
properties:
23502350
allowPrivilegeEscalation:

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ _Appears in:_
135135
| `serviceAccountName` _string_ | (Required) ServiceAccountName specification. |
136136
| `volumes` _[Volume](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#volume-v1-core) array_ | (Optional) volumes specification. |
137137
| `securityContext` _[PodSecurityContext](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#podsecuritycontext-v1-core)_ | (Optional) SecurityContext specification. |
138-
| `runnerContainerSecurityContext` _[SecurityContext](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#securitycontext-v1-core)_ | (Optional) RunecontainerSecurityContext specifies the SecurityContext of the Gatling runner container. |
138+
| `runnerContainerSecurityContext` _[SecurityContext](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#securitycontext-v1-core)_ | (Optional) RunnerContainerSecurityContext specifies the SecurityContext of the Gatling runner container. |
139139

140140

141141
#### TestScenarioSpec

0 commit comments

Comments
 (0)