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