Class BundleLookupBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.BundleLookupFluentImpl<BundleLookupBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.BundleLookupBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<BundleLookup>,io.fabric8.kubernetes.api.builder.Fluent<BundleLookupBuilder>,io.fabric8.kubernetes.api.builder.Visitable<BundleLookupBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<BundleLookup,BundleLookupBuilder>,BundleLookupFluent<BundleLookupBuilder>
public class BundleLookupBuilder extends BundleLookupFluentImpl<BundleLookupBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<BundleLookup,BundleLookupBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.BundleLookupFluentImpl
BundleLookupFluentImpl.CatalogSourceRefNestedImpl<N>, BundleLookupFluentImpl.ConditionsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operatorhub.v1alpha1.BundleLookupFluent
BundleLookupFluent.CatalogSourceRefNested<N>, BundleLookupFluent.ConditionsNested<N>
-
-
Constructor Summary
Constructors Constructor Description BundleLookupBuilder()BundleLookupBuilder(BundleLookup instance)BundleLookupBuilder(BundleLookupFluent<?> fluent)BundleLookupBuilder(BundleLookupFluent<?> fluent, BundleLookup instance)BundleLookupBuilder(BundleLookupFluent<?> fluent, BundleLookup instance, Boolean validationEnabled)BundleLookupBuilder(BundleLookupFluent<?> fluent, Boolean validationEnabled)BundleLookupBuilder(BundleLookup instance, Boolean validationEnabled)BundleLookupBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BundleLookupbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.BundleLookupFluentImpl
addAllToConditions, addNewCondition, addNewConditionLike, addToConditions, addToConditions, buildCatalogSourceRef, buildCondition, buildConditions, buildFirstCondition, buildLastCondition, buildMatchingCondition, editCatalogSourceRef, editCondition, editFirstCondition, editLastCondition, editMatchingCondition, editOrNewCatalogSourceRef, editOrNewCatalogSourceRefLike, getCatalogSourceRef, getConditions, getIdentifier, getPath, getReplaces, hasCatalogSourceRef, hasConditions, hasIdentifier, hasMatchingCondition, hasPath, hasReplaces, removeAllFromConditions, removeFromConditions, removeMatchingFromConditions, setNewConditionLike, setToConditions, withCatalogSourceRef, withConditions, withConditions, withIdentifier, withNewCatalogSourceRef, withNewCatalogSourceRefLike, withNewIdentifier, withNewIdentifier, withNewIdentifier, withNewPath, withNewPath, withNewPath, withNewReplaces, withNewReplaces, withNewReplaces, withPath, withReplaces
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
BundleLookupBuilder
public BundleLookupBuilder()
-
BundleLookupBuilder
public BundleLookupBuilder(Boolean validationEnabled)
-
BundleLookupBuilder
public BundleLookupBuilder(BundleLookupFluent<?> fluent)
-
BundleLookupBuilder
public BundleLookupBuilder(BundleLookupFluent<?> fluent, Boolean validationEnabled)
-
BundleLookupBuilder
public BundleLookupBuilder(BundleLookupFluent<?> fluent, BundleLookup instance)
-
BundleLookupBuilder
public BundleLookupBuilder(BundleLookupFluent<?> fluent, BundleLookup instance, Boolean validationEnabled)
-
BundleLookupBuilder
public BundleLookupBuilder(BundleLookup instance)
-
BundleLookupBuilder
public BundleLookupBuilder(BundleLookup instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public BundleLookup build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<BundleLookup>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBundleLookupFluentImpl<BundleLookupBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBundleLookupFluentImpl<BundleLookupBuilder>
-
-