public interface SubscriptionSpecFluent<A extends SubscriptionSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SubscriptionSpecFluent.ChannelNested<N> |
static interface |
SubscriptionSpecFluent.DeliveryNested<N> |
static interface |
SubscriptionSpecFluent.ReplyNested<N> |
static interface |
SubscriptionSpecFluent.SubscriberNested<N> |
@Deprecated io.fabric8.kubernetes.api.model.ObjectReference getChannel()
io.fabric8.kubernetes.api.model.ObjectReference buildChannel()
A withChannel(io.fabric8.kubernetes.api.model.ObjectReference channel)
Boolean hasChannel()
SubscriptionSpecFluent.ChannelNested<A> withNewChannel()
SubscriptionSpecFluent.ChannelNested<A> withNewChannelLike(io.fabric8.kubernetes.api.model.ObjectReference item)
SubscriptionSpecFluent.ChannelNested<A> editChannel()
SubscriptionSpecFluent.ChannelNested<A> editOrNewChannel()
SubscriptionSpecFluent.ChannelNested<A> editOrNewChannelLike(io.fabric8.kubernetes.api.model.ObjectReference item)
@Deprecated DeliverySpec getDelivery()
DeliverySpec buildDelivery()
A withDelivery(DeliverySpec delivery)
Boolean hasDelivery()
SubscriptionSpecFluent.DeliveryNested<A> withNewDelivery()
SubscriptionSpecFluent.DeliveryNested<A> withNewDeliveryLike(DeliverySpec item)
SubscriptionSpecFluent.DeliveryNested<A> editDelivery()
SubscriptionSpecFluent.DeliveryNested<A> editOrNewDelivery()
SubscriptionSpecFluent.DeliveryNested<A> editOrNewDeliveryLike(DeliverySpec item)
@Deprecated Destination getReply()
Destination buildReply()
A withReply(Destination reply)
Boolean hasReply()
SubscriptionSpecFluent.ReplyNested<A> withNewReply()
SubscriptionSpecFluent.ReplyNested<A> withNewReplyLike(Destination item)
SubscriptionSpecFluent.ReplyNested<A> editReply()
SubscriptionSpecFluent.ReplyNested<A> editOrNewReply()
SubscriptionSpecFluent.ReplyNested<A> editOrNewReplyLike(Destination item)
@Deprecated Destination getSubscriber()
Destination buildSubscriber()
A withSubscriber(Destination subscriber)
Boolean hasSubscriber()
SubscriptionSpecFluent.SubscriberNested<A> withNewSubscriber()
SubscriptionSpecFluent.SubscriberNested<A> withNewSubscriberLike(Destination item)
SubscriptionSpecFluent.SubscriberNested<A> editSubscriber()
SubscriptionSpecFluent.SubscriberNested<A> editOrNewSubscriber()
SubscriptionSpecFluent.SubscriberNested<A> editOrNewSubscriberLike(Destination item)
Copyright © 2015–2021 Red Hat. All rights reserved.