We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b00eea commit 0facfa7Copy full SHA for 0facfa7
docs/r/container_cluster.html.markdown
@@ -92,6 +92,9 @@ output "cluster_ca_certificate" {
92
93
* `description` - (Optional) Description of the cluster.
94
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
+
98
* `enable_kubernetes_alpha` - (Optional) Whether to enable Kubernetes Alpha features for
99
this cluster. Note that when this option is enabled, the cluster cannot be upgraded
100
and will be automatically deleted after 30 days.
0 commit comments