Skip to content

Commit

Permalink
Merge pull request #3245 from bboreham/kuberentes
Browse files Browse the repository at this point in the history
🌱 Fix typo: kuberentes->kubernetes
  • Loading branch information
k8s-ci-robot authored Jun 24, 2020
2 parents 303f492 + c6f6266 commit 1b92bfe
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion REVIEWING.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ This makes any change that can impact the Cluster API contract critical and usua

### Logging

- For CAPI controllers see [Kuberentes logging conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md).
- For CAPI controllers see [Kubernetes logging conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md).
- For clusterctl see [clusterctl logging conventions](https://github.com/kubernetes-sigs/cluster-api/blob/master/cmd/clusterctl/log/doc.go).
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ spec:
type: string
kubernetesVersion:
description: 'KubernetesVersion is the target version of the control
plane. NB: This value defaults to the Machine object spec.kuberentesVersion'
plane. NB: This value defaults to the Machine object spec.kubernetesVersion'
type: string
networking:
description: 'Networking holds configuration for the networking
Expand Down Expand Up @@ -1088,7 +1088,7 @@ spec:
type: string
kubernetesVersion:
description: 'KubernetesVersion is the target version of the control
plane. NB: This value defaults to the Machine object spec.kuberentesVersion'
plane. NB: This value defaults to the Machine object spec.kubernetesVersion'
type: string
networking:
description: 'Networking holds configuration for the networking
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ spec:
kubernetesVersion:
description: 'KubernetesVersion is the target version
of the control plane. NB: This value defaults to the
Machine object spec.kuberentesVersion'
Machine object spec.kubernetesVersion'
type: string
networking:
description: 'Networking holds configuration for the networking
Expand Down Expand Up @@ -1141,7 +1141,7 @@ spec:
kubernetesVersion:
description: 'KubernetesVersion is the target version
of the control plane. NB: This value defaults to the
Machine object spec.kuberentesVersion'
Machine object spec.kubernetesVersion'
type: string
networking:
description: 'Networking holds configuration for the networking
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/kubeadm/types/v1beta1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ type ClusterConfiguration struct {
Networking Networking `json:"networking,omitempty"`

// KubernetesVersion is the target version of the control plane.
// NB: This value defaults to the Machine object spec.kuberentesVersion
// NB: This value defaults to the Machine object spec.kubernetesVersion
// +optional
KubernetesVersion string `json:"kubernetesVersion,omitempty"`

Expand Down
4 changes: 2 additions & 2 deletions controllers/external/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type CloneTemplateInput struct {
// +required
TemplateRef *corev1.ObjectReference

// Namespace is the Kuberentes namespace the cloned object should be created into.
// Namespace is the Kubernetes namespace the cloned object should be created into.
// +required
Namespace string

Expand Down Expand Up @@ -112,7 +112,7 @@ type GenerateTemplateInput struct {
// +required
TemplateRef *corev1.ObjectReference

// Namespace is the Kuberentes namespace the cloned object should be created into.
// Namespace is the Kubernetes namespace the cloned object should be created into.
// +required
Namespace string

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ spec:
kubernetesVersion:
description: 'KubernetesVersion is the target version of the
control plane. NB: This value defaults to the Machine object
spec.kuberentesVersion'
spec.kubernetesVersion'
type: string
networking:
description: 'Networking holds configuration for the networking
Expand Down

0 comments on commit 1b92bfe

Please sign in to comment.