We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当前k8s api在静态初始化方法中初始化,导致单元测试代码也会执行,当某些构建环境k8s配置异常时,会导致单元测试无法通过,需要解除该依赖。
The text was updated successfully, but these errors were encountered:
perf: 启动控制器单元测试解除对k8s api初始化的依赖 TencentBlueKing#3045
456bb94
Merge pull request #3046 from jsonwan/github_perf/k8s
d159507
perf: 启动控制器单元测试解除对k8s api初始化的依赖 #3045
jsonwan
No branches or pull requests
当前k8s api在静态初始化方法中初始化,导致单元测试代码也会执行,当某些构建环境k8s配置异常时,会导致单元测试无法通过,需要解除该依赖。
The text was updated successfully, but these errors were encountered: