Skip to content

Commit 0e6c5d9

Browse files
committed
[api] Fix TunnelNode doc strings
1 parent adbc1fc commit 0e6c5d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/core/v1alpha/tunnel_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type AgentStatus struct {
4949
// ConnectedAt is the time when the agent was connected to the tunnel node.
5050
ConnectedAt *metav1.Time `json:"connectedAt,omitempty"`
5151

52-
// Overlay address of the agent that is routable on the internal Apoxy network.
52+
// Private address of the proxy servicing the tunnel.
5353
// Valid values are IPv4, IPv6, or a hostname.
5454
PrivateAddress string `json:"privateAddress,omitempty"`
5555

api/generated/zz_generated.openapi.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)