| commit | 721c004cdfea0c7a13ffc61010a1b41fc3e1abfc | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Thu Apr 03 11:56:36 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Tue Apr 08 15:37:40 2025 +0400 |
| tree | a7f5123efd5c71c215d13d659a83e108b4833956 | |
| parent | 997af63f2dbf8bfa423e51e04bdb284791cc34c0 [diff] [blame] |
AppManager: Support exposing cross-cluster ports Change-Id: I4bdb3573209935f6777656ec2f3481e79d84a9c9
diff --git a/core/installer/app.go b/core/installer/app.go index 948e17e..e57fee8 100644 --- a/core/installer/app.go +++ b/core/installer/app.go
@@ -95,6 +95,7 @@ } type PortForward struct { + Cluster string `json:"cluster,omitempty"` Allocator string `json:"allocator"` ReserveAddr string `json:"reservator"` RemoveAddr string `json:"deallocator"`