Package io.fabric8.kubernetes.api.model
Class LoadBalancerStatusFluentImpl.IngressNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.LoadBalancerIngressFluentImpl<LoadBalancerStatusFluent.IngressNested<N>>
-
- io.fabric8.kubernetes.api.model.LoadBalancerStatusFluentImpl.IngressNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<LoadBalancerStatusFluent.IngressNested<N>>
,Nested<N>
,Visitable<LoadBalancerStatusFluent.IngressNested<N>>
,LoadBalancerIngressFluent<LoadBalancerStatusFluent.IngressNested<N>>
,LoadBalancerStatusFluent.IngressNested<N>
- Enclosing class:
- LoadBalancerStatusFluentImpl<A extends LoadBalancerStatusFluent<A>>
public class LoadBalancerStatusFluentImpl.IngressNestedImpl<N> extends LoadBalancerIngressFluentImpl<LoadBalancerStatusFluent.IngressNested<N>> implements LoadBalancerStatusFluent.IngressNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.LoadBalancerIngressFluentImpl
LoadBalancerIngressFluentImpl.PortsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.LoadBalancerIngressFluent
LoadBalancerIngressFluent.PortsNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endIngress()
-
Methods inherited from class io.fabric8.kubernetes.api.model.LoadBalancerIngressFluentImpl
addAllToPorts, addNewPort, addNewPort, addNewPortLike, addToPorts, addToPorts, buildFirstPort, buildLastPort, buildMatchingPort, buildPort, buildPorts, editFirstPort, editLastPort, editMatchingPort, editPort, equals, getHostname, getIp, getPorts, hashCode, hasHostname, hasIp, hasMatchingPort, hasPorts, removeAllFromPorts, removeFromPorts, removeMatchingFromPorts, setNewPortLike, setToPorts, withHostname, withIp, withNewHostname, withNewHostname, withNewHostname, withNewIp, withNewIp, withNewIp, withPorts, withPorts
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
and
public N and()
-
endIngress
public N endIngress()
- Specified by:
endIngress
in interfaceLoadBalancerStatusFluent.IngressNested<N>
-
-