We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f98162 commit 0e9edd7Copy full SHA for 0e9edd7
1 file changed
google/container/v1/cluster_service.proto
@@ -4752,6 +4752,10 @@ message ReleaseChannel {
4752
// Clusters subscribed to STABLE receive versions that are known to be
4753
// stable and reliable in production.
4754
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;
4759
}
4760
4761
// channel specifies which release channel the cluster is subscribed to.
0 commit comments