Show / Hide Table of Contents

Class ClusterReleaseChannel

Inheritance
System.Object
ClusterReleaseChannel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Container.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterReleaseChannel

Fields

View Source

Channel

The selected release channel. Accepted values are:

  • UNSPECIFIED: Not set.
  • RAPID: Weekly upgrade cadence; Early testers and developers who requires new features.
  • REGULAR: Multiple per month upgrade cadence; Production users who need features not yet offered in the Stable channel.
  • STABLE: Every few months upgrade cadence; Production users who need stability above all else, and for whom frequent upgrades are too risky.
Declaration
public readonly string Channel
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.