public class InMemoryChannelStatusFluentImpl<A extends InMemoryChannelStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InMemoryChannelStatusFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryChannelStatusFluentImpl.AddressNestedImpl<N> |
class |
InMemoryChannelStatusFluentImpl.ConditionsNestedImpl<N> |
class |
InMemoryChannelStatusFluentImpl.SubscribablestatusNestedImpl<N> |
InMemoryChannelStatusFluent.AddressNested<N>, InMemoryChannelStatusFluent.ConditionsNested<N>, InMemoryChannelStatusFluent.SubscribablestatusNested<N>| Constructor and Description |
|---|
InMemoryChannelStatusFluentImpl() |
InMemoryChannelStatusFluentImpl(InMemoryChannelStatus instance) |
public InMemoryChannelStatusFluentImpl()
public InMemoryChannelStatusFluentImpl(InMemoryChannelStatus instance)
@Deprecated public Addressable getAddress()
getAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Addressable buildAddress()
buildAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A withAddress(Addressable address)
withAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Boolean hasAddress()
hasAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.AddressNested<A> withNewAddress()
withNewAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.AddressNested<A> withNewAddressLike(Addressable item)
withNewAddressLike in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.AddressNested<A> editAddress()
editAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.AddressNested<A> editOrNewAddress()
editOrNewAddress in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.AddressNested<A> editOrNewAddressLike(Addressable item)
editOrNewAddressLike in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A addToConditions(int index, Condition item)
addToConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A setToConditions(int index, Condition item)
setToConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A addToConditions(Condition... items)
addToConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A addAllToConditions(Collection<Condition> items)
addAllToConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A removeFromConditions(Condition... items)
removeFromConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A removeAllFromConditions(Collection<Condition> items)
removeAllFromConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>@Deprecated public List<Condition> getConditions()
getConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public List<Condition> buildConditions()
buildConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Condition buildCondition(int index)
buildCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Condition buildFirstCondition()
buildFirstCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Condition buildLastCondition()
buildLastCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Condition buildMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<ConditionBuilder> predicate)
buildMatchingCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Boolean hasMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<ConditionBuilder> predicate)
hasMatchingCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A withConditions(List<Condition> conditions)
withConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A withConditions(Condition... conditions)
withConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Boolean hasConditions()
hasConditions in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.ConditionsNested<A> addNewCondition()
addNewCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.ConditionsNested<A> addNewConditionLike(Condition item)
addNewConditionLike in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.ConditionsNested<A> setNewConditionLike(int index, Condition item)
setNewConditionLike in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.ConditionsNested<A> editCondition(int index)
editCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.ConditionsNested<A> editLastCondition()
editLastCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.ConditionsNested<A> editMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<ConditionBuilder> predicate)
editMatchingCondition in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Long getObservedGeneration()
getObservedGeneration in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Boolean hasObservedGeneration()
hasObservedGeneration in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>@Deprecated public SubscribableStatus getSubscribablestatus()
getSubscribablestatus in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public SubscribableStatus buildSubscribablestatus()
buildSubscribablestatus in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public A withSubscribablestatus(SubscribableStatus subscribablestatus)
withSubscribablestatus in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public Boolean hasSubscribablestatus()
hasSubscribablestatus in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.SubscribablestatusNested<A> withNewSubscribablestatus()
withNewSubscribablestatus in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.SubscribablestatusNested<A> withNewSubscribablestatusLike(SubscribableStatus item)
withNewSubscribablestatusLike in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.SubscribablestatusNested<A> editSubscribablestatus()
editSubscribablestatus in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.SubscribablestatusNested<A> editOrNewSubscribablestatus()
editOrNewSubscribablestatus in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>public InMemoryChannelStatusFluent.SubscribablestatusNested<A> editOrNewSubscribablestatusLike(SubscribableStatus item)
editOrNewSubscribablestatusLike in interface InMemoryChannelStatusFluent<A extends InMemoryChannelStatusFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.