Skip to content

Commit

Permalink
Correct a typo in the MachinesSpecUpToDate condition comment
Browse files Browse the repository at this point in the history
`Whe` -> `When`.

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Apr 15, 2022
1 parent 61c9e21 commit 649c81a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controlplane/kubeadm/api/v1alpha3/condition_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion controlplane/kubeadm/api/v1alpha4/condition_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion controlplane/kubeadm/api/v1beta1/condition_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 649c81a

Please sign in to comment.