dsdk / v1.47 / EndpointPortConfig
Type Alias: EndpointPortConfig ​
EndpointPortConfig:
object
Type declaration ​
| Name | Type | Description |
|---|---|---|
Name? | string | - |
Protocol? | "tcp" | "udp" | "sctp" | - |
PublishedPort? | number | The port on the swarm hosts. |
PublishMode? | "ingress" | "host" | The mode in which port is published. |
TargetPort? | number | The port inside the container. |