public class GatewaySpecFluentImpl<A extends GatewaySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GatewaySpecFluent<A>
GatewaySpecFluent.AddressesNested<N>, GatewaySpecFluent.ListenersNested<N>| Constructor and Description |
|---|
GatewaySpecFluentImpl() |
GatewaySpecFluentImpl(GatewaySpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic GatewaySpecFluentImpl()
public GatewaySpecFluentImpl(GatewaySpec instance)
public A addToAddresses(Integer index, GatewayAddress item)
addToAddresses in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A setToAddresses(Integer index, GatewayAddress item)
setToAddresses in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A addToAddresses(GatewayAddress... items)
addToAddresses in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A addAllToAddresses(Collection<GatewayAddress> items)
addAllToAddresses in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A removeFromAddresses(GatewayAddress... items)
removeFromAddresses in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A removeAllFromAddresses(Collection<GatewayAddress> items)
removeAllFromAddresses in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A removeMatchingFromAddresses(Predicate<GatewayAddressBuilder> predicate)
removeMatchingFromAddresses in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>@Deprecated public List<GatewayAddress> getAddresses()
getAddresses in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public List<GatewayAddress> buildAddresses()
buildAddresses in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewayAddress buildAddress(Integer index)
buildAddress in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewayAddress buildFirstAddress()
buildFirstAddress in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewayAddress buildLastAddress()
buildLastAddress in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewayAddress buildMatchingAddress(Predicate<GatewayAddressBuilder> predicate)
buildMatchingAddress in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Boolean hasMatchingAddress(Predicate<GatewayAddressBuilder> predicate)
hasMatchingAddress in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A withAddresses(List<GatewayAddress> addresses)
withAddresses in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A withAddresses(GatewayAddress... addresses)
withAddresses in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Boolean hasAddresses()
hasAddresses in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A addNewAddress(String type, String value)
addNewAddress in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.AddressesNested<A> addNewAddress()
addNewAddress in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.AddressesNested<A> addNewAddressLike(GatewayAddress item)
addNewAddressLike in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.AddressesNested<A> setNewAddressLike(Integer index, GatewayAddress item)
setNewAddressLike in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.AddressesNested<A> editAddress(Integer index)
editAddress in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.AddressesNested<A> editFirstAddress()
editFirstAddress in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.AddressesNested<A> editLastAddress()
editLastAddress in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.AddressesNested<A> editMatchingAddress(Predicate<GatewayAddressBuilder> predicate)
editMatchingAddress in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public String getGatewayClassName()
getGatewayClassName in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A withGatewayClassName(String gatewayClassName)
withGatewayClassName in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Boolean hasGatewayClassName()
hasGatewayClassName in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A addToListeners(Integer index, Listener item)
addToListeners in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A setToListeners(Integer index, Listener item)
setToListeners in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A addToListeners(Listener... items)
addToListeners in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A addAllToListeners(Collection<Listener> items)
addAllToListeners in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A removeFromListeners(Listener... items)
removeFromListeners in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A removeAllFromListeners(Collection<Listener> items)
removeAllFromListeners in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A removeMatchingFromListeners(Predicate<ListenerBuilder> predicate)
removeMatchingFromListeners in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>@Deprecated public List<Listener> getListeners()
getListeners in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public List<Listener> buildListeners()
buildListeners in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Listener buildListener(Integer index)
buildListener in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Listener buildFirstListener()
buildFirstListener in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Listener buildLastListener()
buildLastListener in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Listener buildMatchingListener(Predicate<ListenerBuilder> predicate)
buildMatchingListener in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Boolean hasMatchingListener(Predicate<ListenerBuilder> predicate)
hasMatchingListener in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A withListeners(List<Listener> listeners)
withListeners in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A withListeners(Listener... listeners)
withListeners in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Boolean hasListeners()
hasListeners in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.ListenersNested<A> addNewListener()
addNewListener in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.ListenersNested<A> addNewListenerLike(Listener item)
addNewListenerLike in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.ListenersNested<A> setNewListenerLike(Integer index, Listener item)
setNewListenerLike in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.ListenersNested<A> editListener(Integer index)
editListener in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.ListenersNested<A> editFirstListener()
editFirstListener in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.ListenersNested<A> editLastListener()
editLastListener in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.ListenersNested<A> editMatchingListener(Predicate<ListenerBuilder> predicate)
editMatchingListener in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GatewaySpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GatewaySpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.