Uses of Class
io.fabric8.openshift.api.model.operator.v1.Server
-
Packages that use Server Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of Server in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return Server Modifier and Type Method Description ServerServerBuilder. build()ServerDNSSpecFluent. buildFirstServer()ServerDNSSpecFluent. buildLastServer()ServerDNSSpecFluent. buildMatchingServer(Predicate<ServerBuilder> predicate)ServerDNSSpecFluent. buildServer(int index)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type Server Modifier and Type Method Description List<Server>DNSSpecFluent. buildServers()List<Server>DNSSpec. getServers()servers is a list of DNS resolvers that provide name query delegation for one or more subdomains outside the scope of the cluster domain.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type Server Modifier and Type Method Description DNSSpecFluent.ServersNested<A>DNSSpecFluent. addNewServerLike(Server item)ADNSSpecFluent. addToServers(int index, Server item)ADNSSpecFluent. addToServers(Server... items)protected voidServerFluent. copyInstance(Server instance)ADNSSpecFluent. removeFromServers(Server... items)DNSSpecFluent.ServersNested<A>DNSSpecFluent. setNewServerLike(int index, Server item)ADNSSpecFluent. setToServers(int index, Server item)ADNSSpecFluent. withServers(Server... servers)Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type Server Modifier and Type Method Description ADNSSpecFluent. addAllToServers(Collection<Server> items)ADNSSpecFluent. removeAllFromServers(Collection<Server> items)voidDNSSpec. setServers(List<Server> servers)servers is a list of DNS resolvers that provide name query delegation for one or more subdomains outside the scope of the cluster domain.ADNSSpecFluent. withServers(List<Server> servers)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type Server Constructor Description ServerBuilder(Server instance)ServerBuilder(ServerFluent<?> fluent, Server instance)ServerFluent(Server instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type Server Constructor Description DNSSpec(DNSCache cache, String logLevel, String managementState, DNSNodePlacement nodePlacement, String operatorLogLevel, List<Server> servers, UpstreamResolvers upstreamResolvers)
-