Skip to content

Commit

Permalink
Fix references to spec.kubernetesVersion for the Machine object to sp…
Browse files Browse the repository at this point in the history
…ec.Version
  • Loading branch information
aishwarya-vmware committed Jun 26, 2020
1 parent 8f0d03b commit 5d006aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.kubernetesVersion'
plane. NB: This value defaults to the Machine object spec.Version'
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.kubernetesVersion'
plane. NB: This value defaults to the Machine object spec.Version'
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.kubernetesVersion'
Machine object spec.Version'
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.kubernetesVersion'
Machine object spec.Version'
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.kubernetesVersion
// NB: This value defaults to the Machine object spec.Version
// +optional
KubernetesVersion string `json:"kubernetesVersion,omitempty"`

Expand Down

0 comments on commit 5d006aa

Please sign in to comment.