password property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? password
getter/setter pair

The password to use for HTTP basic authentication to the master endpoint.

Because the master endpoint is open to the Internet, you should create a strong password. If a password is provided for cluster creation, username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? password;