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

Merged
merged 11 commits into from
Jan 10, 2023

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: googleapis/googleapis-gen@f0f0e1f
    Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiZjBmMGUxZmZjM2UyOGUyMDNlN2MyMzNhZjQ5MzY2ODhjOWIyYjA3ZiJ9
    gcf-owl-bot[bot] committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    9f32a6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f4e456 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    e908453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e21c3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efcf273 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c717e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    65cb3ec View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    594252a View commit details
    Browse the repository at this point in the history

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: googleapis/googleapis-gen@6d95a0e
    Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiNmQ5NWEwZTJiZTdmYjY1Y2ZlZThiNDlhMjljMGUyMWFjZjY3MzE5NSJ9
    gcf-owl-bot[bot] committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8b2ac09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84e7766 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f10fdd0 View commit details
    Browse the repository at this point in the history