Skip to content

Commit db2413a

Browse files
committed
fix review findings
Signed-off-by: sivchari <[email protected]>
1 parent e4db88d commit db2413a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/runtime/hooks/v1alpha1/upgrade_plan_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ type GenerateUpgradePlanRequest struct {
3535
// +required
3636
Cluster clusterv1.Cluster `json:"cluster,omitempty,omitzero"`
3737

38-
// fromControlPlaneKubernetesVersion is the min current Kubernetes version of the workers (MachineDeployments and MachinePools).
38+
// fromControlPlaneKubernetesVersion is the current Kubernetes version of the control plane.
3939
// +required
4040
// +kubebuilder:validation:MinLength=1
4141
FromControlPlaneKubernetesVersion string `json:"fromControlPlaneKubernetesVersion,omitempty"`
4242

43-
// fromWorkersKubernetesVersion is the current Kubernetes version of the workers.
43+
// fromWorkersKubernetesVersion is the min current Kubernetes version of the workers.
4444
// +optional
4545
// +kubebuilder:validation:MinLength=1
4646
FromWorkersKubernetesVersion string `json:"fromWorkersKubernetesVersion,omitempty"`

0 commit comments

Comments
 (0)