Module: Google::Cloud::GkeHub::V1::NamespaceLifecycleState::Code

Defined in:
proto_docs/google/cloud/gkehub/v1/fleet.rb

Overview

Code describes the state of a Namespace resource.

Constant Summary collapse

CODE_UNSPECIFIED =

The code is not set.

0
CREATING =

The namespace is being created.

1
READY =

The namespace active.

2
DELETING =

The namespace is being deleted.

3
UPDATING =

The namespace is being updated.

4