mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-13 09:00:38 -05:00
join: synchronize control plane joining (#776)
* join: synchronize control plane joining
This commit is contained in:
parent
012f739c67
commit
c993cd6800
34 changed files with 1166 additions and 61 deletions
|
|
@ -40,6 +40,15 @@ spec:
|
|||
description: ComponentsHash is the hash of the components that were
|
||||
sent to the node by the join service.
|
||||
type: string
|
||||
deadline:
|
||||
description: Deadline is the time after which the joining node is
|
||||
considered to have failed.
|
||||
format: date-time
|
||||
type: string
|
||||
iscontrolplane:
|
||||
description: IsControlPlane is true if the node is a control plane
|
||||
node.
|
||||
type: boolean
|
||||
name:
|
||||
description: Name of the node expected to join.
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue