Skip to content

Commit cb5ce4c

Browse files
authored
Merge pull request #8955 from killianmuldoon/pr-add-machinepool-machinereadyseconds-comment
📖 Add comment about MachinePool MinReadySeconds behaviour
2 parents 730f63d + 9862d9f commit cb5ce4c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

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

exp/api/v1beta1/machinepool_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ type MachinePoolSpec struct {
4949
// be ready.
5050
// Defaults to 0 (machine instance will be considered available as soon as it
5151
// is ready)
52+
// NOTE: No logic is implemented for this field and it currently has no behaviour.
5253
// +optional
5354
MinReadySeconds *int32 `json:"minReadySeconds,omitempty"`
5455

0 commit comments

Comments
 (0)