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()ServerDNSSpecFluentImpl. buildFirstServer()ServerDNSSpecFluent. buildLastServer()ServerDNSSpecFluentImpl. buildLastServer()ServerDNSSpecFluent. buildMatchingServer(Predicate<ServerBuilder> predicate)ServerDNSSpecFluentImpl. buildMatchingServer(Predicate<ServerBuilder> predicate)ServerDNSSpecFluent. buildServer(int index)ServerDNSSpecFluentImpl. 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>DNSSpecFluentImpl. buildServers()List<Server>DNSSpec. getServers()List<Server>DNSSpecFluent. getServers()Deprecated.List<Server>DNSSpecFluentImpl. getServers()Deprecated.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)DNSSpecFluent.ServersNested<A>DNSSpecFluentImpl. addNewServerLike(Server item)ADNSSpecFluent. addToServers(int index, Server item)ADNSSpecFluent. addToServers(Server... items)ADNSSpecFluentImpl. addToServers(int index, Server item)ADNSSpecFluentImpl. addToServers(Server... items)ADNSSpecFluent. removeFromServers(Server... items)ADNSSpecFluentImpl. removeFromServers(Server... items)DNSSpecFluent.ServersNested<A>DNSSpecFluent. setNewServerLike(int index, Server item)DNSSpecFluent.ServersNested<A>DNSSpecFluentImpl. setNewServerLike(int index, Server item)ADNSSpecFluent. setToServers(int index, Server item)ADNSSpecFluentImpl. setToServers(int index, Server item)ADNSSpecFluent. withServers(Server... servers)ADNSSpecFluentImpl. 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)ADNSSpecFluentImpl. addAllToServers(Collection<Server> items)ADNSSpecFluent. removeAllFromServers(Collection<Server> items)ADNSSpecFluentImpl. removeAllFromServers(Collection<Server> items)voidDNSSpec. setServers(List<Server> servers)ADNSSpecFluent. withServers(List<Server> servers)ADNSSpecFluentImpl. 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)ServerBuilder(ServerFluent<?> fluent, Server instance, Boolean validationEnabled)ServerBuilder(Server instance, Boolean validationEnabled)ServerFluentImpl(Server instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type Server Constructor Description DNSSpec(List<Server> servers)
-