public interface LoadBalancerIngressFluent<A extends LoadBalancerIngressFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancerIngressFluent.PortsNested<N> |
String getHostname()
Boolean hasHostname()
A withNewHostname(StringBuilder arg1)
A withNewHostname(int[] arg1, int arg2, int arg3)
A withNewHostname(char[] arg1)
A withNewHostname(StringBuffer arg1)
A withNewHostname(byte[] arg1, int arg2)
A withNewHostname(byte[] arg1)
A withNewHostname(char[] arg1, int arg2, int arg3)
A withNewHostname(byte[] arg1, int arg2, int arg3)
A withNewHostname(byte[] arg1, int arg2, int arg3, int arg4)
String getIp()
Boolean hasIp()
A withNewIp(StringBuilder arg1)
A withNewIp(int[] arg1, int arg2, int arg3)
A withNewIp(char[] arg1)
A withNewIp(StringBuffer arg1)
A withNewIp(byte[] arg1, int arg2)
A withNewIp(byte[] arg1)
A withNewIp(char[] arg1, int arg2, int arg3)
A withNewIp(byte[] arg1, int arg2, int arg3)
A withNewIp(byte[] arg1, int arg2, int arg3, int arg4)
A addToPorts(int index, PortStatus item)
A setToPorts(int index, PortStatus item)
A addToPorts(PortStatus... items)
A addAllToPorts(Collection<PortStatus> items)
A removeFromPorts(PortStatus... items)
A removeAllFromPorts(Collection<PortStatus> items)
A removeMatchingFromPorts(Predicate<PortStatusBuilder> predicate)
@Deprecated List<PortStatus> getPorts()
List<PortStatus> buildPorts()
PortStatus buildPort(int index)
PortStatus buildFirstPort()
PortStatus buildLastPort()
PortStatus buildMatchingPort(Predicate<PortStatusBuilder> predicate)
Boolean hasMatchingPort(Predicate<PortStatusBuilder> predicate)
A withPorts(List<PortStatus> ports)
A withPorts(PortStatus... ports)
Boolean hasPorts()
LoadBalancerIngressFluent.PortsNested<A> addNewPort()
LoadBalancerIngressFluent.PortsNested<A> addNewPortLike(PortStatus item)
LoadBalancerIngressFluent.PortsNested<A> setNewPortLike(int index, PortStatus item)
LoadBalancerIngressFluent.PortsNested<A> editPort(int index)
LoadBalancerIngressFluent.PortsNested<A> editFirstPort()
LoadBalancerIngressFluent.PortsNested<A> editLastPort()
LoadBalancerIngressFluent.PortsNested<A> editMatchingPort(Predicate<PortStatusBuilder> predicate)
Copyright © 2015–2021 Red Hat. All rights reserved.