Skip to content

Commit

Permalink
docs(changeset): Adds bootstrap to fleet node type
Browse files Browse the repository at this point in the history
  • Loading branch information
Looskie committed Nov 14, 2023
1 parent 498eb1f commit b79dff2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-apples-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@onehop/js': patch
---

Adds bootstrap to fleet node type
5 changes: 5 additions & 0 deletions src/rest/types/fleet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ export interface Node {
* Node metadata
*/
metadata: NodeMetadata;

/**
* Whether if the node is bootstrapped and initialized
*/
bootstrapped: boolean;
}

export interface NodeMetadata {
Expand Down

0 comments on commit b79dff2

Please sign in to comment.