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 #5713

Merged
merged 10 commits into from
Jan 12, 2023

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Dec 15, 2022

  • Regenerate this pull request now.

PiperOrigin-RevId: 499941754

Source-Link: googleapis/googleapis@71b5bbc

Source-Link: https://github.com/googleapis/googleapis-gen/commit/113c51b303b47fe8315c536260da50a92c277b39
Copy-Tag: eyJwIjoiQ29udGFpbmVyLy5Pd2xCb3QueWFtbCIsImgiOiIxMTNjNTFiMzAzYjQ3ZmU4MzE1YzUzNjI2MGRhNTBhOTJjMjc3YjM5In0=

BEGIN_NESTED_COMMIT
feat: [Container] Add location methods
PiperOrigin-RevId: 499263614

Source-Link: googleapis/googleapis@ba2db0d

Source-Link: https://github.com/googleapis/googleapis-gen/commit/503d1e8eff04535fc5d4b74fe1c894e67fd596b2
Copy-Tag: eyJwIjoiQ29udGFpbmVyLy5Pd2xCb3QueWFtbCIsImgiOiI1MDNkMWU4ZWZmMDQ1MzVmYzVkNGI3NGZlMWM4OTRlNjdmZDU5NmIyIn0=
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: [Container] 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: eyJwIjoiQ29udGFpbmVyLy5Pd2xCb3QueWFtbCIsImgiOiJmMGYwZTFmZmMzZTI4ZTIwM2U3YzIzM2FmNDkzNjY4OGM5YjJiMDdmIn0=
END_NESTED_COMMITBEGIN_NESTED_COMMITfeat: [Container] Release GKE CloudDNS Cluster Scope
CLUSTER_SCOPE option now available in DNSScope


feat: add WindowsNodeConfig field to v1alpha1, v1beta1, v1


feat: add EphemeralStorageLocalSsdConfig and LocalNvmeSsdBlockConfig APIs to v1alpha1, v1beta1, v1
PiperOrigin-RevId: 497252854

Source-Link: googleapis/googleapis@3b5011d

Source-Link: https://github.com/googleapis/googleapis-gen/commit/289376a902c9496f4f3cd79f3305ca32a06c8f50
Copy-Tag: eyJwIjoiQ29udGFpbmVyLy5Pd2xCb3QueWFtbCIsImgiOiIyODkzNzZhOTAyYzk0OTZmNGYzY2Q3OWYzMzA1Y2EzMmEwNmM4ZjUwIn0=
END_NESTED_COMMITBEGIN_NESTED_COMMITfeat: [Container] Add support for specifying stack type for clusters. This will allow clusters to be created as dual stack or toggled between IPV4 and dual stack
Clients can now configure dual stack clusters by specifying a stack type of IPV4_IPV6 during cluster creation, or with an update command. When used with a cluster creation command that creates a new subnet, the ipv6_access_type field can be used to specify whether the subnet has internal or external IPv6 access. When used with a cluster update command, the subnet must already be dual stack.

PiperOrigin-RevId: 495438580

Source-Link: googleapis/googleapis@483c1ee

Source-Link: https://github.com/googleapis/googleapis-gen/commit/20bdefcf6cff3cea34a69f7f8f57112aaa602c57
Copy-Tag: eyJwIjoiQ29udGFpbmVyLy5Pd2xCb3QueWFtbCIsImgiOiIyMGJkZWZjZjZjZmYzY2VhMzRhNjlmN2Y4ZjU3MTEyYWFhNjAyYzU3In0=
END_NESTED_COMMIT

…llow clusters to be created as dual stack or toggled between IPV4 and dual stack

Clients can now configure dual stack clusters by specifying a stack type of IPV4_IPV6 during cluster creation, or with an update command. When used with a cluster creation command that creates a new subnet, the ipv6_access_type field can be used to specify whether the subnet has internal or external IPv6 access. When used with a cluster update command, the subnet must already be dual stack.

PiperOrigin-RevId: 495438580

