Skip to content

Commit 8838289

Browse files
fix: [container] Deprecate "EXPERIMENTAL" option for Gateway API (this value has never been supported) (#5519)
* fix: Deprecate "EXPERIMENTAL" option for Gateway API (this value has never been supported) PiperOrigin-RevId: 648792772 Source-Link: googleapis/googleapis@fa77a9f Source-Link: googleapis/googleapis-gen@c3faf93 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiYzNmYWY5MzE0OGE0ZGY3M2I1NzhlNTlhNjQ5MjAwNzQ5NzIzNDYzYiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c1a0a8a commit 8838289

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

packages/google-container/protos/google/container/v1beta1/cluster_service.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5164,8 +5164,9 @@ message GatewayAPIConfig {
51645164
// Gateway API support is disabled
51655165
CHANNEL_DISABLED = 1;
51665166

5167+
// Deprecated: use CHANNEL_STANDARD instead.
51675168
// Gateway API support is enabled, experimental CRDs are installed
5168-
CHANNEL_EXPERIMENTAL = 3;
5169+
CHANNEL_EXPERIMENTAL = 3 [deprecated = true];
51695170

51705171
// Gateway API support is enabled, standard CRDs are installed
51715172
CHANNEL_STANDARD = 4;

packages/google-container/protos/protos.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)