Skip to content

Commit b1a9e6c

Browse files
Google APIscopybara-github
authored andcommitted
feat: add EXTENDED enum value for ReleaseChannel.Channel
PiperOrigin-RevId: 668474656
1 parent a8f2772 commit b1a9e6c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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.

0 commit comments

Comments
 (0)