Package io.fabric8.kubernetes.api.model
Interface RootPathsFluent<A extends RootPathsFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
KubeSchemaFluent.RootPathsNested<N>,WatchEventFluent.RootPathsObjectNested<N>
- All Known Implementing Classes:
KubeSchemaFluentImpl.RootPathsNestedImpl,RootPathsBuilder,RootPathsFluentImpl,WatchEventFluentImpl.RootPathsObjectNestedImpl
public interface RootPathsFluent<A extends RootPathsFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AaddAllToPaths(Collection<String> items)AaddNewPath(String arg1)AaddNewPath(StringBuffer arg1)AaddNewPath(StringBuilder arg1)AaddToPaths(int index, String item)AaddToPaths(String... items)StringgetFirstPath()StringgetLastPath()StringgetMatchingPath(Predicate<String> predicate)StringgetPath(int index)List<String>getPaths()BooleanhasMatchingPath(Predicate<String> predicate)BooleanhasPaths()AremoveAllFromPaths(Collection<String> items)AremoveFromPaths(String... items)AsetToPaths(int index, String item)AwithPaths(String... paths)AwithPaths(List<String> paths)
-
-
-
Method Detail
-
addAllToPaths
A addAllToPaths(Collection<String> items)
-
removeAllFromPaths
A removeAllFromPaths(Collection<String> items)
-
getPath
String getPath(int index)
-
getFirstPath
String getFirstPath()
-
getLastPath
String getLastPath()
-
hasPaths
Boolean hasPaths()
-
addNewPath
A addNewPath(StringBuilder arg1)
-
addNewPath
A addNewPath(StringBuffer arg1)
-
-