Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1ServicePort |
V1ServicePort.name(String name) |
V1ServicePort |
V1ServicePort.nodePort(Integer nodePort) |
V1ServicePort |
V1ServicePort.port(Integer port) |
V1ServicePort |
V1ServicePort.protocol(String protocol) |
V1ServicePort |
V1ServicePort.targetPort(IntOrString targetPort) |
Modifier and Type | Method and Description |
---|---|
List<V1ServicePort> |
V1ServiceSpec.getPorts()
The list of ports that are exposed by this service.
|
Modifier and Type | Method and Description |
---|---|
V1ServiceSpec |
V1ServiceSpec.addPortsItem(V1ServicePort portsItem) |
Modifier and Type | Method and Description |
---|---|
V1ServiceSpec |
V1ServiceSpec.ports(List<V1ServicePort> ports) |
void |
V1ServiceSpec.setPorts(List<V1ServicePort> ports) |
Copyright © 2018. All rights reserved.