Create and update a k8s service for each processing with expose model
This commit is contained in:
8
models/translate_ports.go
Normal file
8
models/translate_ports.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
type PortTranslation map[string]PortConfig
|
||||
|
||||
type PortConfig struct {
|
||||
Reverse string `json:"reverse,omitempty"`
|
||||
PAT string `json:"PAT,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user