Skip to content

Commit

Permalink
Merge pull request #6419 from Unix4ever/fix-typo-in-api-comments
Browse files Browse the repository at this point in the history
📖 Correct a typo in the `MachinesSpecUpToDate` condition comment
  • Loading branch information
k8s-ci-robot authored Apr 15, 2022
2 parents 907debc + 649c81a commit d7a25c1
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 d7a25c1

Please sign in to comment.