Skip to content

Commit

Permalink
feat: add ReleaseChannel EXTENDED value
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 668105133
  • Loading branch information
Google APIs authored and copybara-github committed Aug 27, 2024
1 parent 1f98162 commit 0e9edd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/container/v1/cluster_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4752,6 +4752,10 @@ message ReleaseChannel {
// Clusters subscribed to STABLE receive versions that are known to be
// stable and reliable in production.
STABLE = 3;

// Clusters subscribed to EXTENDED receive extended support and availability
// for versions which are known to be stable and reliable in production.
EXTENDED = 4;
}

// channel specifies which release channel the cluster is subscribed to.
Expand Down

0 comments on commit 0e9edd7

Please sign in to comment.