| Package | Description |
|---|---|
| com.openshift.internal.restclient.model | |
| com.openshift.restclient.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ServicePort |
| Modifier and Type | Method and Description |
|---|---|
IServicePort |
Service.addPort(int port,
int targetPort) |
IServicePort |
Service.addPort(int port,
int targetPort,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<IServicePort> |
Service.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setPorts(List<IServicePort> ports) |
| Constructor and Description |
|---|
ServicePort(org.jboss.dmr.ModelNode node,
IServicePort port)
copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
IServicePort |
IService.addPort(int port,
int targetPort) |
IServicePort |
IService.addPort(int port,
int targetPort,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<IServicePort> |
IService.getPorts()
Get the collection of ports for the service
|
| Modifier and Type | Method and Description |
|---|---|
void |
IService.setPorts(List<IServicePort> ports)
Set the collection of ports for the service
|
Copyright © 2019 Red Hat, Inc. All Rights Reserved.