| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1EndpointPort |
V1beta1EndpointPort.appProtocol(String appProtocol) |
V1beta1EndpointPort |
V1beta1EndpointPort.name(String name) |
V1beta1EndpointPort |
V1beta1EndpointPort.port(Integer port) |
V1beta1EndpointPort |
V1beta1EndpointPort.protocol(String protocol) |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1EndpointPort> |
V1beta1EndpointSlice.getPorts()
ports specifies the list of network ports exposed by each endpoint in this slice.
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1EndpointSlice |
V1beta1EndpointSlice.addPortsItem(V1beta1EndpointPort portsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1beta1EndpointSlice |
V1beta1EndpointSlice.ports(List<V1beta1EndpointPort> ports) |
void |
V1beta1EndpointSlice.setPorts(List<V1beta1EndpointPort> ports) |
Copyright © 2021. All rights reserved.