Skip to content

Commit b03f419

Browse files
feat: [container] add EXTENDED enum value for ReleaseChannel.Channel (#5641)
* feat: add ReleaseChannel EXTENDED value PiperOrigin-RevId: 668105133 Source-Link: googleapis/googleapis@0e9edd7 Source-Link: googleapis/googleapis-gen@ec9af8f Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiZWM5YWY4ZjRmYjEwYzhmODlhMmJjYjM2MzQ1ZmRhMmIzZWYzNjc1ZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: add `EXTENDED` enum value for `ReleaseChannel.Channel` PiperOrigin-RevId: 668474656 Source-Link: googleapis/googleapis@b1a9e6c Source-Link: googleapis/googleapis-gen@c0109f3 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiYzAxMDlmMzJhMGY5YjljZTMwMDU2NmIzYTdkZDNiMzFiMGM4Y2Y4MiJ9 * 🦉 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 4fe0674 commit b03f419

5 files changed

Lines changed: 40 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4752,6 +4752,10 @@ message ReleaseChannel {
47524752
// Clusters subscribed to STABLE receive versions that are known to be
47534753
// stable and reliable in production.
47544754
STABLE = 3;
4755+
4756+
// Clusters subscribed to EXTENDED receive extended support and availability
4757+
// for versions which are known to be stable and reliable in production.
4758+
EXTENDED = 4;
47554759
}
47564760

47574761
// channel specifies which release channel the cluster is subscribed to.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5728,6 +5728,10 @@ message ReleaseChannel {
57285728
// Clusters subscribed to STABLE receive versions that are known to be
57295729
// stable and reliable in production.
57305730
STABLE = 3;
5731+
5732+
// Clusters subscribed to EXTENDED receive extended support and availability
5733+
// for versions which are known to be stable and reliable in production.
5734+
EXTENDED = 4;
57315735
}
57325736

57335737
// channel specifies which release channel the cluster is subscribed to.

packages/google-container/protos/protos.d.ts

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

packages/google-container/protos/protos.js

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

packages/google-container/protos/protos.json

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

0 commit comments

Comments
 (0)