File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,10 @@ output "cluster_ca_certificate" {
126
126
* ` network ` - (Optional) The name or self_link of the Google Compute Engine
127
127
network to which the cluster is connected.
128
128
129
+ * ` network_policy ` - (Optional) Configuration options for the
130
+ [ NetworkPolicy] ( https://kubernetes.io/docs/concepts/services-networking/networkpolicies/ )
131
+ feature. Structure is documented below.
132
+
129
133
* ` node_config ` - (Optional) Parameters used in creating the cluster's nodes.
130
134
Structure is documented below.
131
135
@@ -204,6 +208,12 @@ The `master_authorized_networks_config.cidr_blocks` block supports:
204
208
205
209
* ` display_name ` - (Optional) Field for users to identify CIDR blocks.
206
210
211
+ The ` network_policy ` block supports:
212
+
213
+ * ` provider ` - (Optional) The selected network policy provider. Defaults to PROVIDER_UNSPECIFIED.
214
+
215
+ * ` enabled ` - (Optional) Whether network policy is enabled on the cluster. Defaults to false.
216
+
207
217
The ` node_config ` block supports:
208
218
209
219
* ` disk_size_gb ` - (Optional) Size of the disk attached to each node, specified
You can’t perform that action at this time.
0 commit comments