Package io.fabric8.knative.eventing.v1
Interface BrokerStatusFluent<A extends BrokerStatusFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
BrokerFluent.StatusNested<N>
- All Known Implementing Classes:
BrokerFluentImpl.StatusNestedImpl,BrokerStatusBuilder,BrokerStatusFluentImpl
public interface BrokerStatusFluent<A extends BrokerStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBrokerStatusFluent.AddressNested<N>static interfaceBrokerStatusFluent.ConditionsNested<N>
-
Method Summary
-
-
-
Method Detail
-
getAddress
@Deprecated Addressable getAddress()
Deprecated.This method has been deprecated, please use method buildAddress instead.- Returns:
- The buildable object.
-
buildAddress
Addressable buildAddress()
-
withAddress
A withAddress(Addressable address)
-
hasAddress
Boolean hasAddress()
-
withNewAddress
BrokerStatusFluent.AddressNested<A> withNewAddress()
-
withNewAddressLike
BrokerStatusFluent.AddressNested<A> withNewAddressLike(Addressable item)
-
editAddress
BrokerStatusFluent.AddressNested<A> editAddress()
-
editOrNewAddress
BrokerStatusFluent.AddressNested<A> editOrNewAddress()
-
editOrNewAddressLike
BrokerStatusFluent.AddressNested<A> editOrNewAddressLike(Addressable item)
-
hasAnnotations
Boolean hasAnnotations()
-
addAllToConditions
A addAllToConditions(Collection<Condition> items)
-
removeAllFromConditions
A removeAllFromConditions(Collection<Condition> items)
-
removeMatchingFromConditions
A removeMatchingFromConditions(Predicate<ConditionBuilder> predicate)
-
getConditions
@Deprecated List<Condition> getConditions()
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildCondition
Condition buildCondition(int index)
-
buildFirstCondition
Condition buildFirstCondition()
-
buildLastCondition
Condition buildLastCondition()
-
buildMatchingCondition
Condition buildMatchingCondition(Predicate<ConditionBuilder> predicate)
-
hasMatchingCondition
Boolean hasMatchingCondition(Predicate<ConditionBuilder> predicate)
-
hasConditions
Boolean hasConditions()
-
addNewCondition
BrokerStatusFluent.ConditionsNested<A> addNewCondition()
-
addNewConditionLike
BrokerStatusFluent.ConditionsNested<A> addNewConditionLike(Condition item)
-
setNewConditionLike
BrokerStatusFluent.ConditionsNested<A> setNewConditionLike(int index, Condition item)
-
editCondition
BrokerStatusFluent.ConditionsNested<A> editCondition(int index)
-
editFirstCondition
BrokerStatusFluent.ConditionsNested<A> editFirstCondition()
-
editLastCondition
BrokerStatusFluent.ConditionsNested<A> editLastCondition()
-
editMatchingCondition
BrokerStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ConditionBuilder> predicate)
-
getObservedGeneration
Long getObservedGeneration()
-
hasObservedGeneration
Boolean hasObservedGeneration()
-
-