ingress-nginx-helm/rootfs/etc/nginx/lua/test/mocks/resty/roundrobin.lua

3 lines
55 B
Lua

return {
new = function(self, nodes) return {} end
}