Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.PortStatusObjectNested<N>
-
- All Superinterfaces:
Fluent<WatchEventFluent.PortStatusObjectNested<N>>
,Nested<N>
,PortStatusFluent<WatchEventFluent.PortStatusObjectNested<N>>
- All Known Implementing Classes:
WatchEventFluentImpl.PortStatusObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.PortStatusObjectNested<N> extends Nested<N>, PortStatusFluent<WatchEventFluent.PortStatusObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endPortStatusObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.PortStatusFluent
getError, getPort, getProtocol, hasError, hasPort, hasProtocol, withError, withNewError, withNewError, withNewError, withNewProtocol, withNewProtocol, withNewProtocol, withPort, withProtocol
-
-