feat: add image pull secret name

This commit is contained in:
naison
2025-01-24 06:51:34 +00:00
parent 3d4c8be963
commit caee039ffd
15 changed files with 481 additions and 437 deletions

View File

@@ -43,6 +43,7 @@ func (svr *Server) Proxy(req *rpc.ConnectRequest, resp rpc.Daemon_ProxyServer) (
ExtraRouteInfo: *handler.ParseExtraRouteFromRPC(req.ExtraRoute),
Engine: config.Engine(req.Engine),
OriginKubeconfigPath: req.OriginKubeconfigPath,
ImagePullSecretName: req.ImagePullSecretName,
}
var sshConf = ssh.ParseSshFromRPC(req.SshJump)