Module: Google::Cloud::Container::V1::ReleaseChannel::Channel

Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

Possible values for 'channel'.

Constant Summary collapse

UNSPECIFIED =

No channel specified.

0
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.

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.

2
STABLE =

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

3