Fixes broken link in PodSpec

The PodSpec reference to NodeSelector misses
 the .md extension in the file.
This commit is contained in:
Henrique Truta
2017-05-02 12:01:02 -03:00
parent 8f6df26755
commit 4a487cbb11
18 changed files with 23 additions and 23 deletions

View File

@@ -10782,7 +10782,7 @@
"type": "string"
},
"nodeSelector": {
"description": "NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection/README",
"description": "NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection/README.md",
"type": "object",
"additionalProperties": {
"type": "string"