fix: address gateway review findings

This commit is contained in:
Harivansh Rathi 2026-04-09 17:52:14 +00:00
parent 59d3290bb9
commit 500354cd9b
14 changed files with 441 additions and 66 deletions

View file

@ -16,5 +16,6 @@ const (
type MachinePort struct {
Name MachinePortName `json:"name"`
Port uint16 `json:"port"`
HostPort uint16 `json:"host_port,omitempty"`
Protocol PortProtocol `json:"protocol"`
}