Skip to content

Commit 6386a5f

Browse files
committed
grammar: replace all occurrences of "the the" with "the"
1 parent 0b62a3e commit 6386a5f

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

designs/code-generate-image-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ status: implementable
1616
## Summary
1717

1818
This proposal defines a new plugin which allow users get the scaffold with the
19-
required code to have a project that will deploy and manage an image on the cluster following the the guidelines and what have been considered as good practices.
19+
required code to have a project that will deploy and manage an image on the cluster following the guidelines and what have been considered as good practices.
2020

2121
## Motivation
2222

docs/book/src/plugins/available-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This section describes the plugins supported and shipped in with the Kubebuilder
88
| [go.kubebuilder.io/v3 - (Default scaffold with Kubebuilder init)](go-v3-plugin.md) | `go/v3` | Default scaffold used for creating a project when no plugin(s) are provided. Responsible for scaffolding Golang projects and its configurations. |
99
| [go.kubebuilder.io/v4-alpha - (Add Apple Sillicom Support)](go-v4-plugin.md) | `go/v4` | Scaffold composite by `base.go.kubebuilder.io/v3` and [kustomize.common.kubebuilder.io/v2-alpha](kustomize-v2-alpha.md). Responsible for scaffolding Golang projects and its configurations. |
1010
| [declarative.go.kubebuilder.io/v1](declarative-v1.md) | `declarative/v1` | Optional plugin used to scaffold APIs/controllers using the [kubebuilder-declarative-pattern][kubebuilder-declarative-pattern] project. |
11-
| [kustomize.common.kubebuilder.io/v1](kustomize-v1.md) | `kustomize/v1` | Responsible for scaffold all manifests to configure the projects with [kustomize(v3)][kustomize]. (create and update the the `config/` directory). This plugin is used in the composition to create the plugin (`go/v3`). |
11+
| [kustomize.common.kubebuilder.io/v1](kustomize-v1.md) | `kustomize/v1` | Responsible for scaffold all manifests to configure the projects with [kustomize(v3)][kustomize]. (create and update the `config/` directory). This plugin is used in the composition to create the plugin (`go/v3`). |
1212
| [kustomize.common.kubebuilder.io/v2-alpha](kustomize-v2-alpha.md) | `kustomize/v2-alpha` | It has the same purpose of `kustomize/v1`. However, it works with [kustomize][kustomize] version `v4` and addresses the required changes for future kustomize configurations. It will probably be used with the future `go/v4-alpha` plugin. |
1313
| `base.go.kubebuilder.io/v3` | `base/v3` | Responsible for scaffold all files which specific requires Golang. This plugin is used in the composition to create the plugin (`go/v3`) |
1414
| [grafana.kubebuilder.io/v1-alpha](grafana-v1-alpha.md) | `grafana/v1-alpha` | Optional helper plugin which can be used to scaffold Grafana Manifests Dashboards for the default metrics which are exported by controller-runtime. |

docs/book/src/reference/project-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ Now let's check its layout fields definition:
6262
| `resources.path` | The import path for the API resource. It will be `<repo>/api/<kind>` unless the API added to the project is an external or core-type. For the core-types scenarios, the paths used are mapped [here][core-types]. |
6363
| `resources.webhooks`| Store the webhooks data when the sub-command `create webhook` is used. |
6464
| `resources.webhooks.webhookVersion` | The Kubernetes API version (`apiVersion`) used to scaffold the webhook resource. |
65-
| `resources.webhooks.conversion` | It is `true` when the the webhook was scaffold with the `--conversion` flag which means that is a conversion webhook. |
66-
| `resources.webhooks.defaulting` | It is `true` when the the webhook was scaffold with the `--defaulting` flag which means that is a defaulting webhook. |
67-
| `resources.webhooks.validation` | It is `true` when the the webhook was scaffold with the `--programmatic-validation` flag which means that is a validation webhook. |
65+
| `resources.webhooks.conversion` | It is `true` when the webhook was scaffold with the `--conversion` flag which means that is a conversion webhook. |
66+
| `resources.webhooks.defaulting` | It is `true` when the webhook was scaffold with the `--defaulting` flag which means that is a defaulting webhook. |
67+
| `resources.webhooks.validation` | It is `true` when the webhook was scaffold with the `--programmatic-validation` flag which means that is a validation webhook. |
6868

6969
[project]: https://github.com/kubernetes-sigs/kubebuilder/blob/master/testdata/project-v3/PROJECT
7070
[versioning]: https://github.com/kubernetes-sigs/kubebuilder/blob/master/VERSIONING.md#Versioning

docs/book/utils/markerdocs/html.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ type classes []string
100100
// ToAttrs implements Attrs
101101
func (c classes) ToAttrs() string { return fmt.Sprintf("class=%q", strings.Join(c, " ")) }
102102

103-
// optionalClasses sets the the class attribute to these class names, if their values are true.
103+
// optionalClasses sets the class attribute to these class names, if their values are true.
104104
type optionalClasses map[string]bool
105105

106106
// ToAttrs implements Attrs

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
# I don't quite know why, but netlify (or at least the dev mode) *insists*
9292
# on eating every other query parameter, so just use paths instead
9393
to = "/.netlify/functions/handle-version/releases/:version/:os/:arch"
94-
# 200 --> don't redirect to the the function then to whereever it says,
94+
# 200 --> don't redirect to the function then to whereever it says,
9595
# just pretend like the function is mounted directly here
9696
status = 200
9797
force = true

pkg/plugins/golang/deploy-image/v1alpha1/scaffolds/internal/templates/config/samples/crd_sample.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
size: 1
5555
5656
{{ if not (isEmptyStr .Port) -}}
57-
# TODO(user): edit the following value to ensure the the container has the right port to be initialized
57+
# TODO(user): edit the following value to ensure the container has the right port to be initialized
5858
containerPort: {{ .Port }}
5959
{{- end }}
6060
`

testdata/project-v3-with-deploy-image/config/samples/example.com_v1alpha1_memcached.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ spec:
77
# of Pods/Instances your Operand must have on cluster
88
size: 1
99

10-
# TODO(user): edit the following value to ensure the the container has the right port to be initialized
10+
# TODO(user): edit the following value to ensure the container has the right port to be initialized
1111
containerPort: 11211

testdata/project-v4-with-deploy-image/config/samples/example.com_v1alpha1_memcached.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ spec:
77
# of Pods/Instances your Operand must have on cluster
88
size: 1
99

10-
# TODO(user): edit the following value to ensure the the container has the right port to be initialized
10+
# TODO(user): edit the following value to ensure the container has the right port to be initialized
1111
containerPort: 11211

0 commit comments

Comments
 (0)