Package io.fabric8.kubernetes.api.model
Interface KubeSchemaFluent.RootPathsNested<N>
-
- All Superinterfaces:
Fluent<KubeSchemaFluent.RootPathsNested<N>>
,Nested<N>
,RootPathsFluent<KubeSchemaFluent.RootPathsNested<N>>
- All Known Implementing Classes:
KubeSchemaFluentImpl.RootPathsNestedImpl
- Enclosing interface:
- KubeSchemaFluent<A extends KubeSchemaFluent<A>>
public static interface KubeSchemaFluent.RootPathsNested<N> extends Nested<N>, RootPathsFluent<KubeSchemaFluent.RootPathsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endRootPaths()
-
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
-
-