Skip to content

Commit 78371ac

Browse files
committed
fix(review): add title to link un MD
1 parent 49d4ef4 commit 78371ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/cloud_project_kube_nodepool.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The following arguments are supported:
8080
* `finalizers` - Finalizers to apply to each node. A finalizer name must be fully qualified, e.g. kubernetes.io/pv-protection , where you prefix it with hostname of your service which is related to the controller responsible for the finalizer.
8181
* `labels` - Labels to apply to each node
8282
* `spec` - Spec of each node in the pool
83-
* `taints` - Taints to apply to each node (https://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/node-v1/#NodeSpec)
83+
* `taints` - Taints to apply to each node [NodeSpec kubernetes documentation](https://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/node-v1/#NodeSpec)
8484
* `effect` - mandatory possible values: NoExecute, NoSchedule, PreferNoSchedule
8585
* `key` - mandatory
8686
* `value` - (Optional)

0 commit comments

Comments
 (0)