Skip to content

Commit 747f369

Browse files
OAS Update
1 parent 02053d7 commit 747f369

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

services/ske/v1/ske.json

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,10 @@
366366
"message": "message"
367367
}
368368
],
369-
"hibernated": true
369+
"hibernated": true,
370+
"podAddressRanges": [
371+
"100.64.0.0/14"
372+
]
370373
}
371374
},
372375
"properties": {
@@ -456,7 +459,10 @@
456459
"message": "message"
457460
}
458461
],
459-
"hibernated": true
462+
"hibernated": true,
463+
"podAddressRanges": [
464+
"100.64.0.0/14"
465+
]
460466
},
461467
"properties": {
462468
"aggregated": {
@@ -493,6 +499,16 @@
493499
"hibernated": {
494500
"title": "Indicates whether the cluster is currently hibernated",
495501
"type": "boolean"
502+
},
503+
"podAddressRanges": {
504+
"description": "The network ranges (in CIDR notation) used by pods of the cluster.",
505+
"example": [
506+
"100.64.0.0/14"
507+
],
508+
"items": {
509+
"type": "string"
510+
},
511+
"type": "array"
496512
}
497513
},
498514
"type": "object"
@@ -1102,7 +1118,10 @@
11021118
"message": "message"
11031119
}
11041120
],
1105-
"hibernated": true
1121+
"hibernated": true,
1122+
"podAddressRanges": [
1123+
"100.64.0.0/14"
1124+
]
11061125
}
11071126
},
11081127
{
@@ -1394,7 +1413,10 @@
13941413
"message": "message"
13951414
}
13961415
],
1397-
"hibernated": true
1416+
"hibernated": true,
1417+
"podAddressRanges": [
1418+
"100.64.0.0/14"
1419+
]
13981420
}
13991421
}
14001422
]

0 commit comments

Comments
 (0)