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] Added ClusterView supporting more granular view of continuous backups #6346

Merged
merged 5 commits into from
Jun 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Container/metadata/V1/ClusterService.php
Binary file not shown.
44 changes: 44 additions & 0 deletions Container/src/V1/AcceleratorConfig.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions Container/src/V1/Autopilot.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
* name, and additionally a parseName method to extract the individual identifiers
* contained within formatted names that are returned by the API.
*
* This class is currently experimental and may be subject to changes.
* This class is currently experimental and may be subject to changes. See {@see
* \Google\Cloud\Container\V1\ClusterManagerClient} for the stable implementation
*
* @experimental
*
Expand Down
44 changes: 44 additions & 0 deletions Container/src/V1/Cluster.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 88 additions & 0 deletions Container/src/V1/ClusterUpdate.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading