| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.networking.v1 |
| Modifier and Type | Method and Description |
|---|---|
IngressPortStatus |
IngressPortStatusBuilder.build() |
IngressPortStatus |
IngressLoadBalancerIngressFluent.buildFirstPort() |
IngressPortStatus |
IngressLoadBalancerIngressFluent.buildLastPort() |
IngressPortStatus |
IngressLoadBalancerIngressFluent.buildMatchingPort(Predicate<IngressPortStatusBuilder> predicate) |
IngressPortStatus |
IngressLoadBalancerIngressFluent.buildPort(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<IngressPortStatus> |
IngressLoadBalancerIngressFluent.buildPorts() |
List<IngressPortStatus> |
IngressLoadBalancerIngress.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
IngressLoadBalancerIngressFluent.PortsNested<A> |
IngressLoadBalancerIngressFluent.addNewPortLike(IngressPortStatus item) |
A |
IngressLoadBalancerIngressFluent.addToPorts(IngressPortStatus... items) |
A |
IngressLoadBalancerIngressFluent.addToPorts(int index,
IngressPortStatus item) |
A |
IngressLoadBalancerIngressFluent.removeFromPorts(IngressPortStatus... items) |
IngressLoadBalancerIngressFluent.PortsNested<A> |
IngressLoadBalancerIngressFluent.setNewPortLike(int index,
IngressPortStatus item) |
A |
IngressLoadBalancerIngressFluent.setToPorts(int index,
IngressPortStatus item) |
A |
IngressLoadBalancerIngressFluent.withPorts(IngressPortStatus... ports) |
| Modifier and Type | Method and Description |
|---|---|
A |
IngressLoadBalancerIngressFluent.addAllToPorts(Collection<IngressPortStatus> items) |
A |
IngressLoadBalancerIngressFluent.removeAllFromPorts(Collection<IngressPortStatus> items) |
void |
IngressLoadBalancerIngress.setPorts(List<IngressPortStatus> ports) |
A |
IngressLoadBalancerIngressFluent.withPorts(List<IngressPortStatus> ports) |
| Constructor and Description |
|---|
IngressPortStatusBuilder(IngressPortStatus instance) |
IngressPortStatusBuilder(IngressPortStatus instance,
Boolean validationEnabled) |
IngressPortStatusBuilder(IngressPortStatusFluent<?> fluent,
IngressPortStatus instance) |
IngressPortStatusBuilder(IngressPortStatusFluent<?> fluent,
IngressPortStatus instance,
Boolean validationEnabled) |
IngressPortStatusFluent(IngressPortStatus instance) |
| Constructor and Description |
|---|
IngressLoadBalancerIngress(String hostname,
String ip,
List<IngressPortStatus> ports) |
Copyright © 2015–2023 Red Hat. All rights reserved.