File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
api/runtime/hooks/v1alpha1 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"`
You can’t perform that action at this time.
0 commit comments