Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Supplant []SupplantService External []ExternalService }
type ExternalPortConfig ¶
type ExternalService ¶
type ExternalService struct { Name string Namespace string Enabled bool Ports []ExternalPortConfig }
func MapExternalService ¶
func MapExternalService(svc v1.Service) ExternalService
type SupplantPortConfig ¶
type SupplantService ¶
type SupplantService struct { Name string Namespace string Enabled bool Ports []SupplantPortConfig }
func MapSupplantService ¶
func MapSupplantService(svc v1.Service) SupplantService
Click to show internal directories.
Click to hide internal directories.