Merge pull request #37320 from ivan4th/remove-stray-quote
Automatic merge from submit-queue (batch tested with PRs 37608, 37103, 37320, 37607, 37678) Remove stray quote from API docs There was a PR that removed backquote from the line recently, but there's also extra quote.
This commit is contained in:
@@ -33873,7 +33873,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"unschedulable": {
|
||||
"description": "Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#manual-node-administration\"",
|
||||
"description": "Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#manual-node-administration",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
|
@@ -17124,7 +17124,7 @@
|
||||
},
|
||||
"unschedulable": {
|
||||
"type": "boolean",
|
||||
"description": "Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#manual-node-administration\""
|
||||
"description": "Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#manual-node-administration"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user