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

feat: [container] add etags for cluster and node pool update operations #8930

Merged
merged 2 commits into from
Dec 29, 2022

Commits on Dec 29, 2022

  1. feat: add etags for cluster and node pool update operations

    Clients may now optionally specify the previously read etag for a cluster or node pool during update requests. The etag is regenerated every time the object is updated. If an etag is provided, it will be checked against the current etag, and the request will be rejected on mismatch. This is particularly useful for allowing two clients to concurrently update a repeated field without overwriting each other.
    
    PiperOrigin-RevId: 498249600
    
    Source-Link: googleapis/googleapis@9a294bf
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/f0f0e1ffc3e28e203e7c233af4936688c9b2b07f
    Copy-Tag: eyJwIjoiamF2YS1jb250YWluZXIvLk93bEJvdC55YW1sIiwiaCI6ImYwZjBlMWZmYzNlMjhlMjAzZTdjMjMzYWY0OTM2Njg4YzliMmIwN2YifQ==
    gcf-owl-bot[bot] committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    e6d2e43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0647b72 View commit details
    Browse the repository at this point in the history