public interface ParallelBranchFluent<A extends ParallelBranchFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ParallelBranchFluent.FilterNested<N> |
static interface |
ParallelBranchFluent.ReplyNested<N> |
static interface |
ParallelBranchFluent.SubscriberNested<N> |
@Deprecated Destination getFilter()
Destination buildFilter()
A withFilter(Destination filter)
Boolean hasFilter()
ParallelBranchFluent.FilterNested<A> withNewFilter()
ParallelBranchFluent.FilterNested<A> withNewFilterLike(Destination item)
ParallelBranchFluent.FilterNested<A> editFilter()
ParallelBranchFluent.FilterNested<A> editOrNewFilter()
ParallelBranchFluent.FilterNested<A> editOrNewFilterLike(Destination item)
@Deprecated Destination getReply()
Destination buildReply()
A withReply(Destination reply)
Boolean hasReply()
ParallelBranchFluent.ReplyNested<A> withNewReply()
ParallelBranchFluent.ReplyNested<A> withNewReplyLike(Destination item)
ParallelBranchFluent.ReplyNested<A> editReply()
ParallelBranchFluent.ReplyNested<A> editOrNewReply()
ParallelBranchFluent.ReplyNested<A> editOrNewReplyLike(Destination item)
@Deprecated Destination getSubscriber()
Destination buildSubscriber()
A withSubscriber(Destination subscriber)
Boolean hasSubscriber()
ParallelBranchFluent.SubscriberNested<A> withNewSubscriber()
ParallelBranchFluent.SubscriberNested<A> withNewSubscriberLike(Destination item)
ParallelBranchFluent.SubscriberNested<A> editSubscriber()
ParallelBranchFluent.SubscriberNested<A> editOrNewSubscriber()
ParallelBranchFluent.SubscriberNested<A> editOrNewSubscriberLike(Destination item)
Copyright © 2015–2020 Red Hat. All rights reserved.