public class DNSSpecFluentImpl<A extends DNSSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DNSSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DNSSpecFluentImpl.ServersNestedImpl<N> |
DNSSpecFluent.ServersNested<N>| Constructor and Description |
|---|
DNSSpecFluentImpl() |
DNSSpecFluentImpl(DNSSpec instance) |
public DNSSpecFluentImpl()
public DNSSpecFluentImpl(DNSSpec instance)
public A addToServers(int index, Server item)
addToServers in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public A setToServers(int index, Server item)
setToServers in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public A addToServers(Server... items)
addToServers in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public A addAllToServers(Collection<Server> items)
addAllToServers in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public A removeFromServers(Server... items)
removeFromServers in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public A removeAllFromServers(Collection<Server> items)
removeAllFromServers in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public A removeMatchingFromServers(Predicate<ServerBuilder> predicate)
removeMatchingFromServers in interface DNSSpecFluent<A extends DNSSpecFluent<A>>@Deprecated public List<Server> getServers()
getServers in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public List<Server> buildServers()
buildServers in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public Server buildServer(int index)
buildServer in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public Server buildFirstServer()
buildFirstServer in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public Server buildLastServer()
buildLastServer in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public Server buildMatchingServer(Predicate<ServerBuilder> predicate)
buildMatchingServer in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public Boolean hasMatchingServer(Predicate<ServerBuilder> predicate)
hasMatchingServer in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public A withServers(List<Server> servers)
withServers in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public A withServers(Server... servers)
withServers in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public Boolean hasServers()
hasServers in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public DNSSpecFluent.ServersNested<A> addNewServer()
addNewServer in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public DNSSpecFluent.ServersNested<A> addNewServerLike(Server item)
addNewServerLike in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public DNSSpecFluent.ServersNested<A> setNewServerLike(int index, Server item)
setNewServerLike in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public DNSSpecFluent.ServersNested<A> editServer(int index)
editServer in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public DNSSpecFluent.ServersNested<A> editFirstServer()
editFirstServer in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public DNSSpecFluent.ServersNested<A> editLastServer()
editLastServer in interface DNSSpecFluent<A extends DNSSpecFluent<A>>public DNSSpecFluent.ServersNested<A> editMatchingServer(Predicate<ServerBuilder> predicate)
editMatchingServer in interface DNSSpecFluent<A extends DNSSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.