Google Cloud Container V1 Client - Class Action (1.10.3)

Reference documentation and code samples for the Google Cloud Container V1 Client class Action.

Operation type: what type update to perform.

Protobuf type google.container.v1.SetMasterAuthRequest.Action

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

UNKNOWN

Value: 0

Operation is unknown and will error out.

Generated from protobuf enum UNKNOWN = 0;

SET_PASSWORD

Value: 1

Set the password to a user generated value.

Generated from protobuf enum SET_PASSWORD = 1;

GENERATE_PASSWORD

Value: 2

Generate a new password and set it to that.

Generated from protobuf enum GENERATE_PASSWORD = 2;

SET_USERNAME

Value: 3

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.

Generated from protobuf enum SET_USERNAME = 3;