From 649c81ae25f3b8112922ef4ff735ff6a63cfca94 Mon Sep 17 00:00:00 2001 From: Artem Chernyshev Date: Fri, 15 Apr 2022 16:01:22 +0300 Subject: [PATCH] Correct a typo in the `MachinesSpecUpToDate` condition comment `Whe` -> `When`. Signed-off-by: Artem Chernyshev --- controlplane/kubeadm/api/v1alpha3/condition_consts.go | 2 +- controlplane/kubeadm/api/v1alpha4/condition_consts.go | 2 +- controlplane/kubeadm/api/v1beta1/condition_consts.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/controlplane/kubeadm/api/v1alpha3/condition_consts.go b/controlplane/kubeadm/api/v1alpha3/condition_consts.go index b7d8e3243548..22fb4031474d 100644 --- a/controlplane/kubeadm/api/v1alpha3/condition_consts.go +++ b/controlplane/kubeadm/api/v1alpha3/condition_consts.go @@ -48,7 +48,7 @@ const ( const ( // MachinesSpecUpToDateCondition documents that the spec of the machines controlled by the KubeadmControlPlane - // is up to date. Whe this condition is false, the KubeadmControlPlane is executing a rolling upgrade. + // is up to date. When this condition is false, the KubeadmControlPlane is executing a rolling upgrade. MachinesSpecUpToDateCondition clusterv1alpha3.ConditionType = "MachinesSpecUpToDate" // RollingUpdateInProgressReason (Severity=Warning) documents a KubeadmControlPlane object executing a diff --git a/controlplane/kubeadm/api/v1alpha4/condition_consts.go b/controlplane/kubeadm/api/v1alpha4/condition_consts.go index db83335b0374..8a57f2383c26 100644 --- a/controlplane/kubeadm/api/v1alpha4/condition_consts.go +++ b/controlplane/kubeadm/api/v1alpha4/condition_consts.go @@ -48,7 +48,7 @@ const ( const ( // MachinesSpecUpToDateCondition documents that the spec of the machines controlled by the KubeadmControlPlane - // is up to date. Whe this condition is false, the KubeadmControlPlane is executing a rolling upgrade. + // is up to date. When this condition is false, the KubeadmControlPlane is executing a rolling upgrade. MachinesSpecUpToDateCondition clusterv1alpha4.ConditionType = "MachinesSpecUpToDate" // RollingUpdateInProgressReason (Severity=Warning) documents a KubeadmControlPlane object executing a diff --git a/controlplane/kubeadm/api/v1beta1/condition_consts.go b/controlplane/kubeadm/api/v1beta1/condition_consts.go index 18dc47da2843..c32b876bc3f5 100644 --- a/controlplane/kubeadm/api/v1beta1/condition_consts.go +++ b/controlplane/kubeadm/api/v1beta1/condition_consts.go @@ -48,7 +48,7 @@ const ( const ( // MachinesSpecUpToDateCondition documents that the spec of the machines controlled by the KubeadmControlPlane - // is up to date. Whe this condition is false, the KubeadmControlPlane is executing a rolling upgrade. + // is up to date. When this condition is false, the KubeadmControlPlane is executing a rolling upgrade. MachinesSpecUpToDateCondition clusterv1.ConditionType = "MachinesSpecUpToDate" // RollingUpdateInProgressReason (Severity=Warning) documents a KubeadmControlPlane object executing a