948 B
948 B
EndpointPortConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | Option<String> | [optional] | |
| protocol | Option<String> | [optional] | |
| target_port | Option<i32> | The port inside the container. | [optional] |
| published_port | Option<i32> | The port on the swarm hosts. | [optional] |
| publish_mode | Option<String> | The mode in which port is published. |
[optional][default to Ingress] |