Class InstallPlanListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanListFluent<InstallPlanListBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InstallPlanList>,io.fabric8.kubernetes.api.builder.Visitable<InstallPlanListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallPlanList,InstallPlanListBuilder>
public class InstallPlanListBuilder extends InstallPlanListFluent<InstallPlanListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallPlanList,InstallPlanListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanListFluent
InstallPlanListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description InstallPlanListBuilder()InstallPlanListBuilder(InstallPlanList instance)InstallPlanListBuilder(InstallPlanListFluent<?> fluent)InstallPlanListBuilder(InstallPlanListFluent<?> fluent, InstallPlanList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallPlanListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanListFluent
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
-
InstallPlanListBuilder
public InstallPlanListBuilder()
-
InstallPlanListBuilder
public InstallPlanListBuilder(InstallPlanListFluent<?> fluent)
-
InstallPlanListBuilder
public InstallPlanListBuilder(InstallPlanListFluent<?> fluent, InstallPlanList instance)
-
InstallPlanListBuilder
public InstallPlanListBuilder(InstallPlanList instance)
-
-
Method Detail
-
build
public InstallPlanList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InstallPlanList>
-
-