NodePortLocalEndpoint
NodePortLocalEndpoint
Specifies details of endpoints, when container application is NodePortLocal
JSON Example
{
"node_ip": "string",
"node_port": 0,
"protocol": "string"
}
string As ip
As ip
node_ip
Optional
Specifies IP address of node.
integer As int64
As int64
node_port
Optional
Constraints:
minimum: 0
maximum: 65535
Specifies the port on the node that can be used to access the service.
string
protocol
Optional
Specifies protocol of endpoint. e.g. TCP, UDP.
Possible values are :
TCP,
UDP,
SCTP,