Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.EndpointPortObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.EndpointPortFluentImpl<WatchEventFluent.EndpointPortObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.EndpointPortObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.EndpointPortObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.EndpointPortObjectNested<N>>
,EndpointPortFluent<WatchEventFluent.EndpointPortObjectNested<N>>
,WatchEventFluent.EndpointPortObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.EndpointPortObjectNestedImpl<N> extends EndpointPortFluentImpl<WatchEventFluent.EndpointPortObjectNested<N>> implements WatchEventFluent.EndpointPortObjectNested<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
endEndpointPortObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.EndpointPortFluentImpl
equals, getAppProtocol, getName, getPort, getProtocol, hasAppProtocol, hashCode, hasName, hasPort, hasProtocol, withAppProtocol, withName, withNewAppProtocol, withNewAppProtocol, withNewAppProtocol, withNewName, withNewName, withNewName, withNewProtocol, withNewProtocol, withNewProtocol, withPort, withProtocol
-
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.EndpointPortFluent
getAppProtocol, getName, getPort, getProtocol, hasAppProtocol, hasName, hasPort, hasProtocol, withAppProtocol, withName, withNewAppProtocol, withNewAppProtocol, withNewAppProtocol, withNewName, withNewName, withNewName, withNewProtocol, withNewProtocol, withNewProtocol, withPort, withProtocol
-
-
-
-
Method Detail
-
and
public N and()
-
endEndpointPortObject
public N endEndpointPortObject()
- Specified by:
endEndpointPortObject
in interfaceWatchEventFluent.EndpointPortObjectNested<N>
-
-