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