public interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ChannelSpecFluent.ChannelTemplateNested<N> |
static interface |
ChannelSpecFluent.DeliveryNested<N> |
static interface |
ChannelSpecFluent.SubscribableNested<N> |
@Deprecated ChannelTemplateSpec getChannelTemplate()
ChannelTemplateSpec buildChannelTemplate()
A withChannelTemplate(ChannelTemplateSpec channelTemplate)
Boolean hasChannelTemplate()
ChannelSpecFluent.ChannelTemplateNested<A> withNewChannelTemplate()
ChannelSpecFluent.ChannelTemplateNested<A> withNewChannelTemplateLike(ChannelTemplateSpec item)
ChannelSpecFluent.ChannelTemplateNested<A> editChannelTemplate()
ChannelSpecFluent.ChannelTemplateNested<A> editOrNewChannelTemplate()
ChannelSpecFluent.ChannelTemplateNested<A> editOrNewChannelTemplateLike(ChannelTemplateSpec item)
@Deprecated DeliverySpec getDelivery()
DeliverySpec buildDelivery()
A withDelivery(DeliverySpec delivery)
Boolean hasDelivery()
ChannelSpecFluent.DeliveryNested<A> withNewDelivery()
ChannelSpecFluent.DeliveryNested<A> withNewDeliveryLike(DeliverySpec item)
ChannelSpecFluent.DeliveryNested<A> editDelivery()
ChannelSpecFluent.DeliveryNested<A> editOrNewDelivery()
ChannelSpecFluent.DeliveryNested<A> editOrNewDeliveryLike(DeliverySpec item)
@Deprecated Subscribable getSubscribable()
Subscribable buildSubscribable()
A withSubscribable(Subscribable subscribable)
Boolean hasSubscribable()
ChannelSpecFluent.SubscribableNested<A> withNewSubscribable()
ChannelSpecFluent.SubscribableNested<A> withNewSubscribableLike(Subscribable item)
ChannelSpecFluent.SubscribableNested<A> editSubscribable()
ChannelSpecFluent.SubscribableNested<A> editOrNewSubscribable()
ChannelSpecFluent.SubscribableNested<A> editOrNewSubscribableLike(Subscribable item)
Copyright © 2015–2020 Red Hat. All rights reserved.