Fixes broken link in PodSpec
The PodSpec reference to NodeSelector misses the .md extension in the file.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user