Update container_cluster.html.markdown (#1534)

adding documentation about attributes `username` and `password` for `master_auth`.
This commit is contained in:
mclavel 2018-05-24 20:17:44 -04:00 committed by Nathan McKinley
parent a16f106a53
commit c2a8aeb868

View File

@ -368,6 +368,10 @@ exported:
* `master_auth.0.cluster_ca_certificate` - Base64 encoded public certificate
that is the root of trust for the cluster.
* `master_auth.0.username` - The username used for Kubernetes master endpoint
* `master_auth.0.password` - The password used for Kubernetes master endpoint.
* `master_version` - The current version of the master in the cluster. This may
be different than the `min_master_version` set in the config if the master
has been updated by GKE.