public class ChannelSpecFluentImpl<A extends ChannelSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ChannelSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelSpecFluentImpl.ChannelTemplateNestedImpl<N> |
class |
ChannelSpecFluentImpl.DeliveryNestedImpl<N> |
class |
ChannelSpecFluentImpl.SubscribersNestedImpl<N> |
ChannelSpecFluent.ChannelTemplateNested<N>, ChannelSpecFluent.DeliveryNested<N>, ChannelSpecFluent.SubscribersNested<N>| Constructor and Description |
|---|
ChannelSpecFluentImpl() |
ChannelSpecFluentImpl(ChannelSpec instance) |
public ChannelSpecFluentImpl()
public ChannelSpecFluentImpl(ChannelSpec instance)
@Deprecated public ChannelTemplateSpec getChannelTemplate()
getChannelTemplate in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelTemplateSpec buildChannelTemplate()
buildChannelTemplate in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public A withChannelTemplate(ChannelTemplateSpec channelTemplate)
withChannelTemplate in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public Boolean hasChannelTemplate()
hasChannelTemplate in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.ChannelTemplateNested<A> withNewChannelTemplate()
withNewChannelTemplate in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.ChannelTemplateNested<A> withNewChannelTemplateLike(ChannelTemplateSpec item)
withNewChannelTemplateLike in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.ChannelTemplateNested<A> editChannelTemplate()
editChannelTemplate in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.ChannelTemplateNested<A> editOrNewChannelTemplate()
editOrNewChannelTemplate in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.ChannelTemplateNested<A> editOrNewChannelTemplateLike(ChannelTemplateSpec item)
editOrNewChannelTemplateLike in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>@Deprecated public DeliverySpec getDelivery()
getDelivery in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public DeliverySpec buildDelivery()
buildDelivery in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public A withDelivery(DeliverySpec delivery)
withDelivery in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public Boolean hasDelivery()
hasDelivery in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.DeliveryNested<A> withNewDelivery()
withNewDelivery in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.DeliveryNested<A> withNewDeliveryLike(DeliverySpec item)
withNewDeliveryLike in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.DeliveryNested<A> editDelivery()
editDelivery in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.DeliveryNested<A> editOrNewDelivery()
editOrNewDelivery in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.DeliveryNested<A> editOrNewDeliveryLike(DeliverySpec item)
editOrNewDeliveryLike in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public A addToSubscribers(int index, SubscriberSpec item)
addToSubscribers in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public A setToSubscribers(int index, SubscriberSpec item)
setToSubscribers in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public A addToSubscribers(SubscriberSpec... items)
addToSubscribers in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public A addAllToSubscribers(Collection<SubscriberSpec> items)
addAllToSubscribers in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public A removeFromSubscribers(SubscriberSpec... items)
removeFromSubscribers in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public A removeAllFromSubscribers(Collection<SubscriberSpec> items)
removeAllFromSubscribers in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public A removeMatchingFromSubscribers(Predicate<SubscriberSpecBuilder> predicate)
removeMatchingFromSubscribers in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>@Deprecated public List<SubscriberSpec> getSubscribers()
getSubscribers in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public List<SubscriberSpec> buildSubscribers()
buildSubscribers in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public SubscriberSpec buildSubscriber(int index)
buildSubscriber in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public SubscriberSpec buildFirstSubscriber()
buildFirstSubscriber in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public SubscriberSpec buildLastSubscriber()
buildLastSubscriber in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public SubscriberSpec buildMatchingSubscriber(Predicate<SubscriberSpecBuilder> predicate)
buildMatchingSubscriber in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public Boolean hasMatchingSubscriber(Predicate<SubscriberSpecBuilder> predicate)
hasMatchingSubscriber in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public A withSubscribers(List<SubscriberSpec> subscribers)
withSubscribers in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public A withSubscribers(SubscriberSpec... subscribers)
withSubscribers in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public Boolean hasSubscribers()
hasSubscribers in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.SubscribersNested<A> addNewSubscriber()
addNewSubscriber in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.SubscribersNested<A> addNewSubscriberLike(SubscriberSpec item)
addNewSubscriberLike in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.SubscribersNested<A> setNewSubscriberLike(int index, SubscriberSpec item)
setNewSubscriberLike in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.SubscribersNested<A> editSubscriber(int index)
editSubscriber in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.SubscribersNested<A> editFirstSubscriber()
editFirstSubscriber in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.SubscribersNested<A> editLastSubscriber()
editLastSubscriber in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>public ChannelSpecFluent.SubscribersNested<A> editMatchingSubscriber(Predicate<SubscriberSpecBuilder> predicate)
editMatchingSubscriber in interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.