Class GatherStatusBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.GatherStatusFluent<GatherStatusBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.GatherStatusBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<GatherStatus>,io.fabric8.kubernetes.api.builder.Visitable<GatherStatusBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<GatherStatus,GatherStatusBuilder>
public class GatherStatusBuilder extends GatherStatusFluent<GatherStatusBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<GatherStatus,GatherStatusBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.v1.GatherStatusFluent
GatherStatusFluent.GatherersNested<N>
-
-
Constructor Summary
Constructors Constructor Description GatherStatusBuilder()GatherStatusBuilder(GatherStatus instance)GatherStatusBuilder(GatherStatusFluent<?> fluent)GatherStatusBuilder(GatherStatusFluent<?> fluent, GatherStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatherStatusbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.GatherStatusFluent
addAllToGatherers, addNewGatherer, addNewGathererLike, addToAdditionalProperties, addToAdditionalProperties, addToGatherers, addToGatherers, buildFirstGatherer, buildGatherer, buildGatherers, buildLastGatherer, buildMatchingGatherer, copyInstance, editFirstGatherer, editGatherer, editLastGatherer, editMatchingGatherer, equals, getAdditionalProperties, getLastGatherDuration, getLastGatherTime, hasAdditionalProperties, hasGatherers, hashCode, hasLastGatherDuration, hasLastGatherTime, hasMatchingGatherer, removeAllFromGatherers, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromGatherers, removeMatchingFromGatherers, setNewGathererLike, setToGatherers, toString, withAdditionalProperties, withGatherers, withGatherers, withLastGatherDuration, withLastGatherTime
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
GatherStatusBuilder
public GatherStatusBuilder()
-
GatherStatusBuilder
public GatherStatusBuilder(GatherStatusFluent<?> fluent)
-
GatherStatusBuilder
public GatherStatusBuilder(GatherStatus instance)
-
GatherStatusBuilder
public GatherStatusBuilder(GatherStatusFluent<?> fluent, GatherStatus instance)
-
-
Method Detail
-
build
public GatherStatus build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<GatherStatus>
-
-