File tree Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Original file line number Diff line number Diff line change 356
356
"details" : " details" ,
357
357
"message" : " message"
358
358
},
359
+ "errors" : [
360
+ {
361
+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
362
+ "message" : " message"
363
+ },
364
+ {
365
+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
366
+ "message" : " message"
367
+ }
368
+ ],
359
369
"hibernated" : true
360
370
}
361
371
},
397
407
],
398
408
"type" : " object"
399
409
},
410
+ "ClusterError" : {
411
+ "example" : {
412
+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
413
+ "message" : " message"
414
+ },
415
+ "properties" : {
416
+ "code" : {
417
+ "enum" : [
418
+ " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
419
+ " SKE_DNS_ZONE_NOT_FOUND" ,
420
+ " SKE_NODE_MISCONFIGURED_PDB" ,
421
+ " SKE_NODE_NO_VALID_HOST_FOUND"
422
+ ],
423
+ "type" : " string"
424
+ },
425
+ "message" : {
426
+ "type" : " string"
427
+ }
428
+ },
429
+ "type" : " object"
430
+ },
400
431
"ClusterStatus" : {
401
432
"example" : {
402
433
"aggregated" : " STATE_UNSPECIFIED" ,
414
445
"details" : " details" ,
415
446
"message" : " message"
416
447
},
448
+ "errors" : [
449
+ {
450
+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
451
+ "message" : " message"
452
+ },
453
+ {
454
+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
455
+ "message" : " message"
456
+ }
457
+ ],
417
458
"hibernated" : true
418
459
},
419
460
"properties" : {
442
483
"error" : {
443
484
"$ref" : " #/components/schemas/RuntimeError"
444
485
},
486
+ "errors" : {
487
+ "items" : {
488
+ "$ref" : " #/components/schemas/ClusterError"
489
+ },
490
+ "type" : " array"
491
+ },
445
492
"hibernated" : {
446
493
"title" : " Indicates whether the cluster is currently hibernated" ,
447
494
"type" : " boolean"
1044
1091
"details" : " details" ,
1045
1092
"message" : " message"
1046
1093
},
1094
+ "errors" : [
1095
+ {
1096
+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
1097
+ "message" : " message"
1098
+ },
1099
+ {
1100
+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
1101
+ "message" : " message"
1102
+ }
1103
+ ],
1047
1104
"hibernated" : true
1048
1105
}
1049
1106
},
1326
1383
"details" : " details" ,
1327
1384
"message" : " message"
1328
1385
},
1386
+ "errors" : [
1387
+ {
1388
+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
1389
+ "message" : " message"
1390
+ },
1391
+ {
1392
+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
1393
+ "message" : " message"
1394
+ }
1395
+ ],
1329
1396
"hibernated" : true
1330
1397
}
1331
1398
}
1854
1921
"type" : " string"
1855
1922
}
1856
1923
},
1924
+ "title" : " Deprecated: use the errors field instead" ,
1857
1925
"type" : " object"
1858
1926
},
1859
1927
"Taint" : {
You can’t perform that action at this time.
0 commit comments