This is an automated email from the ASF dual-hosted git repository.
nic443 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 95f084712 fix(lint): getting the Lua global "type" (#12948)
95f084712 is described below
commit 95f0847129e8c5ee7f411e40383032e08c0fa1b1
Author: Nic <[email protected]>
AuthorDate: Thu Jan 29 12:27:11 2026 +0800
fix(lint): getting the Lua global "type" (#12948)
Signed-off-by: Nic <[email protected]>
---
apisix/discovery/kubernetes/init.lua | 1 +
1 file changed, 1 insertion(+)
diff --git a/apisix/discovery/kubernetes/init.lua
b/apisix/discovery/kubernetes/init.lua
index 594aaf2a0..0b31c392a 100644
--- a/apisix/discovery/kubernetes/init.lua
+++ b/apisix/discovery/kubernetes/init.lua
@@ -16,6 +16,7 @@
--
local ngx = ngx
+local type = type
local unpack = unpack
local ipairs = ipairs
local pairs = pairs