Skip to content

Commit

Permalink
fix: [container] Deprecate "EXPERIMENTAL" option for Gateway API (thi…
Browse files Browse the repository at this point in the history
…s 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jul 2, 2024
1 parent c1a0a8a commit 8838289
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5164,8 +5164,9 @@ message GatewayAPIConfig {
// Gateway API support is disabled
CHANNEL_DISABLED = 1;

// Deprecated: use CHANNEL_STANDARD instead.
// Gateway API support is enabled, experimental CRDs are installed
CHANNEL_EXPERIMENTAL = 3;
CHANNEL_EXPERIMENTAL = 3 [deprecated = true];

// Gateway API support is enabled, standard CRDs are installed
CHANNEL_STANDARD = 4;
Expand Down
5 changes: 5 additions & 0 deletions packages/google-container/protos/protos.json

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

0 comments on commit 8838289

Please sign in to comment.