chore: misc local changes (server.go, croned.py)

This commit is contained in:
“Naeel”
2026-05-08 09:00:58 +04:00
parent f42fa366de
commit 7cd8a7ec12
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const defaultSATokenPath = "/var/run/secrets/kubernetes.io/serviceaccount/token"
type Server struct {
dyn dynamic.Interface
kube kubernetes.Interface // typed client — только для логов подов
ns string // системный namespace (fallback, обычно "fission")
ns string // системный namespace (fallback, обычно "fission")
routerURL string
http *http.Client