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