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