Module: Google::Cloud::GkeHub::V1::FleetLifecycleState::Code

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

Overview

Code describes the state of a Fleet resource.

Constant Summary collapse

CODE_UNSPECIFIED =

The code is not set.

0
CREATING =

The fleet is being created.

1
READY =

The fleet active.

2
DELETING =

The fleet is being deleted.

3
UPDATING =

The fleet is being updated.

4