Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.PodIPObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodIPFluentImpl<WatchEventFluent.PodIPObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.PodIPObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.PodIPObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.PodIPObjectNested<N>>
,PodIPFluent<WatchEventFluent.PodIPObjectNested<N>>
,WatchEventFluent.PodIPObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.PodIPObjectNestedImpl<N> extends PodIPFluentImpl<WatchEventFluent.PodIPObjectNested<N>> implements WatchEventFluent.PodIPObjectNested<N>, Nested<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
endPodIPObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.PodIPFluentImpl
equals, getIp, hashCode, hasIp, withIp, withNewIp, withNewIp, withNewIp
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Method Detail
-
and
public N and()
-
endPodIPObject
public N endPodIPObject()
- Specified by:
endPodIPObject
in interfaceWatchEventFluent.PodIPObjectNested<N>
-
-