Skip to content

Commit 985942a

Browse files
Generate ske
1 parent bc96527 commit 985942a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+522
-69
lines changed

services/ske/src/stackit/ske/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
STACKIT Kubernetes Engine API
77
8-
The SKE API provides endpoints to create, update, delete clusters within STACKIT portal projects and to trigger further cluster management tasks.
8+
The SKE API provides endpoints to create, update or delete clusters within STACKIT projects and to trigger further cluster management tasks.
99
1010
The version of the OpenAPI document: 2.0
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -43,6 +43,8 @@
4343
"GetProviderOptionsRequestVersionState",
4444
"Hibernation",
4545
"HibernationSchedule",
46+
"IDP",
47+
"IDPKubeconfig",
4648
"Image",
4749
"Kubeconfig",
4850
"Kubernetes",
@@ -109,6 +111,8 @@
109111
from stackit.ske.models.hibernation_schedule import (
110112
HibernationSchedule as HibernationSchedule,
111113
)
114+
from stackit.ske.models.idp import IDP as IDP
115+
from stackit.ske.models.idp_kubeconfig import IDPKubeconfig as IDPKubeconfig
112116
from stackit.ske.models.image import Image as Image
113117
from stackit.ske.models.kubeconfig import Kubeconfig as Kubeconfig
114118
from stackit.ske.models.kubernetes import Kubernetes as Kubernetes

services/ske/src/stackit/ske/api/default_api.py

Lines changed: 300 additions & 25 deletions
Large diffs are not rendered by default.

services/ske/src/stackit/ske/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
STACKIT Kubernetes Engine API
55
6-
The SKE API provides endpoints to create, update, delete clusters within STACKIT portal projects and to trigger further cluster management tasks.
6+
The SKE API provides endpoints to create, update or delete clusters within STACKIT projects and to trigger further cluster management tasks.
77
88
The version of the OpenAPI document: 2.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/ske/src/stackit/ske/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
STACKIT Kubernetes Engine API
55
6-
The SKE API provides endpoints to create, update, delete clusters within STACKIT portal projects and to trigger further cluster management tasks.
6+
The SKE API provides endpoints to create, update or delete clusters within STACKIT projects and to trigger further cluster management tasks.
77
88
The version of the OpenAPI document: 2.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/ske/src/stackit/ske/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
STACKIT Kubernetes Engine API
55
6-
The SKE API provides endpoints to create, update, delete clusters within STACKIT portal projects and to trigger further cluster management tasks.
6+
The SKE API provides endpoints to create, update or delete clusters within STACKIT projects and to trigger further cluster management tasks.
77
88
The version of the OpenAPI document: 2.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/ske/src/stackit/ske/models/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
STACKIT Kubernetes Engine API
66
7-
The SKE API provides endpoints to create, update, delete clusters within STACKIT portal projects and to trigger further cluster management tasks.
7+
The SKE API provides endpoints to create, update or delete clusters within STACKIT projects and to trigger further cluster management tasks.
88
99
The version of the OpenAPI document: 2.0
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -33,6 +33,8 @@
3333
)
3434
from stackit.ske.models.hibernation import Hibernation
3535
from stackit.ske.models.hibernation_schedule import HibernationSchedule
36+
from stackit.ske.models.idp import IDP
37+
from stackit.ske.models.idp_kubeconfig import IDPKubeconfig
3638
from stackit.ske.models.image import Image
3739
from stackit.ske.models.kubeconfig import Kubeconfig
3840
from stackit.ske.models.kubernetes import Kubernetes

services/ske/src/stackit/ske/models/acl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
STACKIT Kubernetes Engine API
55
6-
The SKE API provides endpoints to create, update, delete clusters within STACKIT portal projects and to trigger further cluster management tasks.
6+
The SKE API provides endpoints to create, update or delete clusters within STACKIT projects and to trigger further cluster management tasks.
77
88
The version of the OpenAPI document: 2.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/ske/src/stackit/ske/models/availability_zone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
STACKIT Kubernetes Engine API
55
6-
The SKE API provides endpoints to create, update, delete clusters within STACKIT portal projects and to trigger further cluster management tasks.
6+
The SKE API provides endpoints to create, update or delete clusters within STACKIT projects and to trigger further cluster management tasks.
77
88
The version of the OpenAPI document: 2.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/ske/src/stackit/ske/models/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
STACKIT Kubernetes Engine API
55
6-
The SKE API provides endpoints to create, update, delete clusters within STACKIT portal projects and to trigger further cluster management tasks.
6+
The SKE API provides endpoints to create, update or delete clusters within STACKIT projects and to trigger further cluster management tasks.
77
88
The version of the OpenAPI document: 2.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

services/ske/src/stackit/ske/models/cluster_error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
STACKIT Kubernetes Engine API
55
6-
The SKE API provides endpoints to create, update, delete clusters within STACKIT portal projects and to trigger further cluster management tasks.
6+
The SKE API provides endpoints to create, update or delete clusters within STACKIT projects and to trigger further cluster management tasks.
77
88
The version of the OpenAPI document: 2.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)

0 commit comments

Comments
 (0)