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