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