Package io.fabric8.kubernetes.api.model
Class KubeSchemaFluentImpl.RootPathsNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.RootPathsFluentImpl<KubeSchemaFluent.RootPathsNested<N>>
-
- io.fabric8.kubernetes.api.model.KubeSchemaFluentImpl.RootPathsNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<KubeSchemaFluent.RootPathsNested<N>>
,Nested<N>
,Visitable<KubeSchemaFluent.RootPathsNested<N>>
,KubeSchemaFluent.RootPathsNested<N>
,RootPathsFluent<KubeSchemaFluent.RootPathsNested<N>>
- Enclosing class:
- KubeSchemaFluentImpl<A extends KubeSchemaFluent<A>>
public class KubeSchemaFluentImpl.RootPathsNestedImpl<N> extends RootPathsFluentImpl<KubeSchemaFluent.RootPathsNested<N>> implements KubeSchemaFluent.RootPathsNested<N>, Nested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endRootPaths()
-
Methods inherited from class io.fabric8.kubernetes.api.model.RootPathsFluentImpl
addAllToPaths, addNewPath, addNewPath, addNewPath, addToPaths, addToPaths, equals, getFirstPath, getLastPath, getMatchingPath, getPath, getPaths, hashCode, hasMatchingPath, hasPaths, removeAllFromPaths, removeFromPaths, setToPaths, withPaths, withPaths
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
and
public N and()
-
endRootPaths
public N endRootPaths()
- Specified by:
endRootPaths
in interfaceKubeSchemaFluent.RootPathsNested<N>
-
-