Ports from a pipeline.
/v1/aggregator_pipelines/{pipelineID}/ports
Last ports.
Create port within a pipeline. Ports can automatically be parsed from a config file, but this action allows you to programatically add more.
/v1/aggregator_pipelines/{pipelineID}/ports
tcp
FrontendPort is equivalent to Docker's host port and Kubernetes' service port. It should be unique within the pipeline.
BackendPort is equivalent to Docker's container port and Kubernetes' target port (pod).
The kind/type of the service associated to this port.
LoadBalancer
, ClusterIP
, NodePort