public class InMemoryChannelStatusFluentImpl<A extends InMemoryChannelStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InMemoryChannelStatusFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryChannelStatusFluentImpl.AddressNestedImpl<N> |
class |
InMemoryChannelStatusFluentImpl.ConditionsNestedImpl<N> |
class |
InMemoryChannelStatusFluentImpl.DeadLetterChannelNestedImpl<N> |
class |
InMemoryChannelStatusFluentImpl.SubscribersNestedImpl<N> |
InMemoryChannelStatusFluent.AddressNested<N>, InMemoryChannelStatusFluent.ConditionsNested<N>, InMemoryChannelStatusFluent.DeadLetterChannelNested<N>, InMemoryChannelStatusFluent.SubscribersNested<N>| Constructor and Description |
|---|
InMemoryChannelStatusFluentImpl() |
InMemoryChannelStatusFluentImpl(InMemoryChannelStatus instance) |
public InMemoryChannelStatusFluentImpl()
public InMemoryChannelStatusFluentImpl(InMemoryChannelStatus instance)
@Deprecated public Addressable getAddress()
getAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Addressable buildAddress()
buildAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A withAddress(Addressable address)
withAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Boolean hasAddress()
hasAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A withNewAddress(String url)
withNewAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.AddressNested<A> withNewAddress()
withNewAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.AddressNested<A> withNewAddressLike(Addressable item)
withNewAddressLike in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.AddressNested<A> editAddress()
editAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.AddressNested<A> editOrNewAddress()
editOrNewAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.AddressNested<A> editOrNewAddressLike(Addressable item)
editOrNewAddressLike in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A addToAnnotations(String key, String value)
addToAnnotations in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A addToAnnotations(Map<String,String> map)
addToAnnotations in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A removeFromAnnotations(String key)
removeFromAnnotations in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A removeFromAnnotations(Map<String,String> map)
removeFromAnnotations in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Map<String,String> getAnnotations()
getAnnotations in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public <K,V> A withAnnotations(Map<String,String> annotations)
withAnnotations in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Boolean hasAnnotations()
hasAnnotations in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A addToConditions(int index, Condition item)
addToConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A setToConditions(int index, Condition item)
setToConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A addToConditions(Condition... items)
addToConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A addAllToConditions(Collection<Condition> items)
addAllToConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A removeFromConditions(Condition... items)
removeFromConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A removeAllFromConditions(Collection<Condition> items)
removeAllFromConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A removeMatchingFromConditions(Predicate<ConditionBuilder> predicate)
removeMatchingFromConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>@Deprecated public List<Condition> getConditions()
getConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public List<Condition> buildConditions()
buildConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Condition buildCondition(int index)
buildCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Condition buildFirstCondition()
buildFirstCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Condition buildLastCondition()
buildLastCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Condition buildMatchingCondition(Predicate<ConditionBuilder> predicate)
buildMatchingCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Boolean hasMatchingCondition(Predicate<ConditionBuilder> predicate)
hasMatchingCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A withConditions(List<Condition> conditions)
withConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A withConditions(Condition... conditions)
withConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Boolean hasConditions()
hasConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.ConditionsNested<A> addNewConditionLike(Condition item)
addNewConditionLike in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.ConditionsNested<A> setNewConditionLike(int index, Condition item)
setNewConditionLike in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.ConditionsNested<A> editCondition(int index)
editCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ConditionBuilder> predicate)
editMatchingCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>@Deprecated public KReference getDeadLetterChannel()
getDeadLetterChannel in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public KReference buildDeadLetterChannel()
buildDeadLetterChannel in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A withDeadLetterChannel(KReference deadLetterChannel)
withDeadLetterChannel in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Boolean hasDeadLetterChannel()
hasDeadLetterChannel in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A withNewDeadLetterChannel(String apiVersion, String kind, String name, String namespace)
withNewDeadLetterChannel in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.DeadLetterChannelNested<A> withNewDeadLetterChannel()
withNewDeadLetterChannel in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.DeadLetterChannelNested<A> withNewDeadLetterChannelLike(KReference item)
withNewDeadLetterChannelLike in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.DeadLetterChannelNested<A> editDeadLetterChannel()
editDeadLetterChannel in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.DeadLetterChannelNested<A> editOrNewDeadLetterChannel()
editOrNewDeadLetterChannel in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.DeadLetterChannelNested<A> editOrNewDeadLetterChannelLike(KReference item)
editOrNewDeadLetterChannelLike in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Long getObservedGeneration()
getObservedGeneration in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Boolean hasObservedGeneration()
hasObservedGeneration in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A addToSubscribers(int index, SubscriberStatus item)
addToSubscribers in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A setToSubscribers(int index, SubscriberStatus item)
setToSubscribers in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A addToSubscribers(SubscriberStatus... items)
addToSubscribers in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A addAllToSubscribers(Collection<SubscriberStatus> items)
addAllToSubscribers in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A removeFromSubscribers(SubscriberStatus... items)
removeFromSubscribers in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A removeAllFromSubscribers(Collection<SubscriberStatus> items)
removeAllFromSubscribers in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A removeMatchingFromSubscribers(Predicate<SubscriberStatusBuilder> predicate)
removeMatchingFromSubscribers in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>@Deprecated public List<SubscriberStatus> getSubscribers()
getSubscribers in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public List<SubscriberStatus> buildSubscribers()
buildSubscribers in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public SubscriberStatus buildSubscriber(int index)
buildSubscriber in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public SubscriberStatus buildFirstSubscriber()
buildFirstSubscriber in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public SubscriberStatus buildLastSubscriber()
buildLastSubscriber in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public SubscriberStatus buildMatchingSubscriber(Predicate<SubscriberStatusBuilder> predicate)
buildMatchingSubscriber in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Boolean hasMatchingSubscriber(Predicate<SubscriberStatusBuilder> predicate)
hasMatchingSubscriber in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A withSubscribers(List<SubscriberStatus> subscribers)
withSubscribers in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A withSubscribers(SubscriberStatus... subscribers)
withSubscribers in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Boolean hasSubscribers()
hasSubscribers in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A addNewSubscriber(String message, Long observedGeneration, String ready, String uid)
addNewSubscriber in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.SubscribersNested<A> addNewSubscriber()
addNewSubscriber in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.SubscribersNested<A> addNewSubscriberLike(SubscriberStatus item)
addNewSubscriberLike in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.SubscribersNested<A> setNewSubscriberLike(int index, SubscriberStatus item)
setNewSubscriberLike in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.SubscribersNested<A> editSubscriber(int index)
editSubscriber in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.SubscribersNested<A> editFirstSubscriber()
editFirstSubscriber in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.SubscribersNested<A> editLastSubscriber()
editLastSubscriber in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.SubscribersNested<A> editMatchingSubscriber(Predicate<SubscriberStatusBuilder> predicate)
editMatchingSubscriber in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.