Skip to content

Commit

Permalink
Merge pull request #8955 from killianmuldoon/pr-add-machinepool-machi…
Browse files Browse the repository at this point in the history
…nereadyseconds-comment

📖 Add comment about MachinePool MinReadySeconds behaviour
  • Loading branch information
k8s-ci-robot committed Jul 4, 2023
2 parents 730f63d + 9862d9f commit cb5ce4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/crd/bases/cluster.x-k8s.io_machinepools.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions exp/api/v1beta1/machinepool_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ type MachinePoolSpec struct {
// be ready.
// Defaults to 0 (machine instance will be considered available as soon as it
// is ready)
// NOTE: No logic is implemented for this field and it currently has no behaviour.
// +optional
MinReadySeconds *int32 `json:"minReadySeconds,omitempty"`

Expand Down

0 comments on commit cb5ce4c

Please sign in to comment.