Package io.fabric8.knative.messaging.v1
Interface SubscriptionSpecFluent<A extends SubscriptionSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
SubscriptionFluent.SpecNested<N>
- All Known Implementing Classes:
SubscriptionFluentImpl.SpecNestedImpl,SubscriptionSpecBuilder,SubscriptionSpecFluentImpl
public interface SubscriptionSpecFluent<A extends SubscriptionSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSubscriptionSpecFluent.DeliveryNested<N>static interfaceSubscriptionSpecFluent.ReplyNested<N>static interfaceSubscriptionSpecFluent.SubscriberNested<N>
-
Method Summary
-
-
-
Method Detail
-
getChannel
io.fabric8.kubernetes.api.model.ObjectReference getChannel()
-
withChannel
A withChannel(io.fabric8.kubernetes.api.model.ObjectReference channel)
-
hasChannel
Boolean hasChannel()
-
getDelivery
@Deprecated DeliverySpec getDelivery()
Deprecated.This method has been deprecated, please use method buildDelivery instead.- Returns:
- The buildable object.
-
buildDelivery
DeliverySpec buildDelivery()
-
withDelivery
A withDelivery(DeliverySpec delivery)
-
hasDelivery
Boolean hasDelivery()
-
withNewDelivery
SubscriptionSpecFluent.DeliveryNested<A> withNewDelivery()
-
withNewDeliveryLike
SubscriptionSpecFluent.DeliveryNested<A> withNewDeliveryLike(DeliverySpec item)
-
editDelivery
SubscriptionSpecFluent.DeliveryNested<A> editDelivery()
-
editOrNewDelivery
SubscriptionSpecFluent.DeliveryNested<A> editOrNewDelivery()
-
editOrNewDeliveryLike
SubscriptionSpecFluent.DeliveryNested<A> editOrNewDeliveryLike(DeliverySpec item)
-
getReply
@Deprecated Destination getReply()
Deprecated.This method has been deprecated, please use method buildReply instead.- Returns:
- The buildable object.
-
buildReply
Destination buildReply()
-
withReply
A withReply(Destination reply)
-
hasReply
Boolean hasReply()
-
withNewReply
SubscriptionSpecFluent.ReplyNested<A> withNewReply()
-
withNewReplyLike
SubscriptionSpecFluent.ReplyNested<A> withNewReplyLike(Destination item)
-
editReply
SubscriptionSpecFluent.ReplyNested<A> editReply()
-
editOrNewReply
SubscriptionSpecFluent.ReplyNested<A> editOrNewReply()
-
editOrNewReplyLike
SubscriptionSpecFluent.ReplyNested<A> editOrNewReplyLike(Destination item)
-
getSubscriber
@Deprecated Destination getSubscriber()
Deprecated.This method has been deprecated, please use method buildSubscriber instead.- Returns:
- The buildable object.
-
buildSubscriber
Destination buildSubscriber()
-
withSubscriber
A withSubscriber(Destination subscriber)
-
hasSubscriber
Boolean hasSubscriber()
-
withNewSubscriber
SubscriptionSpecFluent.SubscriberNested<A> withNewSubscriber()
-
withNewSubscriberLike
SubscriptionSpecFluent.SubscriberNested<A> withNewSubscriberLike(Destination item)
-
editSubscriber
SubscriptionSpecFluent.SubscriberNested<A> editSubscriber()
-
editOrNewSubscriber
SubscriptionSpecFluent.SubscriberNested<A> editOrNewSubscriber()
-
editOrNewSubscriberLike
SubscriptionSpecFluent.SubscriberNested<A> editOrNewSubscriberLike(Destination item)
-
-