Class InsightsDataGatherListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherListFluent<InsightsDataGatherListBuilder>
-
- io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InsightsDataGatherList>,io.fabric8.kubernetes.api.builder.Visitable<InsightsDataGatherListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InsightsDataGatherList,InsightsDataGatherListBuilder>
public class InsightsDataGatherListBuilder extends InsightsDataGatherListFluent<InsightsDataGatherListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InsightsDataGatherList,InsightsDataGatherListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherListFluent
InsightsDataGatherListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description InsightsDataGatherListBuilder()InsightsDataGatherListBuilder(InsightsDataGatherList instance)InsightsDataGatherListBuilder(InsightsDataGatherListFluent<?> fluent)InsightsDataGatherListBuilder(InsightsDataGatherListFluent<?> fluent, InsightsDataGatherList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightsDataGatherListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherListFluent
addAllToItems, addNewItem, addNewItemLike, addToAdditionalProperties, addToAdditionalProperties, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, copyInstance, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getAdditionalProperties, getApiVersion, getKind, getMetadata, hasAdditionalProperties, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withAdditionalProperties, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InsightsDataGatherListBuilder
public InsightsDataGatherListBuilder()
-
InsightsDataGatherListBuilder
public InsightsDataGatherListBuilder(InsightsDataGatherListFluent<?> fluent)
-
InsightsDataGatherListBuilder
public InsightsDataGatherListBuilder(InsightsDataGatherListFluent<?> fluent, InsightsDataGatherList instance)
-
InsightsDataGatherListBuilder
public InsightsDataGatherListBuilder(InsightsDataGatherList instance)
-
-
Method Detail
-
build
public InsightsDataGatherList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InsightsDataGatherList>
-
-