Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1PortStatus |
V1PortStatus.error(String error) |
V1PortStatus |
V1PortStatus.port(Integer port) |
V1PortStatus |
V1PortStatus.protocol(V1PortStatus.ProtocolEnum protocol) |
Modifier and Type | Method and Description |
---|---|
List<V1PortStatus> |
V1LoadBalancerIngress.getPorts()
Ports is a list of records of service ports If used, every port defined in the service should
have an entry in it
|
Modifier and Type | Method and Description |
---|---|
V1LoadBalancerIngress |
V1LoadBalancerIngress.addPortsItem(V1PortStatus portsItem) |
Modifier and Type | Method and Description |
---|---|
V1LoadBalancerIngress |
V1LoadBalancerIngress.ports(List<V1PortStatus> ports) |
void |
V1LoadBalancerIngress.setPorts(List<V1PortStatus> ports) |
Copyright © 2022. All rights reserved.