Source-Link: googleapis/googleapis@483c1ee

Source-Link: googleapis/googleapis-gen@20bdefc
Copy-Tag: eyJwIjoiQ29udGFpbmVyLy5Pd2xCb3QueWFtbCIsImgiOiIyMGJkZWZjZjZjZmYzY2VhMzRhNjlmN2Y4ZjU3MTEyYWFhNjAyYzU3In0=
@gcf-owl-bot gcf-owl-bot bot requested review from a team as code owners December 15, 2022 01:59
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 15, 2022
@snippet-bot
Copy link

snippet-bot bot commented Dec 15, 2022

No region tags are edited in this PR.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 15, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 15, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 15, 2022
`CLUSTER_SCOPE` option now available in DNSScope

---
feat: add WindowsNodeConfig field to v1alpha1, v1beta1, v1

---
feat: add EphemeralStorageLocalSsdConfig and LocalNvmeSsdBlockConfig APIs to v1alpha1, v1beta1, v1
PiperOrigin-RevId: 497252854

Source-Link: googleapis/googleapis@3b5011d

Source-Link: googleapis/googleapis-gen@289376a
Copy-Tag: eyJwIjoiQ29udGFpbmVyLy5Pd2xCb3QueWFtbCIsImgiOiIyODkzNzZhOTAyYzk0OTZmNGYzY2Q3OWYzMzA1Y2EzMmEwNmM4ZjUwIn0=
@gcf-owl-bot gcf-owl-bot bot changed the title feat: [Container] Add support for specifying stack type for clusters. This will allow clusters to be created as dual stack or toggled between IPV4 and dual stack feat: [Container] Release GKE CloudDNS Cluster Scope Dec 23, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 23, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 23, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 23, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 23, 2022
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: eyJwIjoiQ29udGFpbmVyLy5Pd2xCb3QueWFtbCIsImgiOiJmMGYwZTFmZmMzZTI4ZTIwM2U3YzIzM2FmNDkzNjY4OGM5YjJiMDdmIn0=
@gcf-owl-bot gcf-owl-bot bot changed the title feat: [Container] Release GKE CloudDNS Cluster Scope feat: [Container] add etags for cluster and node pool update operations Dec 29, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 29, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 29, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 29, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 29, 2022
PiperOrigin-RevId: 499263614

Source-Link: googleapis/googleapis@ba2db0d

Source-Link: googleapis/googleapis-gen@503d1e8
Copy-Tag: eyJwIjoiQ29udGFpbmVyLy5Pd2xCb3QueWFtbCIsImgiOiI1MDNkMWU4ZWZmMDQ1MzVmYzVkNGI3NGZlMWM4OTRlNjdmZDU5NmIyIn0=
@gcf-owl-bot gcf-owl-bot bot changed the title feat: [Container] add etags for cluster and node pool update operations feat: [Container] Add location methods Jan 3, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 3, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 3, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 3, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 3, 2023
PiperOrigin-RevId: 499941754

Source-Link: googleapis/googleapis@71b5bbc

Source-Link: googleapis/googleapis-gen@113c51b
Copy-Tag: eyJwIjoiQ29udGFpbmVyLy5Pd2xCb3QueWFtbCIsImgiOiIxMTNjNTFiMzAzYjQ3ZmU4MzE1YzUzNjI2MGRhNTBhOTJjMjc3YjM5In0=
@gcf-owl-bot gcf-owl-bot bot changed the title feat: [Container] Add location methods chore(bazel): [Container] update gapic-generator-php to v1.6.4 Jan 5, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 5, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 5, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 5, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 5, 2023
@dwsupplee dwsupplee changed the title chore(bazel): [Container] update gapic-generator-php to v1.6.4 feat: [Container] add etags for cluster and node pool update operations Jan 12, 2023
@dwsupplee dwsupplee merged commit e80c436 into main Jan 12, 2023
@dwsupplee dwsupplee deleted the owl-bot-copy-Container branch January 12, 2023 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant