public interface ParallelStatusFluent<A extends ParallelStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ParallelStatusFluent.AddressNested<N> |
static interface |
ParallelStatusFluent.BranchStatusesNested<N> |
static interface |
ParallelStatusFluent.ConditionsNested<N> |
static interface |
ParallelStatusFluent.IngressChannelStatusNested<N> |
@Deprecated Addressable getAddress()
Addressable buildAddress()
A withAddress(Addressable address)
Boolean hasAddress()
ParallelStatusFluent.AddressNested<A> withNewAddress()
ParallelStatusFluent.AddressNested<A> withNewAddressLike(Addressable item)
ParallelStatusFluent.AddressNested<A> editAddress()
ParallelStatusFluent.AddressNested<A> editOrNewAddress()
ParallelStatusFluent.AddressNested<A> editOrNewAddressLike(Addressable item)
Boolean hasAnnotations()
A addToBranchStatuses(Integer index, ParallelBranchStatus item)
A setToBranchStatuses(Integer index, ParallelBranchStatus item)
A addToBranchStatuses(ParallelBranchStatus... items)
A addAllToBranchStatuses(Collection<ParallelBranchStatus> items)
A removeFromBranchStatuses(ParallelBranchStatus... items)
A removeAllFromBranchStatuses(Collection<ParallelBranchStatus> items)
A removeMatchingFromBranchStatuses(Predicate<ParallelBranchStatusBuilder> predicate)
@Deprecated List<ParallelBranchStatus> getBranchStatuses()
List<ParallelBranchStatus> buildBranchStatuses()
ParallelBranchStatus buildBranchStatus(Integer index)
ParallelBranchStatus buildFirstBranchStatus()
ParallelBranchStatus buildLastBranchStatus()
ParallelBranchStatus buildMatchingBranchStatus(Predicate<ParallelBranchStatusBuilder> predicate)
Boolean hasMatchingBranchStatus(Predicate<ParallelBranchStatusBuilder> predicate)
A withBranchStatuses(List<ParallelBranchStatus> branchStatuses)
A withBranchStatuses(ParallelBranchStatus... branchStatuses)
Boolean hasBranchStatuses()
ParallelStatusFluent.BranchStatusesNested<A> addNewBranchStatus()
ParallelStatusFluent.BranchStatusesNested<A> addNewBranchStatusLike(ParallelBranchStatus item)
ParallelStatusFluent.BranchStatusesNested<A> setNewBranchStatusLike(Integer index, ParallelBranchStatus item)
ParallelStatusFluent.BranchStatusesNested<A> editBranchStatus(Integer index)
ParallelStatusFluent.BranchStatusesNested<A> editFirstBranchStatus()
ParallelStatusFluent.BranchStatusesNested<A> editLastBranchStatus()
ParallelStatusFluent.BranchStatusesNested<A> editMatchingBranchStatus(Predicate<ParallelBranchStatusBuilder> predicate)
A addAllToConditions(Collection<Condition> items)
A removeAllFromConditions(Collection<Condition> items)
A removeMatchingFromConditions(Predicate<ConditionBuilder> predicate)
@Deprecated List<Condition> getConditions()
Condition buildFirstCondition()
Condition buildLastCondition()
Condition buildMatchingCondition(Predicate<ConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<ConditionBuilder> predicate)
Boolean hasConditions()
ParallelStatusFluent.ConditionsNested<A> addNewCondition()
ParallelStatusFluent.ConditionsNested<A> addNewConditionLike(Condition item)
ParallelStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, Condition item)
ParallelStatusFluent.ConditionsNested<A> editCondition(Integer index)
ParallelStatusFluent.ConditionsNested<A> editFirstCondition()
ParallelStatusFluent.ConditionsNested<A> editLastCondition()
ParallelStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ConditionBuilder> predicate)
@Deprecated ParallelChannelStatus getIngressChannelStatus()
ParallelChannelStatus buildIngressChannelStatus()
A withIngressChannelStatus(ParallelChannelStatus ingressChannelStatus)
Boolean hasIngressChannelStatus()
ParallelStatusFluent.IngressChannelStatusNested<A> withNewIngressChannelStatus()
ParallelStatusFluent.IngressChannelStatusNested<A> withNewIngressChannelStatusLike(ParallelChannelStatus item)
ParallelStatusFluent.IngressChannelStatusNested<A> editIngressChannelStatus()
ParallelStatusFluent.IngressChannelStatusNested<A> editOrNewIngressChannelStatus()
ParallelStatusFluent.IngressChannelStatusNested<A> editOrNewIngressChannelStatusLike(ParallelChannelStatus item)
Long getObservedGeneration()
Boolean hasObservedGeneration()
Copyright © 2015–2020 Red Hat. All rights reserved.