Skip to content

Commit

Permalink
🐛 remove duplicate words and fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
oscr committed Sep 23, 2022
1 parent eec9f37 commit 12914ce
Show file tree
Hide file tree
Showing 61 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body:
<summary>Code & details examples</summary>
`````markdown
Some code code written in Go:
Some code written in Go:
```go
type Manager struct {
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body:
<summary>Code & details examples</summary>
`````markdown
Some code code written in Go:
Some code written in Go:
```go
type Manager struct {
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ to create a new branch. Instead, you will just need to ensure that all major fix
`release-MAJOR.MINOR` branch. To know more about versioning check https://semver.org/.

**Note:** Before `3.5.*` release this project was released based on `MAJOR`. A change to the
the process was done to ensure that we have an aligned process under the org (similar to `controller-runtime` and
process was done to ensure that we have an aligned process under the org (similar to `controller-runtime` and
`controller-tools`) and to make it easier to produce patch releases.

## How to do a release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4223,7 +4223,7 @@ spec:
of an init container are taken into account during
scheduling by finding the highest request/limit
for each resource type, and then using the max of
of that value or the sum of the normal containers.
that value or the sum of the normal containers.
Limits are applied to init containers in a similar
fashion. Init containers cannot currently be added
or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/'
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/plugins/creating-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this way, currently, you can [Extend the CLI][extending-cli] and use the `Bun

```go
mylanguagev1Bundle, _ := plugin.NewBundle(language.DefaultNameQualifier, plugin.Version{Number: 1},
kustomizecommonv1.Plugin{}, // extend the common base from Kuebebuilder
kustomizecommonv1.Plugin{}, // extend the common base from Kubebuilder
mylanguagev1.Plugin{}, // your plugin language which will do the scaffolds for the specific language on top of the common base
)
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
labels:
app.kuberentes.io/name: issuer
app.kubernetes.io/name: issuer
app.kubernetes.io/instance: selfsigned-issuer
app.kubernetes.io/component: certificate
app.kubernetes.io/created-by: {{ .ProjectName }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/name: serviceaccount
app.kuberentes.io/instance: controller-manager
app.kubernetes.io/instance: controller-manager
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: {{ .ProjectName }}
app.kubernetes.io/part-of: {{ .ProjectName }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ metadata:
app.kubernetes.io/name: {{ lower .Resource.Kind }}
app.kubernetes.io/instance: {{ lower .Resource.Kind }}-sample
app.kubernetes.io/part-of: {{ .ProjectName }}
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: {{ .ProjectName }}
name: {{ lower .Resource.Kind }}-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ metadata:
app.kubernetes.io/name: {{ lower .Resource.Kind }}
app.kubernetes.io/instance: {{ lower .Resource.Kind }}-sample
app.kubernetes.io/part-of: {{ .ProjectName }}
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: {{ .ProjectName }}
name: {{ lower .Resource.Kind }}-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func (r *{{ .Resource.Kind }}Reconciler) Reconcile(ctx context.Context, req ctrl
}
// Perform all operations required before remove the finalizer and allow
// the Kubernetes API to remove the custom custom resource.
// the Kubernetes API to remove the custom resource.
r.doFinalizerOperationsFor{{ .Resource.Kind }}({{ lower .Resource.Kind }})
// TODO(user): If you add operations to the doFinalizerOperationsFor{{ .Resource.Kind }} method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/name: serviceaccount
app.kuberentes.io/instance: controller-manager
app.kubernetes.io/instance: controller-manager
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: project-v3-addon-and-grafana
app.kubernetes.io/part-of: project-v3-addon-and-grafana
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: admiral
app.kubernetes.io/instance: admiral-sample
app.kubernetes.io/part-of: project-v3-addon-and-grafana
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-addon-and-grafana
name: admiral-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: captain
app.kubernetes.io/instance: captain-sample
app.kubernetes.io/part-of: project-v3-addon-and-grafana
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-addon-and-grafana
name: captain-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: firstmate
app.kubernetes.io/instance: firstmate-sample
app.kubernetes.io/part-of: project-v3-addon-and-grafana
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-addon-and-grafana
name: firstmate-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
labels:
app.kuberentes.io/name: issuer
app.kubernetes.io/name: issuer
app.kubernetes.io/instance: selfsigned-issuer
app.kubernetes.io/component: certificate
app.kubernetes.io/created-by: project-v3-config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/name: serviceaccount
app.kuberentes.io/instance: controller-manager
app.kubernetes.io/instance: controller-manager
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: project-v3-config
app.kubernetes.io/part-of: project-v3-config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: admiral
app.kubernetes.io/instance: admiral-sample
app.kubernetes.io/part-of: project-v3-config
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-config
name: admiral-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: captain
app.kubernetes.io/instance: captain-sample
app.kubernetes.io/part-of: project-v3-config
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-config
name: captain-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: firstmate
app.kubernetes.io/instance: firstmate-sample
app.kubernetes.io/part-of: project-v3-config
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-config
name: firstmate-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
labels:
app.kuberentes.io/name: issuer
app.kubernetes.io/name: issuer
app.kubernetes.io/instance: selfsigned-issuer
app.kubernetes.io/component: certificate
app.kubernetes.io/created-by: project-v3-multigroup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/name: serviceaccount
app.kuberentes.io/instance: controller-manager
app.kubernetes.io/instance: controller-manager
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: project-v3-multigroup
app.kubernetes.io/part-of: project-v3-multigroup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: lakers
app.kubernetes.io/instance: lakers-sample
app.kubernetes.io/part-of: project-v3-multigroup
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-multigroup
name: lakers-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: captain
app.kubernetes.io/instance: captain-sample
app.kubernetes.io/part-of: project-v3-multigroup
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-multigroup
name: captain-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: bar
app.kubernetes.io/instance: bar-sample
app.kubernetes.io/part-of: project-v3-multigroup
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-multigroup
name: bar-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: healthcheckpolicy
app.kubernetes.io/instance: healthcheckpolicy-sample
app.kubernetes.io/part-of: project-v3-multigroup
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-multigroup
name: healthcheckpolicy-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: bar
app.kubernetes.io/instance: bar-sample
app.kubernetes.io/part-of: project-v3-multigroup
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-multigroup
name: bar-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: kraken
app.kubernetes.io/instance: kraken-sample
app.kubernetes.io/part-of: project-v3-multigroup
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-multigroup
name: kraken-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: leviathan
app.kubernetes.io/instance: leviathan-sample
app.kubernetes.io/part-of: project-v3-multigroup
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-multigroup
name: leviathan-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: destroyer
app.kubernetes.io/instance: destroyer-sample
app.kubernetes.io/part-of: project-v3-multigroup
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-multigroup
name: destroyer-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: frigate
app.kubernetes.io/instance: frigate-sample
app.kubernetes.io/part-of: project-v3-multigroup
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-multigroup
name: frigate-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: cruiser
app.kubernetes.io/instance: cruiser-sample
app.kubernetes.io/part-of: project-v3-multigroup
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3-multigroup
name: cruiser-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
labels:
app.kuberentes.io/name: issuer
app.kubernetes.io/name: issuer
app.kubernetes.io/instance: selfsigned-issuer
app.kubernetes.io/component: certificate
app.kubernetes.io/created-by: project-v3-with-deploy-image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/name: serviceaccount
app.kuberentes.io/instance: controller-manager
app.kubernetes.io/instance: controller-manager
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: project-v3-with-deploy-image
app.kubernetes.io/part-of: project-v3-with-deploy-image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (r *BusyboxReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ct
}

// Perform all operations required before remove the finalizer and allow
// the Kubernetes API to remove the custom custom resource.
// the Kubernetes API to remove the custom resource.
r.doFinalizerOperationsForBusybox(busybox)

// TODO(user): If you add operations to the doFinalizerOperationsForBusybox method
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (r *MemcachedReconciler) Reconcile(ctx context.Context, req ctrl.Request) (
}

// Perform all operations required before remove the finalizer and allow
// the Kubernetes API to remove the custom custom resource.
// the Kubernetes API to remove the custom resource.
r.doFinalizerOperationsForMemcached(memcached)

// TODO(user): If you add operations to the doFinalizerOperationsForMemcached method
Expand Down
2 changes: 1 addition & 1 deletion testdata/project-v3/config/certmanager/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
labels:
app.kuberentes.io/name: issuer
app.kubernetes.io/name: issuer
app.kubernetes.io/instance: selfsigned-issuer
app.kubernetes.io/component: certificate
app.kubernetes.io/created-by: project-v3
Expand Down
2 changes: 1 addition & 1 deletion testdata/project-v3/config/rbac/service_account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/name: serviceaccount
app.kuberentes.io/instance: controller-manager
app.kubernetes.io/instance: controller-manager
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: project-v3
app.kubernetes.io/part-of: project-v3
Expand Down
2 changes: 1 addition & 1 deletion testdata/project-v3/config/samples/crew_v1_admiral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: admiral
app.kubernetes.io/instance: admiral-sample
app.kubernetes.io/part-of: project-v3
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3
name: admiral-sample
spec:
Expand Down
2 changes: 1 addition & 1 deletion testdata/project-v3/config/samples/crew_v1_captain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: captain
app.kubernetes.io/instance: captain-sample
app.kubernetes.io/part-of: project-v3
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3
name: captain-sample
spec:
Expand Down
2 changes: 1 addition & 1 deletion testdata/project-v3/config/samples/crew_v1_firstmate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: firstmate
app.kubernetes.io/instance: firstmate-sample
app.kubernetes.io/part-of: project-v3
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v3
name: firstmate-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: admiral
app.kubernetes.io/instance: admiral-sample
app.kubernetes.io/part-of: project-v4-addon-and-grafana
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v4-addon-and-grafana
name: admiral-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: captain
app.kubernetes.io/instance: captain-sample
app.kubernetes.io/part-of: project-v4-addon-and-grafana
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v4-addon-and-grafana
name: captain-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: firstmate
app.kubernetes.io/instance: firstmate-sample
app.kubernetes.io/part-of: project-v4-addon-and-grafana
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v4-addon-and-grafana
name: firstmate-sample
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/name: admiral
app.kubernetes.io/instance: admiral-sample
app.kubernetes.io/part-of: project-v4-config
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: project-v4-config
name: admiral-sample
spec:
Expand Down
Loading

0 comments on commit 12914ce

Please sign in to comment.