-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix typo #4902
fix typo #4902
Conversation
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
While you are waiting, make sure to:
Learn more about: |
2f32dbe
to
1948f37
Compare
Hmmm. It doesn't seem like the failing test has anything to do with my change? Anything I can do to get it to pass? |
I am not quite sure why this test is failed but retry it and it will be passed. |
1948f37
to
e6adf32
Compare
`s/deployment/statefulset` in `pkg/scaling/resolver/scaling_resolver.go` for the StatefulSet scaling resolver error message. Signed-off-by: David Morrison <[email protected]>
e6adf32
to
e79387e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 💪
/skip-e2e |
`s/deployment/statefulset` in `pkg/scaling/resolver/scaling_resolver.go` for the StatefulSet scaling resolver error message. Signed-off-by: David Morrison <[email protected]> Signed-off-by: Yoon Park <[email protected]>
`s/deployment/statefulset` in `pkg/scaling/resolver/scaling_resolver.go` for the StatefulSet scaling resolver error message. Signed-off-by: David Morrison <[email protected]>
`s/deployment/statefulset` in `pkg/scaling/resolver/scaling_resolver.go` for the StatefulSet scaling resolver error message. Signed-off-by: David Morrison <[email protected]>
`s/deployment/statefulset` in `pkg/scaling/resolver/scaling_resolver.go` for the StatefulSet scaling resolver error message. Signed-off-by: David Morrison <[email protected]> Signed-off-by: anton.lysina <[email protected]>
s/deployment/statefulset
inpkg/scaling/resolver/scaling_resolver.go
for the StatefulSet scaling resolver error message.Fixed a typo in the error message for the StatefulSet scaling resolver.
Checklist
I didn't open an issue for this since it seems extremely minor. I can go back and do that if necessary.