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: [GkeMultiCloud] added proxy support for Attached Clusters #6891

Merged
merged 2 commits into from
Dec 15, 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 GkeMultiCloud/metadata/V1/AttachedResources.php
Binary file not shown.
38 changes: 31 additions & 7 deletions GkeMultiCloud/metadata/V1/AttachedService.php

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

Binary file modified GkeMultiCloud/metadata/V1/AwsResources.php
Binary file not shown.
61 changes: 50 additions & 11 deletions GkeMultiCloud/metadata/V1/AwsService.php

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

Binary file modified GkeMultiCloud/metadata/V1/AzureResources.php
Binary file not shown.
43 changes: 37 additions & 6 deletions GkeMultiCloud/metadata/V1/AzureService.php

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

Binary file modified GkeMultiCloud/metadata/V1/CommonResources.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* [GetAttachedServerConfig][google.cloud.gkemulticloud.v1.AttachedClusters.GetAttachedServerConfig].
* @param string $attachedClusterDistribution The Kubernetes distribution of the underlying attached cluster.
*
* Supported values: ["eks", "aks"].
* Supported values: ["eks", "aks", "generic"].
* @param string $attachedClusterFleetProject The name of the Fleet host project where this cluster will be
* registered.
*
Expand Down
Loading