Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kane8n committed Jun 17, 2024
1 parent 890ede2 commit 68ef585
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/gatling_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ type PodSpec struct {
// +kubebuilder:validation:Optional
SecurityContext *corev1.PodSecurityContext `json:"securityContext,omitempty"`

// (Optional) RunecontainerSecurityContext specifies the SecurityContext of the Gatling runner container.
// (Optional) RunnerContainerSecurityContext specifies the SecurityContext of the Gatling runner container.
// +kubebuilder:validation:Optional
RunnerContainerSecurityContext *corev1.SecurityContext `json:"runnerContainerSecurityContext,omitempty"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@ spec:
type: object
type: object
runnerContainerSecurityContext:
description: (Optional) RunecontainerSecurityContext specifies
description: (Optional) RunnerContainerSecurityContext specifies
the SecurityContext of the Gatling runner container.
properties:
allowPrivilegeEscalation:
Expand Down
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ _Appears in:_
| `serviceAccountName` _string_ | (Required) ServiceAccountName specification. |
| `volumes` _[Volume](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#volume-v1-core) array_ | (Optional) volumes specification. |
| `securityContext` _[PodSecurityContext](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#podsecuritycontext-v1-core)_ | (Optional) SecurityContext specification. |
| `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. |
| `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. |


#### TestScenarioSpec
Expand Down

0 comments on commit 68ef585

Please sign in to comment.