mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 19:23:40 +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"
|
||||
},
|
||||
"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": {
|
||||
"description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.",
|
||||
"properties": {
|
||||
@ -8778,6 +8789,10 @@
|
||||
"description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).",
|
||||
"type": "string"
|
||||
},
|
||||
"swap": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.NodeSwapStatus",
|
||||
"description": "Swap Info reported by the node."
|
||||
},
|
||||
"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",
|
||||
"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"
|
||||
},
|
||||
"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": {
|
||||
"description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.",
|
||||
"properties": {
|
||||
@ -4197,6 +4208,14 @@
|
||||
"description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).",
|
||||
"type": "string"
|
||||
},
|
||||
"swap": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.NodeSwapStatus"
|
||||
}
|
||||
],
|
||||
"description": "Swap Info reported by the node."
|
||||
},
|
||||
"systemUUID": {
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user