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 field for enabled Beta K8s APIs in proto #8960

Merged
merged 2 commits into from
Jan 10, 2023

Commits on Jan 10, 2023

  1. feat: Add field for enabled Beta K8s APIs in proto

    ---
    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: 500787735
    
    Source-Link: googleapis/googleapis@961d1ee
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/6d95a0e2be7fb65cfee8b49a29c0e21acf673195
    Copy-Tag: eyJwIjoiamF2YS1jb250YWluZXIvLk93bEJvdC55YW1sIiwiaCI6IjZkOTVhMGUyYmU3ZmI2NWNmZWU4YjQ5YTI5YzBlMjFhY2Y2NzMxOTUifQ==
    gcf-owl-bot[bot] committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    946be7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bca967 View commit details
    Browse the repository at this point in the history