public class GatewaySpecFluentImpl<A extends GatewaySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GatewaySpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
GatewaySpecFluentImpl.ServersNestedImpl<N> |
GatewaySpecFluent.ServersNested<N>| Constructor and Description |
|---|
GatewaySpecFluentImpl() |
GatewaySpecFluentImpl(GatewaySpec instance) |
public GatewaySpecFluentImpl()
public GatewaySpecFluentImpl(GatewaySpec instance)
public A addToSelector(String key, String value)
addToSelector in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A addToSelector(Map<String,String> map)
addToSelector in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A removeFromSelector(String key)
removeFromSelector in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A removeFromSelector(Map<String,String> map)
removeFromSelector in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Map<String,String> getSelector()
getSelector in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public <K,V> A withSelector(Map<String,String> selector)
withSelector in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Boolean hasSelector()
hasSelector in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A addToServers(Integer index, Server item)
addToServers in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A setToServers(Integer index, Server item)
setToServers in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A addToServers(Server... items)
addToServers in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A addAllToServers(Collection<Server> items)
addAllToServers in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A removeFromServers(Server... items)
removeFromServers in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A removeAllFromServers(Collection<Server> items)
removeAllFromServers in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A removeMatchingFromServers(Predicate<ServerBuilder> predicate)
removeMatchingFromServers in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>@Deprecated public List<Server> getServers()
getServers in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public List<Server> buildServers()
buildServers in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Server buildServer(Integer index)
buildServer in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Server buildFirstServer()
buildFirstServer in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Server buildLastServer()
buildLastServer in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Server buildMatchingServer(Predicate<ServerBuilder> predicate)
buildMatchingServer in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Boolean hasMatchingServer(Predicate<ServerBuilder> predicate)
hasMatchingServer in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A withServers(List<Server> servers)
withServers in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public A withServers(Server... servers)
withServers in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public Boolean hasServers()
hasServers in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.ServersNested<A> addNewServer()
addNewServer in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.ServersNested<A> addNewServerLike(Server item)
addNewServerLike in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.ServersNested<A> setNewServerLike(Integer index, Server item)
setNewServerLike in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.ServersNested<A> editServer(Integer index)
editServer in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.ServersNested<A> editFirstServer()
editFirstServer in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.ServersNested<A> editLastServer()
editLastServer in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>public GatewaySpecFluent.ServersNested<A> editMatchingServer(Predicate<ServerBuilder> predicate)
editMatchingServer in interface GatewaySpecFluent<A extends GatewaySpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.