Class GatherersBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1alpha2.GatherersFluent<GatherersBuilder>
-
- io.fabric8.openshift.api.model.config.v1alpha2.GatherersBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Gatherers>,io.fabric8.kubernetes.api.builder.Visitable<GatherersBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<Gatherers,GatherersBuilder>
public class GatherersBuilder extends GatherersFluent<GatherersBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Gatherers,GatherersBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1alpha2.GatherersFluent
GatherersFluent.CustomNested<N>
-
-
Constructor Summary
Constructors Constructor Description GatherersBuilder()GatherersBuilder(Gatherers instance)GatherersBuilder(GatherersFluent<?> fluent)GatherersBuilder(GatherersFluent<?> fluent, Gatherers instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Gatherersbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1alpha2.GatherersFluent
addToAdditionalProperties, addToAdditionalProperties, buildCustom, copyInstance, editCustom, editOrNewCustom, editOrNewCustomLike, equals, getAdditionalProperties, getMode, hasAdditionalProperties, hasCustom, hashCode, hasMode, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withCustom, withMode, withNewCustom, withNewCustomLike
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
GatherersBuilder
public GatherersBuilder()
-
GatherersBuilder
public GatherersBuilder(GatherersFluent<?> fluent)
-
GatherersBuilder
public GatherersBuilder(GatherersFluent<?> fluent, Gatherers instance)
-
GatherersBuilder
public GatherersBuilder(Gatherers instance)
-
-