Skip to content

Commit 930bb05

Browse files
OAS Update
1 parent b6291b7 commit 930bb05

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

services/ske/v1/ske.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@
348348
"lastInitiationTime": "2000-01-23T04:56:07Z",
349349
"phase": "NEVER"
350350
},
351+
"egressAddressRanges": [
352+
"192.0.2.1/32"
353+
],
351354
"error": {
352355
"code": "SKE_UNSPECIFIED",
353356
"details": "details",
@@ -403,6 +406,9 @@
403406
"lastInitiationTime": "2000-01-23T04:56:07Z",
404407
"phase": "NEVER"
405408
},
409+
"egressAddressRanges": [
410+
"192.0.2.1/32"
411+
],
406412
"error": {
407413
"code": "SKE_UNSPECIFIED",
408414
"details": "details",
@@ -423,6 +429,16 @@
423429
"credentialsRotation": {
424430
"$ref": "#/components/schemas/CredentialsRotationState"
425431
},
432+
"egressAddressRanges": {
433+
"description": "The outgoing network ranges (in CIDR notation) of traffic originating from workload on the cluster.",
434+
"example": [
435+
"192.0.2.1/32"
436+
],
437+
"items": {
438+
"type": "string"
439+
},
440+
"type": "array"
441+
},
426442
"error": {
427443
"$ref": "#/components/schemas/RuntimeError"
428444
},
@@ -1020,6 +1036,9 @@
10201036
"lastInitiationTime": "2000-01-23T04:56:07Z",
10211037
"phase": "NEVER"
10221038
},
1039+
"egressAddressRanges": [
1040+
"192.0.2.1/32"
1041+
],
10231042
"error": {
10241043
"code": "SKE_UNSPECIFIED",
10251044
"details": "details",
@@ -1299,6 +1318,9 @@
12991318
"lastInitiationTime": "2000-01-23T04:56:07Z",
13001319
"phase": "NEVER"
13011320
},
1321+
"egressAddressRanges": [
1322+
"192.0.2.1/32"
1323+
],
13021324
"error": {
13031325
"code": "SKE_UNSPECIFIED",
13041326
"details": "details",

0 commit comments

Comments
 (0)