Enum ReleaseChannel.Channel (2.3.6)

public enum ReleaseChannel.Channel extends Enum<ReleaseChannel.Channel> implements ProtocolMessageEnum

Possible values for 'channel'.

Protobuf enum google.container.v1beta1.ReleaseChannel.Channel

Implements

ProtocolMessageEnum

Static Fields

NameDescription
RAPID

RAPID channel is offered on an early access basis for customers who want to test new releases. WARNING: Versions available in the RAPID Channel may be subject to unresolved issues with no known workaround and are not subject to any SLAs.

RAPID = 1;

RAPID_VALUE

RAPID channel is offered on an early access basis for customers who want to test new releases. WARNING: Versions available in the RAPID Channel may be subject to unresolved issues with no known workaround and are not subject to any SLAs.

RAPID = 1;

REGULAR

Clusters subscribed to REGULAR receive versions that are considered GA quality. REGULAR is intended for production users who want to take advantage of new features.

REGULAR = 2;

REGULAR_VALUE

Clusters subscribed to REGULAR receive versions that are considered GA quality. REGULAR is intended for production users who want to take advantage of new features.

REGULAR = 2;

STABLE

Clusters subscribed to STABLE receive versions that are known to be stable and reliable in production.

STABLE = 3;

STABLE_VALUE

Clusters subscribed to STABLE receive versions that are known to be stable and reliable in production.

STABLE = 3;

UNRECOGNIZED
UNSPECIFIED

No channel specified.

UNSPECIFIED = 0;

UNSPECIFIED_VALUE

No channel specified.

UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()