Skip to content

Commit 1741137

Browse files
authored
feat(cockpit): create datasource (#298)
1 parent a0b73fb commit 1741137

File tree

8 files changed

+412
-150
lines changed

8 files changed

+412
-150
lines changed

scaleway-async/scaleway_async/cockpit/v1beta1/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This file was automatically generated. DO NOT EDIT.
22
# If you have any remark or suggestion do not hesitate to open an issue.
33
from .types import CockpitStatus
4+
from .types import DatasourceType
45
from .types import GrafanaUserRole
56
from .types import ListGrafanaUsersRequestOrderBy
67
from .types import ListPlansRequestOrderBy
@@ -11,6 +12,7 @@
1112
from .types import CockpitMetrics
1213
from .types import ContactPoint
1314
from .types import ContactPointEmail
15+
from .types import Datasource
1416
from .types import GrafanaUser
1517
from .types import ListContactPointsResponse
1618
from .types import ListGrafanaUsersResponse
@@ -25,6 +27,7 @@
2527

2628
__all__ = [
2729
"CockpitStatus",
30+
"DatasourceType",
2831
"GrafanaUserRole",
2932
"ListGrafanaUsersRequestOrderBy",
3033
"ListPlansRequestOrderBy",
@@ -35,6 +38,7 @@
3538
"CockpitMetrics",
3639
"ContactPoint",
3740
"ContactPointEmail",
41+
"Datasource",
3842
"GrafanaUser",
3943
"ListContactPointsResponse",
4044
"ListGrafanaUsersResponse",

0 commit comments

Comments
 (0)