Create port within a pipeline. Ports can automatically be parsed from a config file, but this action allows you to programatically add more.
Create pipeline port request body.
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
Available options: Created pipeline port response body.
Created