diff --git a/services/ske/oas_commit b/services/ske/oas_commit index e3713dde3..105568293 100644 --- a/services/ske/oas_commit +++ b/services/ske/oas_commit @@ -1 +1 @@ -0e64886dd0847341800d7191ed193b75413be998 +23892ef8e96d845bad401827264d44b690a28abe diff --git a/services/ske/src/stackit/ske/api/default_api.py b/services/ske/src/stackit/ske/api/default_api.py index 50325e938..bc98e7451 100644 --- a/services/ske/src/stackit/ske/api/default_api.py +++ b/services/ske/src/stackit/ske/api/default_api.py @@ -110,7 +110,6 @@ def complete_credentials_rotation( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -182,7 +181,6 @@ def complete_credentials_rotation_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -254,7 +252,6 @@ def complete_credentials_rotation_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -670,8 +667,7 @@ def create_or_update_cluster( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "Cluster", - "202": "object", + "202": "Cluster", "400": "object", "401": "object", "404": "object", @@ -746,8 +742,7 @@ def create_or_update_cluster_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "Cluster", - "202": "object", + "202": "Cluster", "400": "object", "401": "object", "404": "object", @@ -822,8 +817,7 @@ def create_or_update_cluster_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "Cluster", - "202": "object", + "202": "Cluster", "400": "object", "401": "object", "404": "object", @@ -957,7 +951,6 @@ def delete_cluster( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -1029,7 +1022,6 @@ def delete_cluster_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -1101,7 +1093,6 @@ def delete_cluster_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -2267,6 +2258,7 @@ def list_provider_options( _response_types_map: Dict[str, Optional[str]] = { "200": "ProviderOptions", + "400": "object", "401": "object", } response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) @@ -2332,6 +2324,7 @@ def list_provider_options_with_http_info( _response_types_map: Dict[str, Optional[str]] = { "200": "ProviderOptions", + "400": "object", "401": "object", } response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) @@ -2397,6 +2390,7 @@ def list_provider_options_without_preload_content( _response_types_map: Dict[str, Optional[str]] = { "200": "ProviderOptions", + "400": "object", "401": "object", } response_data = self.api_client.call_api(*_param, _request_timeout=_request_timeout) @@ -2516,7 +2510,6 @@ def start_credentials_rotation( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -2588,7 +2581,6 @@ def start_credentials_rotation_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -2660,7 +2652,6 @@ def start_credentials_rotation_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -2784,7 +2775,6 @@ def trigger_hibernate( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -2856,7 +2846,6 @@ def trigger_hibernate_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -2928,7 +2917,6 @@ def trigger_hibernate_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -3052,7 +3040,6 @@ def trigger_maintenance( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -3124,7 +3111,6 @@ def trigger_maintenance_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -3196,7 +3182,6 @@ def trigger_maintenance_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -3320,7 +3305,6 @@ def trigger_reconcile( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -3392,7 +3376,6 @@ def trigger_reconcile_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -3464,7 +3447,6 @@ def trigger_reconcile_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -3588,7 +3570,6 @@ def trigger_wakeup( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -3660,7 +3641,6 @@ def trigger_wakeup_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", @@ -3732,7 +3712,6 @@ def trigger_wakeup_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "object", "202": "object", "400": "object", "401": "object", diff --git a/services/ske/src/stackit/ske/models/access_scope.py b/services/ske/src/stackit/ske/models/access_scope.py index eb18ac96b..c6ed690a1 100644 --- a/services/ske/src/stackit/ske/models/access_scope.py +++ b/services/ske/src/stackit/ske/models/access_scope.py @@ -21,7 +21,7 @@ class AccessScope(str, Enum): """ - The access scope of the Control Plane. It defines if the Kubernetes control plane is public or only available inside a STACKIT Network Area. ⚠️ Note: This feature is in private preview. Supplying this object is only permitted for enabled accounts. If your account does not have access, the request will be rejected. + The access scope of the Control Plane. It defines if the Kubernetes control plane is public or only available inside a STACKIT Network Area. This field is immutable. ⚠️ Note: This feature is in private preview. Supplying this object is only permitted for enabled accounts. If your account does not have access, the request will be rejected. """ """ diff --git a/services/ske/src/stackit/ske/models/cri.py b/services/ske/src/stackit/ske/models/cri.py index 75029adb7..9a0c0e94e 100644 --- a/services/ske/src/stackit/ske/models/cri.py +++ b/services/ske/src/stackit/ske/models/cri.py @@ -35,8 +35,8 @@ def name_validate_enum(cls, value): if value is None: return value - if value not in set(["docker", "containerd"]): - raise ValueError("must be one of enum values ('docker', 'containerd')") + if value not in set(["containerd"]): + raise ValueError("must be one of enum values ('containerd')") return value model_config = ConfigDict(