Skip to content

Commit fa77a9f

Browse files
Google APIscopybara-github
authored andcommitted
fix: Deprecate "EXPERIMENTAL" option for Gateway API (this value has never been supported)
PiperOrigin-RevId: 648792772
1 parent 62b4196 commit fa77a9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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;

0 commit comments

Comments
 (0)