public interface MachineHealthCheckStatusFluent<A extends MachineHealthCheckStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MachineHealthCheckStatusFluent.ConditionsNested<N> |
A addAllToConditions(Collection<Condition> items)
A removeAllFromConditions(Collection<Condition> items)
A removeMatchingFromConditions(Predicate<ConditionBuilder> predicate)
@Deprecated List<Condition> getConditions()
Condition buildFirstCondition()
Condition buildLastCondition()
Condition buildMatchingCondition(Predicate<ConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<ConditionBuilder> predicate)
Boolean hasConditions()
MachineHealthCheckStatusFluent.ConditionsNested<A> addNewCondition()
MachineHealthCheckStatusFluent.ConditionsNested<A> addNewConditionLike(Condition item)
MachineHealthCheckStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, Condition item)
MachineHealthCheckStatusFluent.ConditionsNested<A> editCondition(Integer index)
MachineHealthCheckStatusFluent.ConditionsNested<A> editFirstCondition()
MachineHealthCheckStatusFluent.ConditionsNested<A> editLastCondition()
MachineHealthCheckStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ConditionBuilder> predicate)
Integer getCurrentHealthy()
Boolean hasCurrentHealthy()
Integer getExpectedMachines()
Boolean hasExpectedMachines()
Integer getRemediationsAllowed()
Boolean hasRemediationsAllowed()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.