Package io.fabric8.kubernetes.api.model
Class RootPathsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.RootPathsFluentImpl<RootPathsBuilder>
-
- io.fabric8.kubernetes.api.model.RootPathsBuilder
-
- All Implemented Interfaces:
Builder<RootPaths>
,Fluent<RootPathsBuilder>
,Visitable<RootPathsBuilder>
,VisitableBuilder<RootPaths,RootPathsBuilder>
,RootPathsFluent<RootPathsBuilder>
public class RootPathsBuilder extends RootPathsFluentImpl<RootPathsBuilder> implements VisitableBuilder<RootPaths,RootPathsBuilder>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description RootPathsBuilder()
RootPathsBuilder(RootPaths instance)
RootPathsBuilder(RootPathsFluent<?> fluent)
RootPathsBuilder(RootPathsFluent<?> fluent, RootPaths instance)
RootPathsBuilder(RootPathsFluent<?> fluent, RootPaths instance, Boolean validationEnabled)
RootPathsBuilder(RootPathsFluent<?> fluent, Boolean validationEnabled)
RootPathsBuilder(RootPaths instance, Boolean validationEnabled)
RootPathsBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RootPaths
build()
boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class io.fabric8.kubernetes.api.model.RootPathsFluentImpl
addAllToPaths, addNewPath, addNewPath, addNewPath, addToPaths, addToPaths, getFirstPath, getLastPath, getMatchingPath, getPath, getPaths, hasMatchingPath, hasPaths, removeAllFromPaths, removeFromPaths, setToPaths, withPaths, withPaths
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
RootPathsBuilder
public RootPathsBuilder()
-
RootPathsBuilder
public RootPathsBuilder(Boolean validationEnabled)
-
RootPathsBuilder
public RootPathsBuilder(RootPathsFluent<?> fluent)
-
RootPathsBuilder
public RootPathsBuilder(RootPathsFluent<?> fluent, Boolean validationEnabled)
-
RootPathsBuilder
public RootPathsBuilder(RootPathsFluent<?> fluent, RootPaths instance)
-
RootPathsBuilder
public RootPathsBuilder(RootPathsFluent<?> fluent, RootPaths instance, Boolean validationEnabled)
-
RootPathsBuilder
public RootPathsBuilder(RootPaths instance)
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classRootPathsFluentImpl<RootPathsBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classRootPathsFluentImpl<RootPathsBuilder>
-
-