Skip to content

Commit 0e9edd7

Browse files
Google APIscopybara-github
authored andcommitted
feat: add ReleaseChannel EXTENDED value
PiperOrigin-RevId: 668105133
1 parent 1f98162 commit 0e9edd7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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.

0 commit comments

Comments
 (0)