public interface FlowSchemaStatusFluent<A extends FlowSchemaStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FlowSchemaStatusFluent.ConditionsNested<N> |
A addToConditions(Integer index, FlowSchemaCondition item)
A setToConditions(Integer index, FlowSchemaCondition item)
A addToConditions(FlowSchemaCondition... items)
A addAllToConditions(Collection<FlowSchemaCondition> items)
A removeFromConditions(FlowSchemaCondition... items)
A removeAllFromConditions(Collection<FlowSchemaCondition> items)
A removeMatchingFromConditions(Predicate<FlowSchemaConditionBuilder> predicate)
@Deprecated List<FlowSchemaCondition> getConditions()
List<FlowSchemaCondition> buildConditions()
FlowSchemaCondition buildCondition(Integer index)
FlowSchemaCondition buildFirstCondition()
FlowSchemaCondition buildLastCondition()
FlowSchemaCondition buildMatchingCondition(Predicate<FlowSchemaConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<FlowSchemaConditionBuilder> predicate)
A withConditions(List<FlowSchemaCondition> conditions)
A withConditions(FlowSchemaCondition... conditions)
Boolean hasConditions()
A addNewCondition(String lastTransitionTime, String message, String reason, String status, String type)
FlowSchemaStatusFluent.ConditionsNested<A> addNewCondition()
FlowSchemaStatusFluent.ConditionsNested<A> addNewConditionLike(FlowSchemaCondition item)
FlowSchemaStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, FlowSchemaCondition item)
FlowSchemaStatusFluent.ConditionsNested<A> editCondition(Integer index)
FlowSchemaStatusFluent.ConditionsNested<A> editFirstCondition()
FlowSchemaStatusFluent.ConditionsNested<A> editLastCondition()
FlowSchemaStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<FlowSchemaConditionBuilder> predicate)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.