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
currently in knuu options and systemDependencies there is a TestScope fdield:
TestScope
type Options struct { K8sClient k8s.KubeManager MinioClient *minio.Minio ImageBuilder builder.Builder TestScope string ProxyEnabled bool Timeout time.Duration Logger *logrus.Logger } type SystemDependencies struct { ImageBuilder builder.Builder K8sClient k8s.KubeManager MinioClient *minio.Minio Logger *logrus.Logger Proxy *traefik.Traefik TestScope string StartTime string }
to avoid confusion, let's rename it to Scope. There is also a DefaultTestScope() func that needs to be renamed too.
Scope
DefaultTestScope()
The text was updated successfully, but these errors were encountered:
hello! is this one done by: #503 or are there any other things to check?
Sorry, something went wrong.
There was a PR that is merged: #504
There are reasons that it was merged into #503 (which I forgot), and it seems that GitHub did not resolve the issue.
closing as done
tty47
No branches or pull requests
currently in knuu options and systemDependencies there is a
TestScope
fdield:to avoid confusion, let's rename it to
Scope
. There is also aDefaultTestScope()
func that needs to be renamed too.The text was updated successfully, but these errors were encountered: