Skip to content

Commit a647772

Browse files
committed
[FLINK-39404][runtime] Update the rest_v1_dispatcher.html & rest_api_v1.snapshot
1 parent 788a31a commit a647772

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/layouts/shortcodes/generated/rest_v1_dispatcher.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5851,7 +5851,7 @@
58515851
"id" : "urn:jsonschema:org:apache:flink:runtime:instance:HardwareDescription",
58525852
"properties" : {
58535853
"cpuCores" : {
5854-
"type" : "integer"
5854+
"type" : "number"
58555855
},
58565856
"freeMemory" : {
58575857
"type" : "integer"
@@ -6078,7 +6078,7 @@
60786078
"id" : "urn:jsonschema:org:apache:flink:runtime:instance:HardwareDescription",
60796079
"properties" : {
60806080
"cpuCores" : {
6081-
"type" : "integer"
6081+
"type" : "number"
60826082
},
60836083
"freeMemory" : {
60846084
"type" : "integer"

flink-runtime-web/src/test/resources/rest_api_v1.snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4363,7 +4363,7 @@
43634363
"id" : "urn:jsonschema:org:apache:flink:runtime:instance:HardwareDescription",
43644364
"properties" : {
43654365
"cpuCores" : {
4366-
"type" : "integer"
4366+
"type" : "number"
43674367
},
43684368
"physicalMemory" : {
43694369
"type" : "integer"
@@ -4528,7 +4528,7 @@
45284528
"id" : "urn:jsonschema:org:apache:flink:runtime:instance:HardwareDescription",
45294529
"properties" : {
45304530
"cpuCores" : {
4531-
"type" : "integer"
4531+
"type" : "number"
45324532
},
45334533
"physicalMemory" : {
45344534
"type" : "integer"

0 commit comments

Comments
 (0)