public interface IServicePort
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the port
|
String |
getNodePort()
External service port
|
int |
getPort()
Port exposed by the service
|
String |
getProtocol()
IP protocol (TCP, UDP)
|
String |
getTargetPort()
The target port on the pod it services.
|
void |
setName(String name) |
void |
setNodePort(String nodePort) |
void |
setPort(int port) |
void |
setProtocol(String proto) |
void |
setTargetPort(int port) |
void |
setTargetPort(String name) |
String getName()
void setName(String name)
int getPort()
void setPort(int port)
String getTargetPort()
void setTargetPort(int port)
void setTargetPort(String name)
String getProtocol()
void setProtocol(String proto)
String getNodePort()
void setNodePort(String nodePort)
Copyright © 2019 Red Hat, Inc. All Rights Reserved.