public interface HiveConfigStatusFluent<A extends HiveConfigStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HiveConfigStatusFluent.ConditionsNested<N> |
String getAggregatorClientCAHash()
Boolean hasAggregatorClientCAHash()
A addToConditions(Integer index, HiveConfigCondition item)
A setToConditions(Integer index, HiveConfigCondition item)
A addToConditions(HiveConfigCondition... items)
A addAllToConditions(Collection<HiveConfigCondition> items)
A removeFromConditions(HiveConfigCondition... items)
A removeAllFromConditions(Collection<HiveConfigCondition> items)
A removeMatchingFromConditions(Predicate<HiveConfigConditionBuilder> predicate)
@Deprecated List<HiveConfigCondition> getConditions()
List<HiveConfigCondition> buildConditions()
HiveConfigCondition buildCondition(Integer index)
HiveConfigCondition buildFirstCondition()
HiveConfigCondition buildLastCondition()
HiveConfigCondition buildMatchingCondition(Predicate<HiveConfigConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<HiveConfigConditionBuilder> predicate)
A withConditions(List<HiveConfigCondition> conditions)
A withConditions(HiveConfigCondition... conditions)
Boolean hasConditions()
HiveConfigStatusFluent.ConditionsNested<A> addNewCondition()
HiveConfigStatusFluent.ConditionsNested<A> addNewConditionLike(HiveConfigCondition item)
HiveConfigStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, HiveConfigCondition item)
HiveConfigStatusFluent.ConditionsNested<A> editCondition(Integer index)
HiveConfigStatusFluent.ConditionsNested<A> editFirstCondition()
HiveConfigStatusFluent.ConditionsNested<A> editLastCondition()
HiveConfigStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<HiveConfigConditionBuilder> predicate)
Boolean getConfigApplied()
Boolean hasConfigApplied()
Long getObservedGeneration()
Boolean hasObservedGeneration()
Boolean hasAdditionalProperties()
A withConfigApplied()
Copyright © 2015–2023 Red Hat. All rights reserved.