Skip to content

Commit c30f7aa

Browse files
stackit-pipelinerubenhoenle
authored andcommitted
Generate certificates
1 parent 495c7ad commit c30f7aa

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

services/certificates/src/stackit/certificates/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# flake8: noqa
44

55
"""
6-
Load Balancer Certificates API
6+
STACKIT Application Load Balancer Certificates API
77
88
This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server.
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
Load Balancer Certificates API
4+
STACKIT Application Load Balancer Certificates API
55
66
This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server.
77

services/certificates/src/stackit/certificates/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
Load Balancer Certificates API
4+
STACKIT Application Load Balancer Certificates API
55
66
This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server.
77

services/certificates/src/stackit/certificates/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
Load Balancer Certificates API
4+
STACKIT Application Load Balancer Certificates API
55
66
This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server.
77

services/certificates/src/stackit/certificates/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
Load Balancer Certificates API
4+
STACKIT Application Load Balancer Certificates API
55
66
This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server.
77

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# flake8: noqa
44
"""
5-
Load Balancer Certificates API
5+
STACKIT Application Load Balancer Certificates API
66
77
This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server.
88

services/certificates/src/stackit/certificates/models/create_certificate_payload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
Load Balancer Certificates API
4+
STACKIT Application Load Balancer Certificates API
55
66
This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server.
77

services/certificates/src/stackit/certificates/models/create_certificate_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
Load Balancer Certificates API
4+
STACKIT Application Load Balancer Certificates API
55
66
This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server.
77

services/certificates/src/stackit/certificates/models/get_certificate_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
Load Balancer Certificates API
4+
STACKIT Application Load Balancer Certificates API
55
66
This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server.
77

services/certificates/src/stackit/certificates/models/google_protobuf_any.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
Load Balancer Certificates API
4+
STACKIT Application Load Balancer Certificates API
55
66
This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server.
77

0 commit comments

Comments
 (0)