mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
add auto-generated files: ./hack/update-openapi-spec.sh
Signed-off-by: Itamar Holder <iholder@redhat.com>
This commit is contained in:
parent
4bdaf6cbbd
commit
ee4ac3d70a
15
api/openapi-spec/swagger.json
generated
15
api/openapi-spec/swagger.json
generated
@ -8739,6 +8739,17 @@
|
|||||||
},
|
},
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
|
"io.k8s.api.core.v1.NodeSwapStatus": {
|
||||||
|
"description": "NodeSwapStatus represents swap memory information.",
|
||||||
|
"properties": {
|
||||||
|
"capacity": {
|
||||||
|
"description": "Total amount of swap memory in bytes.",
|
||||||
|
"format": "int64",
|
||||||
|
"type": "integer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "object"
|
||||||
|
},
|
||||||
"io.k8s.api.core.v1.NodeSystemInfo": {
|
"io.k8s.api.core.v1.NodeSystemInfo": {
|
||||||
"description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.",
|
"description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.",
|
||||||
"properties": {
|
"properties": {
|
||||||
@ -8778,6 +8789,10 @@
|
|||||||
"description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).",
|
"description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"swap": {
|
||||||
|
"$ref": "#/definitions/io.k8s.api.core.v1.NodeSwapStatus",
|
||||||
|
"description": "Swap Info reported by the node."
|
||||||
|
},
|
||||||
"systemUUID": {
|
"systemUUID": {
|
||||||
"description": "SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid",
|
"description": "SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
19
api/openapi-spec/v3/api__v1_openapi.json
generated
19
api/openapi-spec/v3/api__v1_openapi.json
generated
@ -4149,6 +4149,17 @@
|
|||||||
},
|
},
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
|
"io.k8s.api.core.v1.NodeSwapStatus": {
|
||||||
|
"description": "NodeSwapStatus represents swap memory information.",
|
||||||
|
"properties": {
|
||||||
|
"capacity": {
|
||||||
|
"description": "Total amount of swap memory in bytes.",
|
||||||
|
"format": "int64",
|
||||||
|
"type": "integer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "object"
|
||||||
|
},
|
||||||
"io.k8s.api.core.v1.NodeSystemInfo": {
|
"io.k8s.api.core.v1.NodeSystemInfo": {
|
||||||
"description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.",
|
"description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.",
|
||||||
"properties": {
|
"properties": {
|
||||||
@ -4197,6 +4208,14 @@
|
|||||||
"description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).",
|
"description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"swap": {
|
||||||
|
"allOf": [
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/io.k8s.api.core.v1.NodeSwapStatus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Swap Info reported by the node."
|
||||||
|
},
|
||||||
"systemUUID": {
|
"systemUUID": {
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid",
|
"description": "SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid",
|
||||||
|
Loading…
Reference in New Issue
Block a user