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

Automated cherry pick of #120623: sync Service API status rest storage #120655

Commits on Sep 14, 2023

  1. sync Service API status rest storage

    The Service API Rest implementation is complex and has to use different
    hooks on the REST storage. The status store was making a shallow copy of
    the storage before adding the hooks, so it was not inheriting the hooks.
    
    The status store must have the same hooks as the rest store to be able
    to handle correctly the allocation and deallocation of ClusterIPs and
    nodePorts.
    
    Change-Id: I44be21468d36017f0ec41a8f912b8490f8f13f55
    Signed-off-by: Antonio Ojea <aojea@google.com>
    aojea committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    005c476 View commit details
    Browse the repository at this point in the history