Skip to content

Commit

Permalink
Merge pull request #3265 from saimanoj01/saib/fix_spec
Browse files Browse the repository at this point in the history
📖 Fix references to spec.kubernetesVersion for the Machine object to spec.Version
  • Loading branch information
k8s-ci-robot authored Jul 1, 2020
2 parents faa6e09 + 2ec862a commit 34f0443
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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
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.kubernetesVersion'
spec.version'
type: string
networking:
description: 'Networking holds configuration for the networking
Expand Down

0 comments on commit 34f0443

Please sign in to comment.