computedReleaseChannel property

String? computedReleaseChannel
getter/setter pair

The computed release channel used for the Rollout Sequence.

Output only. Possible string values are:

  • "GKE_RELEASE_CHANNEL_UNSPECIFIED" : Default if no value is specified. Should not be used.
  • "RAPID" : Release channel RAPID of GKE.
  • "REGULAR" : Release channel REGULAR of GKE.
  • "STABLE" : Release channel STABLE of GKE.
  • "EXTENDED" : Release channel EXTENDED of GKE.
  • "NO_CHANNEL" : Release channel NO_CHANNEL of GKE. Formerly known as STATIC.

Implementation

core.String? computedReleaseChannel;