public class ParallelSpecFluent<A extends ParallelSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ParallelSpecFluent.BranchesNested<N> |
class |
ParallelSpecFluent.ChannelTemplateNested<N> |
class |
ParallelSpecFluent.ReplyNested<N> |
| Constructor and Description |
|---|
ParallelSpecFluent() |
ParallelSpecFluent(ParallelSpec instance) |
public ParallelSpecFluent()
public ParallelSpecFluent(ParallelSpec instance)
protected void copyInstance(ParallelSpec instance)
public A addToBranches(int index, ParallelBranch item)
public A setToBranches(int index, ParallelBranch item)
public A addToBranches(ParallelBranch... items)
public A addAllToBranches(Collection<ParallelBranch> items)
public A removeFromBranches(ParallelBranch... items)
public A removeAllFromBranches(Collection<ParallelBranch> items)
public A removeMatchingFromBranches(Predicate<ParallelBranchBuilder> predicate)
public List<ParallelBranch> buildBranches()
public ParallelBranch buildBranch(int index)
public ParallelBranch buildFirstBranch()
public ParallelBranch buildLastBranch()
public ParallelBranch buildMatchingBranch(Predicate<ParallelBranchBuilder> predicate)
public boolean hasMatchingBranch(Predicate<ParallelBranchBuilder> predicate)
public A withBranches(List<ParallelBranch> branches)
public A withBranches(ParallelBranch... branches)
public boolean hasBranches()
public ParallelSpecFluent.BranchesNested<A> addNewBranch()
public ParallelSpecFluent.BranchesNested<A> addNewBranchLike(ParallelBranch item)
public ParallelSpecFluent.BranchesNested<A> setNewBranchLike(int index, ParallelBranch item)
public ParallelSpecFluent.BranchesNested<A> editBranch(int index)
public ParallelSpecFluent.BranchesNested<A> editFirstBranch()
public ParallelSpecFluent.BranchesNested<A> editLastBranch()
public ParallelSpecFluent.BranchesNested<A> editMatchingBranch(Predicate<ParallelBranchBuilder> predicate)
public ChannelTemplateSpec buildChannelTemplate()
public A withChannelTemplate(ChannelTemplateSpec channelTemplate)
public boolean hasChannelTemplate()
public ParallelSpecFluent.ChannelTemplateNested<A> withNewChannelTemplate()
public ParallelSpecFluent.ChannelTemplateNested<A> withNewChannelTemplateLike(ChannelTemplateSpec item)
public ParallelSpecFluent.ChannelTemplateNested<A> editChannelTemplate()
public ParallelSpecFluent.ChannelTemplateNested<A> editOrNewChannelTemplate()
public ParallelSpecFluent.ChannelTemplateNested<A> editOrNewChannelTemplateLike(ChannelTemplateSpec item)
public Destination buildReply()
public A withReply(Destination reply)
public boolean hasReply()
public ParallelSpecFluent.ReplyNested<A> withNewReply()
public ParallelSpecFluent.ReplyNested<A> withNewReplyLike(Destination item)
public ParallelSpecFluent.ReplyNested<A> editReply()
public ParallelSpecFluent.ReplyNested<A> editOrNewReply()
public ParallelSpecFluent.ReplyNested<A> editOrNewReplyLike(Destination item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ParallelSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ParallelSpecFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.