Skip to content
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

Updates informer pkg to use TransformFunc() #25604

Merged
merged 1 commit into from
Jun 14, 2023

Commits on Jun 6, 2023

  1. Updates informer pkg to use TransformFunc

    Removes ConvertFunc in favor of k8s upstream TransformFunc for object
    transformation. Informers are now created with TransformFunc instead
    of ConvertFunc to mutate certain resources in K8s Caches.
    
    Renames ConvertXXX functions to TransformXXX.
    
    Adds tests to improve test coverage of transformer functions.
    
    Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
    danehans committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    0b535aa View commit details
    Browse the repository at this point in the history