Class BundleLookupFluent<A extends BundleLookupFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.BundleLookupFluent<A>
-
- Direct Known Subclasses:
BundleLookupBuilder,InstallPlanStatusFluent.BundleLookupsNested
public class BundleLookupFluent<A extends BundleLookupFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classBundleLookupFluent.CatalogSourceRefNested<N>classBundleLookupFluent.ConditionsNested<N>
-
Constructor Summary
Constructors Constructor Description BundleLookupFluent()BundleLookupFluent(BundleLookup instance)
-
Method Summary
-
-
-
Constructor Detail
-
BundleLookupFluent
public BundleLookupFluent()
-
BundleLookupFluent
public BundleLookupFluent(BundleLookup instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(BundleLookup instance)
-
buildCatalogSourceRef
public io.fabric8.kubernetes.api.model.ObjectReference buildCatalogSourceRef()
-
withCatalogSourceRef
public A withCatalogSourceRef(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef)
-
hasCatalogSourceRef
public boolean hasCatalogSourceRef()
-
withNewCatalogSourceRef
public BundleLookupFluent.CatalogSourceRefNested<A> withNewCatalogSourceRef()
-
withNewCatalogSourceRefLike
public BundleLookupFluent.CatalogSourceRefNested<A> withNewCatalogSourceRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
editCatalogSourceRef
public BundleLookupFluent.CatalogSourceRefNested<A> editCatalogSourceRef()
-
editOrNewCatalogSourceRef
public BundleLookupFluent.CatalogSourceRefNested<A> editOrNewCatalogSourceRef()
-
editOrNewCatalogSourceRefLike
public BundleLookupFluent.CatalogSourceRefNested<A> editOrNewCatalogSourceRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
addToConditions
public A addToConditions(int index, BundleLookupCondition item)
-
setToConditions
public A setToConditions(int index, BundleLookupCondition item)
-
addToConditions
public A addToConditions(BundleLookupCondition... items)
-
addAllToConditions
public A addAllToConditions(Collection<BundleLookupCondition> items)
-
removeFromConditions
public A removeFromConditions(BundleLookupCondition... items)
-
removeAllFromConditions
public A removeAllFromConditions(Collection<BundleLookupCondition> items)
-
removeMatchingFromConditions
public A removeMatchingFromConditions(Predicate<BundleLookupConditionBuilder> predicate)
-
buildConditions
public List<BundleLookupCondition> buildConditions()
-
buildCondition
public BundleLookupCondition buildCondition(int index)
-
buildFirstCondition
public BundleLookupCondition buildFirstCondition()
-
buildLastCondition
public BundleLookupCondition buildLastCondition()
-
buildMatchingCondition
public BundleLookupCondition buildMatchingCondition(Predicate<BundleLookupConditionBuilder> predicate)
-
hasMatchingCondition
public boolean hasMatchingCondition(Predicate<BundleLookupConditionBuilder> predicate)
-
withConditions
public A withConditions(List<BundleLookupCondition> conditions)
-
withConditions
public A withConditions(BundleLookupCondition... conditions)
-
hasConditions
public boolean hasConditions()
-
addNewCondition
public BundleLookupFluent.ConditionsNested<A> addNewCondition()
-
addNewConditionLike
public BundleLookupFluent.ConditionsNested<A> addNewConditionLike(BundleLookupCondition item)
-
setNewConditionLike
public BundleLookupFluent.ConditionsNested<A> setNewConditionLike(int index, BundleLookupCondition item)
-
editCondition
public BundleLookupFluent.ConditionsNested<A> editCondition(int index)
-
editFirstCondition
public BundleLookupFluent.ConditionsNested<A> editFirstCondition()
-
editLastCondition
public BundleLookupFluent.ConditionsNested<A> editLastCondition()
-
editMatchingCondition
public BundleLookupFluent.ConditionsNested<A> editMatchingCondition(Predicate<BundleLookupConditionBuilder> predicate)
-
getIdentifier
public String getIdentifier()
-
hasIdentifier
public boolean hasIdentifier()
-
getPath
public String getPath()
-
hasPath
public boolean hasPath()
-
getProperties
public String getProperties()
-
hasProperties
public boolean hasProperties()
-
getReplaces
public String getReplaces()
-
hasReplaces
public boolean hasReplaces()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends BundleLookupFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends BundleLookupFluent<A>>
-
-