We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47573af commit a58508dCopy full SHA for a58508d
pkg/types/cluster.go
@@ -36,6 +36,9 @@ type Cluster struct {
36
37
EstimatedCost int64 `json:"estimated_cost"` // Represents estimated credits for this cluster based on the TTL
38
39
+ OverlayEndpoint string `json:"overlay_endpoint,omitempty"`
40
+ OverlayToken string `json:"overlay_token,omitempty"`
41
+
42
Tags []Tag `json:"tags"`
43
}
44
0 commit comments