Skip to content

Generator: Update SDK /services/ske#4902

Open
stackit-pipeline wants to merge 4 commits intomainfrom
oas-bot-21942508325/ske
Open

Generator: Update SDK /services/ske#4902
stackit-pipeline wants to merge 4 commits intomainfrom
oas-bot-21942508325/ske

Conversation

@stackit-pipeline
Copy link
Contributor

@stackit-pipeline stackit-pipeline commented Feb 12, 2026

Generated from GitHub run 21942508325
spec comparison: stackitcloud/stackit-api-specifications@4ba9d6f...964ac4c

Comparing ske-pr/main & ske-pr/oas-bot-21942508325/ske

file list

@@ -1,8 +1,9 @@
 api_default_signatures.go
+model_access_scope.go
 model_acl.go
 model_availability_zone.go
 model_cluster.go
 model_cluster_error.go
 model_cluster_status.go
 model_cluster_status_state.go
 model_create_kubeconfig_payload.go
@@ -31,11 +32,12 @@
 model_nodepool.go
 model_nodepool_kubernetes.go
 model_observability.go
 model_provider_options.go
 model_runtime_error.go
 model_taint.go
 model_time_window.go
+model_v2_control_plane_network.go
 model_volume.go
 model_volume_type.go
 models.txt
 type_aliases.txt

Comparing ske-pr/main/model_network.go & ske-pr/oas-bot-21942508325/ske/model_network.go

@@ -1,3 +1,4 @@
 type Network struct {
-	Id NetworkGetIdAttributeType `json:"id,omitempty"`
+	ControlPlane NetworkGetControlPlaneAttributeType `json:"controlPlane,omitempty"`
+	Id           NetworkGetIdAttributeType           `json:"id,omitempty"`
 }

Comparing /dev/null & ske-pr/oas-bot-21942508325/ske/model_access_scope.go

@@ -0,0 +1 @@
+type AccessScope string

This one is used in V2ControlPlaneNetwork (next change)

Comparing /dev/null & ske-pr/oas-bot-21942508325/ske/model_v2_control_plane_network.go

@@ -0,0 +1,3 @@
+type V2ControlPlaneNetwork struct {
+	AccessScope V2ControlPlaneNetworkGetAccessScopeAttributeType `json:"accessScope,omitempty"`
+}

This one is used in Network as type for attribute ControlPlane (first change)

@stackit-pipeline stackit-pipeline requested a review from a team as a code owner February 12, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants