Package io.fabric8.kubernetes.api.model
Class ServiceStatusFluentImpl.LoadBalancerNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.LoadBalancerStatusFluentImpl<ServiceStatusFluent.LoadBalancerNested<N>>
-
- io.fabric8.kubernetes.api.model.ServiceStatusFluentImpl.LoadBalancerNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<ServiceStatusFluent.LoadBalancerNested<N>>
,Nested<N>
,Visitable<ServiceStatusFluent.LoadBalancerNested<N>>
,LoadBalancerStatusFluent<ServiceStatusFluent.LoadBalancerNested<N>>
,ServiceStatusFluent.LoadBalancerNested<N>
- Enclosing class:
- ServiceStatusFluentImpl<A extends ServiceStatusFluent<A>>
public class ServiceStatusFluentImpl.LoadBalancerNestedImpl<N> extends LoadBalancerStatusFluentImpl<ServiceStatusFluent.LoadBalancerNested<N>> implements ServiceStatusFluent.LoadBalancerNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.LoadBalancerStatusFluentImpl
LoadBalancerStatusFluentImpl.IngressNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.LoadBalancerStatusFluent
LoadBalancerStatusFluent.IngressNested<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
endLoadBalancer()
-
Methods inherited from class io.fabric8.kubernetes.api.model.LoadBalancerStatusFluentImpl
addAllToIngress, addNewIngress, addNewIngressLike, addToIngress, addToIngress, buildFirstIngress, buildIngress, buildIngress, buildLastIngress, buildMatchingIngress, editFirstIngress, editIngress, editLastIngress, editMatchingIngress, equals, getIngress, hashCode, hasIngress, hasMatchingIngress, removeAllFromIngress, removeFromIngress, removeMatchingFromIngress, setNewIngressLike, setToIngress, withIngress, withIngress
-
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.LoadBalancerStatusFluent
addAllToIngress, addNewIngress, addNewIngressLike, addToIngress, addToIngress, buildFirstIngress, buildIngress, buildIngress, buildLastIngress, buildMatchingIngress, editFirstIngress, editIngress, editLastIngress, editMatchingIngress, getIngress, hasIngress, hasMatchingIngress, removeAllFromIngress, removeFromIngress, removeMatchingFromIngress, setNewIngressLike, setToIngress, withIngress, withIngress
-
-
-
-
Method Detail
-
and
public N and()
-
endLoadBalancer
public N endLoadBalancer()
- Specified by:
endLoadBalancer
in interfaceServiceStatusFluent.LoadBalancerNested<N>
-
-