Show / Hide Table of Contents

Class ClusterReleaseChannelArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterReleaseChannelArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterReleaseChannelArgs : ResourceArgs

Constructors

View Source

ClusterReleaseChannelArgs()

Declaration
public ClusterReleaseChannelArgs()

Properties

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 Input<string> Channel { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.