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:
DoneableRootPaths,KubeSchemaFluentImpl.RootPathsNestedImpl,RootPathsBuilder,RootPathsFluentImpl,WatchEventFluentImpl.RootPathsObjectNestedImpl
public interface RootPathsFluent<A extends RootPathsFluent<A>> extends Fluent<A>
-
Method Summary
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 Details
-
addToPaths
-
setToPaths
-
addToPaths
-
addAllToPaths
-
removeFromPaths
-
removeAllFromPaths
-
getPaths
-
getPath
-
getFirstPath
String getFirstPath() -
getLastPath
String getLastPath() -
getMatchingPath
-
hasMatchingPath
-
withPaths
-
withPaths
-
hasPaths
Boolean hasPaths() -
addNewPath
-
addNewPath
-
addNewPath
-