public interface InterceptorStatusFluent<A extends InterceptorStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InterceptorStatusFluent.AddressNested<N> |
static interface |
InterceptorStatusFluent.ConditionsNested<N> |
@Deprecated Addressable getAddress()
Addressable buildAddress()
A withAddress(Addressable address)
Boolean hasAddress()
InterceptorStatusFluent.AddressNested<A> withNewAddress()
InterceptorStatusFluent.AddressNested<A> withNewAddressLike(Addressable item)
InterceptorStatusFluent.AddressNested<A> editAddress()
InterceptorStatusFluent.AddressNested<A> editOrNewAddress()
InterceptorStatusFluent.AddressNested<A> editOrNewAddressLike(Addressable item)
Boolean hasAnnotations()
A addAllToConditions(Collection<Condition> items)
A removeAllFromConditions(Collection<Condition> items)
A removeMatchingFromConditions(Predicate<ConditionBuilder> predicate)
@Deprecated List<Condition> getConditions()
Condition buildCondition(int index)
Condition buildFirstCondition()
Condition buildLastCondition()
Condition buildMatchingCondition(Predicate<ConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<ConditionBuilder> predicate)
Boolean hasConditions()
InterceptorStatusFluent.ConditionsNested<A> addNewCondition()
InterceptorStatusFluent.ConditionsNested<A> addNewConditionLike(Condition item)
InterceptorStatusFluent.ConditionsNested<A> setNewConditionLike(int index, Condition item)
InterceptorStatusFluent.ConditionsNested<A> editCondition(int index)
InterceptorStatusFluent.ConditionsNested<A> editFirstCondition()
InterceptorStatusFluent.ConditionsNested<A> editLastCondition()
InterceptorStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ConditionBuilder> predicate)
Long getObservedGeneration()
Boolean hasObservedGeneration()
Copyright © 2015–2023 Red Hat. All rights reserved.