Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.RootPathsObjectNested<N>
-
- All Superinterfaces:
Fluent<WatchEventFluent.RootPathsObjectNested<N>>
,Nested<N>
,RootPathsFluent<WatchEventFluent.RootPathsObjectNested<N>>
- All Known Implementing Classes:
WatchEventFluentImpl.RootPathsObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.RootPathsObjectNested<N> extends Nested<N>, RootPathsFluent<WatchEventFluent.RootPathsObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endRootPathsObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.RootPathsFluent
addAllToPaths, addNewPath, addNewPath, addNewPath, addToPaths, addToPaths, getFirstPath, getLastPath, getMatchingPath, getPath, getPaths, hasMatchingPath, hasPaths, removeAllFromPaths, removeFromPaths, setToPaths, withPaths, withPaths
-
-