Module: Google::Container::V1::SetMasterAuthRequest::Action
- Defined in:
- lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
Overview
Operation type: what type update to perform.
Constant Summary collapse
- UNKNOWN =
Operation is unknown and will error out.
0
- SET_PASSWORD =
Set the password to a user generated value.
1
- GENERATE_PASSWORD =
Generate a new password and set it to that.
2
- SET_USERNAME =
Set the username. If an empty username is provided, basic authentication is disabled for the cluster. If a non-empty username is provided, basic authentication is enabled, with either a provided password or a generated one.
3