Skip to content

Commit

Permalink
OAS Update
Browse files Browse the repository at this point in the history
  • Loading branch information
stackit-pipeline committed Jan 23, 2025
1 parent b6291b7 commit 930bb05
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions services/ske/v1/ske.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,9 @@
"lastInitiationTime": "2000-01-23T04:56:07Z",
"phase": "NEVER"
},
"egressAddressRanges": [
"192.0.2.1/32"
],
"error": {
"code": "SKE_UNSPECIFIED",
"details": "details",
Expand Down Expand Up @@ -403,6 +406,9 @@
"lastInitiationTime": "2000-01-23T04:56:07Z",
"phase": "NEVER"
},
"egressAddressRanges": [
"192.0.2.1/32"
],
"error": {
"code": "SKE_UNSPECIFIED",
"details": "details",
Expand All @@ -423,6 +429,16 @@
"credentialsRotation": {
"$ref": "#/components/schemas/CredentialsRotationState"
},
"egressAddressRanges": {
"description": "The outgoing network ranges (in CIDR notation) of traffic originating from workload on the cluster.",
"example": [
"192.0.2.1/32"
],
"items": {
"type": "string"
},
"type": "array"
},
"error": {
"$ref": "#/components/schemas/RuntimeError"
},
Expand Down Expand Up @@ -1020,6 +1036,9 @@
"lastInitiationTime": "2000-01-23T04:56:07Z",
"phase": "NEVER"
},
"egressAddressRanges": [
"192.0.2.1/32"
],
"error": {
"code": "SKE_UNSPECIFIED",
"details": "details",
Expand Down Expand Up @@ -1299,6 +1318,9 @@
"lastInitiationTime": "2000-01-23T04:56:07Z",
"phase": "NEVER"
},
"egressAddressRanges": [
"192.0.2.1/32"
],
"error": {
"code": "SKE_UNSPECIFIED",
"details": "details",
Expand Down

0 comments on commit 930bb05

Please sign in to comment.