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 A
addAllToPaths(Collection<String> items)
A
addNewPath(String arg1)
A
addNewPath(StringBuffer arg1)
A
addNewPath(StringBuilder arg1)
A
addToPaths(int index, String item)
A
addToPaths(String... items)
String
getFirstPath()
String
getLastPath()
String
getMatchingPath(Predicate<String> predicate)
String
getPath(int index)
List<String>
getPaths()
Boolean
hasMatchingPath(Predicate<String> predicate)
Boolean
hasPaths()
A
removeAllFromPaths(Collection<String> items)
A
removeFromPaths(String... items)
A
setToPaths(int index, String item)
A
withPaths(String... paths)
A
withPaths(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)
-
-