Skip to content

Commit 9862d9f

Browse files
Add comment about MachinePool MinReadySeconds behaviour
Signed-off-by: killianmuldoon <[email protected]>
1 parent 730f63d commit 9862d9f

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)