public interface ClusterInterceptorStatusFluent<A extends ClusterInterceptorStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClusterInterceptorStatusFluent.AddressNested<N> |
static interface |
ClusterInterceptorStatusFluent.ConditionsNested<N> |
@Deprecated Addressable getAddress()
Addressable buildAddress()
A withAddress(Addressable address)
Boolean hasAddress()
ClusterInterceptorStatusFluent.AddressNested<A> withNewAddress()
ClusterInterceptorStatusFluent.AddressNested<A> withNewAddressLike(Addressable item)
ClusterInterceptorStatusFluent.AddressNested<A> editAddress()
ClusterInterceptorStatusFluent.AddressNested<A> editOrNewAddress()
ClusterInterceptorStatusFluent.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()
ClusterInterceptorStatusFluent.ConditionsNested<A> addNewCondition()
ClusterInterceptorStatusFluent.ConditionsNested<A> addNewConditionLike(Condition item)
ClusterInterceptorStatusFluent.ConditionsNested<A> setNewConditionLike(int index, Condition item)
ClusterInterceptorStatusFluent.ConditionsNested<A> editCondition(int index)
ClusterInterceptorStatusFluent.ConditionsNested<A> editFirstCondition()
ClusterInterceptorStatusFluent.ConditionsNested<A> editLastCondition()
ClusterInterceptorStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ConditionBuilder> predicate)
Long getObservedGeneration()
Boolean hasObservedGeneration()
Copyright © 2015–2023 Red Hat. All rights reserved.