|
527 | 527 | "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
528 | 528 | }
|
529 | 529 | },
|
| 530 | + "required": [ |
| 531 | + "items" |
| 532 | + ], |
530 | 533 | "type": "object",
|
531 | 534 | "x-kubernetes-group-version-kind": [
|
532 | 535 | {
|
|
590 | 593 | "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
591 | 594 | }
|
592 | 595 | },
|
| 596 | + "required": [ |
| 597 | + "items" |
| 598 | + ], |
593 | 599 | "type": "object",
|
594 | 600 | "x-kubernetes-group-version-kind": [
|
595 | 601 | {
|
|
1205 | 1211 | "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
1206 | 1212 | }
|
1207 | 1213 | },
|
| 1214 | + "required": [ |
| 1215 | + "items" |
| 1216 | + ], |
1208 | 1217 | "type": "object",
|
1209 | 1218 | "x-kubernetes-group-version-kind": [
|
1210 | 1219 | {
|
|
1268 | 1277 | "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
1269 | 1278 | }
|
1270 | 1279 | },
|
| 1280 | + "required": [ |
| 1281 | + "items" |
| 1282 | + ], |
1271 | 1283 | "type": "object",
|
1272 | 1284 | "x-kubernetes-group-version-kind": [
|
1273 | 1285 | {
|
|
1707 | 1719 | "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
1708 | 1720 | }
|
1709 | 1721 | },
|
| 1722 | + "required": [ |
| 1723 | + "items" |
| 1724 | + ], |
1710 | 1725 | "type": "object",
|
1711 | 1726 | "x-kubernetes-group-version-kind": [
|
1712 | 1727 | {
|
|
1770 | 1785 | "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
1771 | 1786 | }
|
1772 | 1787 | },
|
| 1788 | + "required": [ |
| 1789 | + "items" |
| 1790 | + ], |
1773 | 1791 | "type": "object",
|
1774 | 1792 | "x-kubernetes-group-version-kind": [
|
1775 | 1793 | {
|
|
8704 | 8722 | "type": "object",
|
8705 | 8723 | "additionalProperties": false
|
8706 | 8724 | },
|
| 8725 | + "io.k8s.api.core.v1.NodeFeatures": { |
| 8726 | + "description": "NodeFeatures describes the set of features implemented by the CRI implementation. The features contained in the NodeFeatures should depend only on the cri implementation independent of runtime handlers.", |
| 8727 | + "properties": { |
| 8728 | + "supplementalGroupsPolicy": { |
| 8729 | + "description": "SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser.", |
| 8730 | + "type": "boolean" |
| 8731 | + } |
| 8732 | + }, |
| 8733 | + "type": "object", |
| 8734 | + "additionalProperties": false |
| 8735 | + }, |
8707 | 8736 | "io.k8s.api.core.v1.NodeList": {
|
8708 | 8737 | "description": "NodeList is the whole list of all Nodes which have been registered with master.",
|
8709 | 8738 | "properties": {
|
|
8759 | 8788 | "additionalProperties": false
|
8760 | 8789 | },
|
8761 | 8790 | "io.k8s.api.core.v1.NodeRuntimeHandlerFeatures": {
|
8762 |
| - "description": "NodeRuntimeHandlerFeatures is a set of runtime features.", |
| 8791 | + "description": "NodeRuntimeHandlerFeatures is a set of features implemented by the runtime handler.", |
8763 | 8792 | "properties": {
|
8764 | 8793 | "recursiveReadOnlyMounts": {
|
8765 | 8794 | "description": "RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.",
|
8766 | 8795 | "type": "boolean"
|
| 8796 | + }, |
| 8797 | + "userNamespaces": { |
| 8798 | + "description": "UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.", |
| 8799 | + "type": "boolean" |
8767 | 8800 | }
|
8768 | 8801 | },
|
8769 | 8802 | "type": "object",
|
|
8934 | 8967 | "$ref": "#/definitions/io.k8s.api.core.v1.NodeDaemonEndpoints",
|
8935 | 8968 | "description": "Endpoints of daemons running on the Node."
|
8936 | 8969 | },
|
| 8970 | + "features": { |
| 8971 | + "$ref": "#/definitions/io.k8s.api.core.v1.NodeFeatures", |
| 8972 | + "description": "Features describes the set of features implemented by the CRI implementation." |
| 8973 | + }, |
8937 | 8974 | "images": {
|
8938 | 8975 | "description": "List of container images on this node",
|
8939 | 8976 | "items": {
|
|
0 commit comments