Update port by its ID.
/v1/pipeline_ports/{portID}
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
No body