Module: Google::Cloud::GkeHub::V1::RBACRoleBindingLifecycleState::Code
- Defined in:
- proto_docs/google/cloud/gkehub/v1/fleet.rb
Overview
Code describes the state of a rbacrolebinding resource.
Constant Summary collapse
- CODE_UNSPECIFIED =
The code is not set.
0- CREATING =
The rbacrolebinding is being created.
1- READY =
The rbacrolebinding active.
2- DELETING =
The rbacrolebinding is being deleted.
3- UPDATING =
The rbacrolebinding is being updated.
4