Skip to content

Commit 0facfa7

Browse files
authored
Add support for binary authorization in GKE (hashicorp#1884)
* revendor container/v1beta1 * add support for binauthz in gke * update description
1 parent 9b00eea commit 0facfa7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/r/container_cluster.html.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ output "cluster_ca_certificate" {
9292

9393
* `description` - (Optional) Description of the cluster.
9494

95+
* `enable_binary_authorization` - (Optional) Enable Binary Authorization for this cluster.
96+
If enabled, all container images will be validated by Google Binary Authorization.
97+
9598
* `enable_kubernetes_alpha` - (Optional) Whether to enable Kubernetes Alpha features for
9699
this cluster. Note that when this option is enabled, the cluster cannot be upgraded
97100
and will be automatically deleted after 30 days.

0 commit comments

Comments
 (0)