Module: Google::Cloud::Container::V1beta1::UpgradeDetails::StartType
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
StartType indicates the type of starting the upgrade.
Constant Summary collapse
- START_TYPE_UNSPECIFIED =
Upgrade start type is unspecified.
0
- AUTOMATIC =
Upgrade started automatically.
1
- MANUAL =
Upgrade started manually.
2