From 930bb05f42045434eace4c1284d69244e59025d8 Mon Sep 17 00:00:00 2001 From: OAS Bot Date: Thu, 23 Jan 2025 10:27:12 +0000 Subject: [PATCH] OAS Update --- services/ske/v1/ske.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/services/ske/v1/ske.json b/services/ske/v1/ske.json index 91e4b27..dd96aa0 100644 --- a/services/ske/v1/ske.json +++ b/services/ske/v1/ske.json @@ -348,6 +348,9 @@ "lastInitiationTime": "2000-01-23T04:56:07Z", "phase": "NEVER" }, + "egressAddressRanges": [ + "192.0.2.1/32" + ], "error": { "code": "SKE_UNSPECIFIED", "details": "details", @@ -403,6 +406,9 @@ "lastInitiationTime": "2000-01-23T04:56:07Z", "phase": "NEVER" }, + "egressAddressRanges": [ + "192.0.2.1/32" + ], "error": { "code": "SKE_UNSPECIFIED", "details": "details", @@ -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" }, @@ -1020,6 +1036,9 @@ "lastInitiationTime": "2000-01-23T04:56:07Z", "phase": "NEVER" }, + "egressAddressRanges": [ + "192.0.2.1/32" + ], "error": { "code": "SKE_UNSPECIFIED", "details": "details", @@ -1299,6 +1318,9 @@ "lastInitiationTime": "2000-01-23T04:56:07Z", "phase": "NEVER" }, + "egressAddressRanges": [ + "192.0.2.1/32" + ], "error": { "code": "SKE_UNSPECIFIED", "details": "details",