File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const (
48
48
49
49
const (
50
50
// MachinesSpecUpToDateCondition documents that the spec of the machines controlled by the KubeadmControlPlane
51
- // is up to date. Whe this condition is false, the KubeadmControlPlane is executing a rolling upgrade.
51
+ // is up to date. When this condition is false, the KubeadmControlPlane is executing a rolling upgrade.
52
52
MachinesSpecUpToDateCondition clusterv1alpha3.ConditionType = "MachinesSpecUpToDate"
53
53
54
54
// RollingUpdateInProgressReason (Severity=Warning) documents a KubeadmControlPlane object executing a
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const (
48
48
49
49
const (
50
50
// MachinesSpecUpToDateCondition documents that the spec of the machines controlled by the KubeadmControlPlane
51
- // is up to date. Whe this condition is false, the KubeadmControlPlane is executing a rolling upgrade.
51
+ // is up to date. When this condition is false, the KubeadmControlPlane is executing a rolling upgrade.
52
52
MachinesSpecUpToDateCondition clusterv1alpha4.ConditionType = "MachinesSpecUpToDate"
53
53
54
54
// RollingUpdateInProgressReason (Severity=Warning) documents a KubeadmControlPlane object executing a
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const (
48
48
49
49
const (
50
50
// MachinesSpecUpToDateCondition documents that the spec of the machines controlled by the KubeadmControlPlane
51
- // is up to date. Whe this condition is false, the KubeadmControlPlane is executing a rolling upgrade.
51
+ // is up to date. When this condition is false, the KubeadmControlPlane is executing a rolling upgrade.
52
52
MachinesSpecUpToDateCondition clusterv1.ConditionType = "MachinesSpecUpToDate"
53
53
54
54
// RollingUpdateInProgressReason (Severity=Warning) documents a KubeadmControlPlane object executing a
You can’t perform that action at this time.
0 commit comments