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

Allow resource updates to omit an owner refs UID #17423

Merged
merged 1 commit into from
May 22, 2023
Merged

Commits on May 22, 2023

  1. Allow resource updates to omit an owner refs UID

    This change enables workflows where you are reapplying a resource that should have an owner ref to publish modifications to the resources data without performing a read to figure out the current owner resource incarnations UID.
    
    Basically we want workflows similar to `kubectl apply` or `consul config write` to be able to work seamlessly even for owned resources.
    
    In these cases the users intention is to have the resource owned by the “current” incarnation of the owner resource.
    mkeeler committed May 22, 2023
    Configuration menu
    Copy the full SHA
    bc2daa8 View commit details
    Browse the repository at this point in the history