-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Replace HelperOptions
with ssa.FilterObjectInput
#8395
Comments
/help |
@ykakarap: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/triage accepted |
👋 I can grab this one. Looks like /assign @cahillsf |
/unassign @cahillsf |
@Dhairya-Arora01 Hi, are you still working on this? I'm interested in implementing this, but I'd like to check if you've already started the preparation for the PR to avoid duplication. |
@musaprg you can work on this if you have figured it out |
OK, thank you! I'll take this and prepare an initial PR for it. Let us discuss the implementation details there. |
Detailed Description:
With the introduction of
ssa.FilterObjectInput
in #8060HelperOptions
becomes redundant.This issue is to drop
HelperOptions
and replace all of it uses withssa.FilterObjectInput
./kind cleanup
The text was updated successfully, but these errors were encountered: