| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1EndpointPort |
V1EndpointPort.appProtocol(String appProtocol) |
V1EndpointPort |
V1EndpointPort.name(String name) |
V1EndpointPort |
V1EndpointPort.port(Integer port) |
V1EndpointPort |
V1EndpointPort.protocol(String protocol) |
| Modifier and Type | Method and Description |
|---|---|
List<V1EndpointPort> |
V1EndpointSubset.getPorts()
Port numbers available on the related IP addresses.
|
| Modifier and Type | Method and Description |
|---|---|
V1EndpointSubset |
V1EndpointSubset.addPortsItem(V1EndpointPort portsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1EndpointSubset |
V1EndpointSubset.ports(List<V1EndpointPort> ports) |
void |
V1EndpointSubset.setPorts(List<V1EndpointPort> ports) |
Copyright © 2021. All rights reserved.