Package io.fabric8.kubernetes.api.model
Class RootPathsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.RootPathsFluent<RootPathsBuilder>
-
- io.fabric8.kubernetes.api.model.RootPathsBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<RootPaths>
,io.fabric8.kubernetes.api.builder.Visitable<RootPathsBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<RootPaths,RootPathsBuilder>
public class RootPathsBuilder extends RootPathsFluent<RootPathsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<RootPaths,RootPathsBuilder>
-
-
Constructor Summary
Constructors Constructor Description RootPathsBuilder()
RootPathsBuilder(RootPaths instance)
RootPathsBuilder(RootPathsFluent<?> fluent)
RootPathsBuilder(RootPathsFluent<?> fluent, RootPaths instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RootPaths
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.RootPathsFluent
addAllToPaths, addToAdditionalProperties, addToAdditionalProperties, addToPaths, addToPaths, copyInstance, equals, getAdditionalProperties, getFirstPath, getLastPath, getMatchingPath, getPath, getPaths, hasAdditionalProperties, hashCode, hasMatchingPath, hasPaths, removeAllFromPaths, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromPaths, setToPaths, toString, withAdditionalProperties, withPaths, withPaths
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
RootPathsBuilder
public RootPathsBuilder()
-
RootPathsBuilder
public RootPathsBuilder(RootPathsFluent<?> fluent)
-
RootPathsBuilder
public RootPathsBuilder(RootPathsFluent<?> fluent, RootPaths instance)
-
RootPathsBuilder
public RootPathsBuilder(RootPaths instance)
-
-