Package io.fabric8.kubernetes.api.model
Interface LoadBalancerStatusFluent.IngressNested<N>
-
- All Superinterfaces:
Fluent<LoadBalancerStatusFluent.IngressNested<N>>
,LoadBalancerIngressFluent<LoadBalancerStatusFluent.IngressNested<N>>
,Nested<N>
- All Known Implementing Classes:
LoadBalancerStatusFluentImpl.IngressNestedImpl
- Enclosing interface:
- LoadBalancerStatusFluent<A extends LoadBalancerStatusFluent<A>>
public static interface LoadBalancerStatusFluent.IngressNested<N> extends Nested<N>, LoadBalancerIngressFluent<LoadBalancerStatusFluent.IngressNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.LoadBalancerIngressFluent
LoadBalancerIngressFluent.PortsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endIngress()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.LoadBalancerIngressFluent
addAllToPorts, addNewPort, addNewPort, addNewPortLike, addToPorts, addToPorts, buildFirstPort, buildLastPort, buildMatchingPort, buildPort, buildPorts, editFirstPort, editLastPort, editMatchingPort, editPort, getHostname, getIp, getPorts, hasHostname, hasIp, hasMatchingPort, hasPorts, removeAllFromPorts, removeFromPorts, removeMatchingFromPorts, setNewPortLike, setToPorts, withHostname, withIp, withNewHostname, withNewHostname, withNewHostname, withNewIp, withNewIp, withNewIp, withPorts, withPorts
-
-