Skip to content

Commit e52848c

Browse files
authored
Merge pull request #10748 from vincepri/fix-comment
📖 Fix comment on NodeStartupTimeout
2 parents f1f8f38 + 111198c commit e52848c

6 files changed

+17
-10
lines changed

api/v1beta1/clusterclass_types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ type MachineHealthCheckClass struct {
275275
// through a `Spec.ProviderID` field.
276276
//
277277
// The duration set in this field is compared to the greatest of:
278-
// - Cluster's infrastructure and control plane ready condition timestamp (if and when available)
278+
// - Cluster's infrastructure ready condition timestamp (if and when available)
279+
// - Control Plane's initialized condition timestamp (if and when available)
279280
// - Machine's infrastructure ready condition timestamp (if and when available)
280281
// - Machine's metadata creation timestamp
281282
//

api/v1beta1/machinehealthcheck_types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ type MachineHealthCheckSpec struct {
6969
// through a `Spec.ProviderID` field.
7070
//
7171
// The duration set in this field is compared to the greatest of:
72-
// - Cluster's infrastructure and control plane ready condition timestamp (if and when available)
72+
// - Cluster's infrastructure ready condition timestamp (if and when available)
73+
// - Control Plane's initialized condition timestamp (if and when available)
7374
// - Machine's infrastructure ready condition timestamp (if and when available)
7475
// - Machine's metadata creation timestamp
7576
//

api/v1beta1/zz_generated.openapi.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/cluster.x-k8s.io_clusterclasses.yaml

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/cluster.x-k8s.io_clusters.yaml

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/cluster.x-k8s.io_machinehealthchecks.yaml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)