Skip to content

Commit a58508d

Browse files
authored
Expose overlay network
1 parent 47573af commit a58508d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/types/cluster.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ type Cluster struct {
3636

3737
EstimatedCost int64 `json:"estimated_cost"` // Represents estimated credits for this cluster based on the TTL
3838

39+
OverlayEndpoint string `json:"overlay_endpoint,omitempty"`
40+
OverlayToken string `json:"overlay_token,omitempty"`
41+
3942
Tags []Tag `json:"tags"`
4043
}
4144

0 commit comments

Comments
 (0)