Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,17 @@ spec:
type: integer
type: object
type: array
pendingNodeAdds:
additionalProperties:
format: date-time
type: string
description: |-
PendingNodeAdds records the timestamp when a node-add POST was sent for
each worker hostname. Entries are removed only when all socket nodes for
that worker come online. This is the authoritative guard against duplicate
POSTs — it is a separate map field so patches to Status.Nodes never
inadvertently delete it.
type: object
type: object
required:
- spec
Expand Down
Loading