NamedPort

The named port. For example: <"http", 80>.

JSON representation
{
  "name": string,
  "port": integer
}
Fields
name

string

The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.

port

integer

The port number, which can be a value between 1 and 65535.