public interface KameletStatusFluent<A extends KameletStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KameletStatusFluent.ConditionsNested<N> |
static interface |
KameletStatusFluent.PropertiesNested<N> |
A addToConditions(int index, KameletCondition item)
A setToConditions(int index, KameletCondition item)
A addToConditions(KameletCondition... items)
A addAllToConditions(Collection<KameletCondition> items)
A removeFromConditions(KameletCondition... items)
A removeAllFromConditions(Collection<KameletCondition> items)
A removeMatchingFromConditions(Predicate<KameletConditionBuilder> predicate)
@Deprecated List<KameletCondition> getConditions()
List<KameletCondition> buildConditions()
KameletCondition buildCondition(int index)
KameletCondition buildFirstCondition()
KameletCondition buildLastCondition()
KameletCondition buildMatchingCondition(Predicate<KameletConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<KameletConditionBuilder> predicate)
A withConditions(List<KameletCondition> conditions)
A withConditions(KameletCondition... conditions)
Boolean hasConditions()
KameletStatusFluent.ConditionsNested<A> addNewCondition()
KameletStatusFluent.ConditionsNested<A> addNewConditionLike(KameletCondition item)
KameletStatusFluent.ConditionsNested<A> setNewConditionLike(int index, KameletCondition item)
KameletStatusFluent.ConditionsNested<A> editCondition(int index)
KameletStatusFluent.ConditionsNested<A> editFirstCondition()
KameletStatusFluent.ConditionsNested<A> editLastCondition()
KameletStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<KameletConditionBuilder> predicate)
String getPhase()
Boolean hasPhase()
A addToProperties(int index, KameletProperty item)
A setToProperties(int index, KameletProperty item)
A addToProperties(KameletProperty... items)
A addAllToProperties(Collection<KameletProperty> items)
A removeFromProperties(KameletProperty... items)
A removeAllFromProperties(Collection<KameletProperty> items)
A removeMatchingFromProperties(Predicate<KameletPropertyBuilder> predicate)
@Deprecated List<KameletProperty> getProperties()
List<KameletProperty> buildProperties()
KameletProperty buildProperty(int index)
KameletProperty buildFirstProperty()
KameletProperty buildLastProperty()
KameletProperty buildMatchingProperty(Predicate<KameletPropertyBuilder> predicate)
Boolean hasMatchingProperty(Predicate<KameletPropertyBuilder> predicate)
A withProperties(List<KameletProperty> properties)
A withProperties(KameletProperty... properties)
Boolean hasProperties()
KameletStatusFluent.PropertiesNested<A> addNewProperty()
KameletStatusFluent.PropertiesNested<A> addNewPropertyLike(KameletProperty item)
KameletStatusFluent.PropertiesNested<A> setNewPropertyLike(int index, KameletProperty item)
KameletStatusFluent.PropertiesNested<A> editProperty(int index)
KameletStatusFluent.PropertiesNested<A> editFirstProperty()
KameletStatusFluent.PropertiesNested<A> editLastProperty()
KameletStatusFluent.PropertiesNested<A> editMatchingProperty(Predicate<KameletPropertyBuilder> predicate)
Copyright © 2015–2023 Red Hat. All rights reserved.