Class GathererConfigBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1alpha2.GathererConfigFluent<GathererConfigBuilder>
-
- io.fabric8.openshift.api.model.config.v1alpha2.GathererConfigBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<GathererConfig>,io.fabric8.kubernetes.api.builder.Visitable<GathererConfigBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<GathererConfig,GathererConfigBuilder>
public class GathererConfigBuilder extends GathererConfigFluent<GathererConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<GathererConfig,GathererConfigBuilder>
-
-
Constructor Summary
Constructors Constructor Description GathererConfigBuilder()GathererConfigBuilder(GathererConfig instance)GathererConfigBuilder(GathererConfigFluent<?> fluent)GathererConfigBuilder(GathererConfigFluent<?> fluent, GathererConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GathererConfigbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1alpha2.GathererConfigFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getName, getState, hasAdditionalProperties, hashCode, hasName, hasState, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withName, withState
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
GathererConfigBuilder
public GathererConfigBuilder()
-
GathererConfigBuilder
public GathererConfigBuilder(GathererConfigFluent<?> fluent)
-
GathererConfigBuilder
public GathererConfigBuilder(GathererConfigFluent<?> fluent, GathererConfig instance)
-
GathererConfigBuilder
public GathererConfigBuilder(GathererConfig instance)
-
-
Method Detail
-
build
public GathererConfig build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<GathererConfig>
-
-