public enum SetMasterAuthRequest.Types.ActionReference documentation and code samples for the Google Kubernetes Engine v1 API enum SetMasterAuthRequest.Types.Action.
Operation type: what type update to perform.
Namespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Fields |
|
|---|---|
| Name | Description |
GeneratePassword |
Generate a new password and set it to that. |
SetPassword |
Set the password to a user generated value. |
SetUsername |
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. |
Unknown |
Operation is unknown and will error out. |