-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
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
Convert storage type to typed string #111
Labels
Comments
jpkrohling
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Nov 12, 2018
Only thing to consider is whether this would cause a problem if we have a more decoupled plugin model? |
jpkrohling
added
needs-triage
New issues, in need of classification
and removed
needs-triage
New issues, in need of classification
labels
Dec 16, 2019
Can I pick this task? |
It's yours! |
SezalAgrawal
added a commit
to SezalAgrawal/jaeger-operator
that referenced
this issue
Oct 28, 2020
Changed references of storage type throughout the repo. Resolves: jaegertracing#111 Signed-off-by: Sezal Agrawal <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Oct 29, 2020
The JaegerStorageSpec currently has the storage type as a string. It is changed to a typed string. This PR also includes changes in storage type in all the required files. Resolves: #111 Signed-off-by: Sezal Agrawal <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The JaegerStorageSpec currently has the storage type as a string:
jaeger-operator/pkg/apis/io/v1alpha1/types.go
Line 111 in 02ba08a
It would be better to have a typed string like we have for the IngressSecurityType:
jaeger-operator/pkg/apis/io/v1alpha1/types.go
Lines 8 to 26 in 02ba08a
jaeger-operator/pkg/apis/io/v1alpha1/types.go
Line 83 in 02ba08a
The text was updated successfully, but these errors were encountered: