public interface BundleLookupFluent<A extends BundleLookupFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BundleLookupFluent.CatalogSourceRefNested<N> |
static interface |
BundleLookupFluent.ConditionsNested<N> |
@Deprecated io.fabric8.kubernetes.api.model.ObjectReference getCatalogSourceRef()
io.fabric8.kubernetes.api.model.ObjectReference buildCatalogSourceRef()
A withCatalogSourceRef(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef)
Boolean hasCatalogSourceRef()
BundleLookupFluent.CatalogSourceRefNested<A> withNewCatalogSourceRef()
BundleLookupFluent.CatalogSourceRefNested<A> withNewCatalogSourceRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
BundleLookupFluent.CatalogSourceRefNested<A> editCatalogSourceRef()
BundleLookupFluent.CatalogSourceRefNested<A> editOrNewCatalogSourceRef()
BundleLookupFluent.CatalogSourceRefNested<A> editOrNewCatalogSourceRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
A addToConditions(int index, BundleLookupCondition item)
A setToConditions(int index, BundleLookupCondition item)
A addToConditions(BundleLookupCondition... items)
A addAllToConditions(Collection<BundleLookupCondition> items)
A removeFromConditions(BundleLookupCondition... items)
A removeAllFromConditions(Collection<BundleLookupCondition> items)
A removeMatchingFromConditions(Predicate<BundleLookupConditionBuilder> predicate)
@Deprecated List<BundleLookupCondition> getConditions()
List<BundleLookupCondition> buildConditions()
BundleLookupCondition buildCondition(int index)
BundleLookupCondition buildFirstCondition()
BundleLookupCondition buildLastCondition()
BundleLookupCondition buildMatchingCondition(Predicate<BundleLookupConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<BundleLookupConditionBuilder> predicate)
A withConditions(List<BundleLookupCondition> conditions)
A withConditions(BundleLookupCondition... conditions)
Boolean hasConditions()
BundleLookupFluent.ConditionsNested<A> addNewCondition()
BundleLookupFluent.ConditionsNested<A> addNewConditionLike(BundleLookupCondition item)
BundleLookupFluent.ConditionsNested<A> setNewConditionLike(int index, BundleLookupCondition item)
BundleLookupFluent.ConditionsNested<A> editCondition(int index)
BundleLookupFluent.ConditionsNested<A> editFirstCondition()
BundleLookupFluent.ConditionsNested<A> editLastCondition()
BundleLookupFluent.ConditionsNested<A> editMatchingCondition(Predicate<BundleLookupConditionBuilder> predicate)
String getIdentifier()
Boolean hasIdentifier()
String getPath()
Boolean hasPath()
String getProperties()
Boolean hasProperties()
String getReplaces()
Boolean hasReplaces()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.