metal-stack-api 0.0.55__tar.gz → 0.0.57__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/PKG-INFO +1 -1
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metal_stack_api.egg-info/PKG-INFO +1 -1
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/audit_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/component_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/filesystem_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/image_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/ip_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/machine_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/network_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/partition_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/project_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_imageconstraint_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_reservation_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/switch_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/task_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/tenant_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/token_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/vpn_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/audit_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/common_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/component_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/filesystem_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/health_pb2.py +12 -8
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/health_pb2.pyi +4 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/image_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/ip_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/machine_pb2.py +70 -68
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/machine_pb2.pyi +12 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/method_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/network_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/partition_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/predefined_rules_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/project_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_imageconstraint_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_reservation_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/switch_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/tenant_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/token_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/user_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/version_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/vpn_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/bmc_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/boot_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/component_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/event_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/switch_pb2.py +4 -4
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/README.md +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metal_stack_api.egg-info/SOURCES.txt +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metal_stack_api.egg-info/dependency_links.txt +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metal_stack_api.egg-info/requires.txt +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metal_stack_api.egg-info/top_level.txt +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/__init__.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/__init__.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/__init__.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/audit_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/audit_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/component_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/component_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/filesystem_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/filesystem_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/image_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/image_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/ip_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/ip_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/machine_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/machine_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/network_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/network_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/partition_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/partition_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/project_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/project_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_imageconstraint_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_imageconstraint_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_reservation_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_reservation_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/switch_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/switch_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/task_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/task_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/tenant_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/tenant_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/token_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/token_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/vpn_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/vpn_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/__init__.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/__init__.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/audit_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/audit_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/common_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/component_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/filesystem_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/filesystem_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/health_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/image_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/image_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/ip_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/ip_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/machine_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/method_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/method_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/network_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/network_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/partition_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/partition_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/predefined_rules_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/project_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/project_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_imageconstraint_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_imageconstraint_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_reservation_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_reservation_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/switch_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/tenant_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/tenant_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/token_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/token_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/user_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/user_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/version_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/version_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/vpn_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/client/__init__.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/client/client.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/__init__.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/__init__.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/bmc_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/bmc_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/boot_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/boot_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/component_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/component_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/event_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/event_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/switch_connect.py +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/switch_pb2.pyi +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/setup.cfg +0 -0
- {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/setup.py +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/audit.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/audit.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/component.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/component.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/filesystem.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/filesystem.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/image.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/image.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/ip.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/ip.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/machine.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/machine.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/network.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/network.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/partition.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/partition.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/project.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/project.proto'
|
|
19
19
|
)
|
{metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_imageconstraint_pb2.py
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/size_imageconstraint.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/size_imageconstraint.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/size.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/size.proto'
|
|
19
19
|
)
|
{metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_reservation_pb2.py
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/size_reservation.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/size_reservation.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/switch.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/switch.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/task.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/task.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/tenant.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/tenant.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/token.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/token.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/vpn.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/vpn.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/api/v2/audit.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/api/v2/audit.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/api/v2/common.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/api/v2/common.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/api/v2/component.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/api/v2/component.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/api/v2/filesystem.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/api/v2/filesystem.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/api/v2/health.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/api/v2/health.proto'
|
|
19
19
|
)
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from metalstack.api.v2 import common_pb2 as metalstack_dot_api_dot_v2_dot_common__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1emetalstack/api/v2/health.proto\x12\x11metalstack.api.v2\x1a\x1emetalstack/api/v2/common.proto\"E\n\x06Health\x12;\n\x08services\x18\x01 \x03(\x0b\x32\x1f.metalstack.api.v2.HealthStatusR\x08services\"\xc6\x02\n\x0cHealthStatus\x12.\n\x04name\x18\x01 \x01(\x0e\x32\x1a.metalstack.api.v2.ServiceR\x04name\x12\x38\n\x06status\x18\x02 \x01(\x0e\x32 .metalstack.api.v2.ServiceStatusR\x06status\x12\x18\n\x07message\x18\x03 \x01(\tR\x07message\x12O\n\npartitions\x18\x04 \x03(\x0b\x32/.metalstack.api.v2.HealthStatus.PartitionsEntryR\npartitions\x1a\x61\n\x0fPartitionsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x38\n\x05value\x18\x02 \x01(\x0b\x32\".metalstack.api.v2.PartitionHealthR\x05value:\x02\x38\x01\"e\n\x0fPartitionHealth\x12\x38\n\x06status\x18\x01 \x01(\x0e\x32 .metalstack.api.v2.ServiceStatusR\x06status\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\"\x19\n\x17HealthServiceGetRequest\"M\n\x18HealthServiceGetResponse\x12\x31\n\x06health\x18\x01 \x01(\x0b\x32\x19.metalstack.api.v2.HealthR\x06health*\x86\x01\n\rServiceStatus\x12\x1e\n\x1aSERVICE_STATUS_UNSPECIFIED\x10\x00\x12\x1b\n\x17SERVICE_STATUS_DEGRADED\x10\x01\x12\x1c\n\x18SERVICE_STATUS_UNHEALTHY\x10\x02\x12\x1a\n\x16SERVICE_STATUS_HEALTHY\x10\x03*\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1emetalstack/api/v2/health.proto\x12\x11metalstack.api.v2\x1a\x1emetalstack/api/v2/common.proto\"E\n\x06Health\x12;\n\x08services\x18\x01 \x03(\x0b\x32\x1f.metalstack.api.v2.HealthStatusR\x08services\"\xc6\x02\n\x0cHealthStatus\x12.\n\x04name\x18\x01 \x01(\x0e\x32\x1a.metalstack.api.v2.ServiceR\x04name\x12\x38\n\x06status\x18\x02 \x01(\x0e\x32 .metalstack.api.v2.ServiceStatusR\x06status\x12\x18\n\x07message\x18\x03 \x01(\tR\x07message\x12O\n\npartitions\x18\x04 \x03(\x0b\x32/.metalstack.api.v2.HealthStatus.PartitionsEntryR\npartitions\x1a\x61\n\x0fPartitionsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x38\n\x05value\x18\x02 \x01(\x0b\x32\".metalstack.api.v2.PartitionHealthR\x05value:\x02\x38\x01\"e\n\x0fPartitionHealth\x12\x38\n\x06status\x18\x01 \x01(\x0e\x32 .metalstack.api.v2.ServiceStatusR\x06status\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\"\x19\n\x17HealthServiceGetRequest\"M\n\x18HealthServiceGetResponse\x12\x31\n\x06health\x18\x01 \x01(\x0b\x32\x19.metalstack.api.v2.HealthR\x06health*\x86\x01\n\rServiceStatus\x12\x1e\n\x1aSERVICE_STATUS_UNSPECIFIED\x10\x00\x12\x1b\n\x17SERVICE_STATUS_DEGRADED\x10\x01\x12\x1c\n\x18SERVICE_STATUS_UNHEALTHY\x10\x02\x12\x1a\n\x16SERVICE_STATUS_HEALTHY\x10\x03*\xa2\x02\n\x07Service\x12\x17\n\x13SERVICE_UNSPECIFIED\x10\x00\x12\x1a\n\x0cSERVICE_IPAM\x10\x01\x1a\x08\x82\xb2\x19\x04ipam\x12\"\n\x0fSERVICE_RETHINK\x10\x02\x1a\r\x82\xb2\x19\trethinkdb\x12&\n\x12SERVICE_MASTERDATA\x10\x03\x1a\x0e\x82\xb2\x19\nmasterdata\x12\"\n\x10SERVICE_MACHINES\x10\x04\x1a\x0c\x82\xb2\x19\x08machines\x12\x1c\n\rSERVICE_AUDIT\x10\x05\x1a\t\x82\xb2\x19\x05\x61udit\x12\x18\n\x0bSERVICE_VPN\x10\x06\x1a\x07\x82\xb2\x19\x03vpn\x12\x1c\n\rSERVICE_REDIS\x10\x07\x1a\t\x82\xb2\x19\x05redis\x12\x1c\n\rSERVICE_TASKS\x10\x08\x1a\t\x82\xb2\x19\x05tasks2y\n\rHealthService\x12h\n\x03Get\x12*.metalstack.api.v2.HealthServiceGetRequest\x1a+.metalstack.api.v2.HealthServiceGetResponse\"\x08\xd8\xf3\x18\x01\xe0\xf3\x18\x02\x42\xc1\x01\n\x15\x63om.metalstack.api.v2B\x0bHealthProtoP\x01Z5github.com/metal-stack/api/go/metalstack/api/v2;apiv2\xa2\x02\x03MAX\xaa\x02\x11Metalstack.Api.V2\xca\x02\x11Metalstack\\Api\\V2\xe2\x02\x1dMetalstack\\Api\\V2\\GPBMetadata\xea\x02\x13Metalstack::Api::V2b\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -45,6 +45,10 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
45
45
|
_globals['_SERVICE'].values_by_name["SERVICE_AUDIT"]._serialized_options = b'\202\262\031\005audit'
|
|
46
46
|
_globals['_SERVICE'].values_by_name["SERVICE_VPN"]._loaded_options = None
|
|
47
47
|
_globals['_SERVICE'].values_by_name["SERVICE_VPN"]._serialized_options = b'\202\262\031\003vpn'
|
|
48
|
+
_globals['_SERVICE'].values_by_name["SERVICE_REDIS"]._loaded_options = None
|
|
49
|
+
_globals['_SERVICE'].values_by_name["SERVICE_REDIS"]._serialized_options = b'\202\262\031\005redis'
|
|
50
|
+
_globals['_SERVICE'].values_by_name["SERVICE_TASKS"]._loaded_options = None
|
|
51
|
+
_globals['_SERVICE'].values_by_name["SERVICE_TASKS"]._serialized_options = b'\202\262\031\005tasks'
|
|
48
52
|
_globals['_HEALTHSTATUS_PARTITIONSENTRY']._loaded_options = None
|
|
49
53
|
_globals['_HEALTHSTATUS_PARTITIONSENTRY']._serialized_options = b'8\001'
|
|
50
54
|
_globals['_HEALTHSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
@@ -52,7 +56,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
52
56
|
_globals['_SERVICESTATUS']._serialized_start=695
|
|
53
57
|
_globals['_SERVICESTATUS']._serialized_end=829
|
|
54
58
|
_globals['_SERVICE']._serialized_start=832
|
|
55
|
-
_globals['_SERVICE']._serialized_end=
|
|
59
|
+
_globals['_SERVICE']._serialized_end=1122
|
|
56
60
|
_globals['_HEALTH']._serialized_start=85
|
|
57
61
|
_globals['_HEALTH']._serialized_end=154
|
|
58
62
|
_globals['_HEALTHSTATUS']._serialized_start=157
|
|
@@ -65,6 +69,6 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
65
69
|
_globals['_HEALTHSERVICEGETREQUEST']._serialized_end=613
|
|
66
70
|
_globals['_HEALTHSERVICEGETRESPONSE']._serialized_start=615
|
|
67
71
|
_globals['_HEALTHSERVICEGETRESPONSE']._serialized_end=692
|
|
68
|
-
_globals['_HEALTHSERVICE']._serialized_start=
|
|
69
|
-
_globals['_HEALTHSERVICE']._serialized_end=
|
|
72
|
+
_globals['_HEALTHSERVICE']._serialized_start=1124
|
|
73
|
+
_globals['_HEALTHSERVICE']._serialized_end=1245
|
|
70
74
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -24,6 +24,8 @@ class Service(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
24
24
|
SERVICE_MACHINES: _ClassVar[Service]
|
|
25
25
|
SERVICE_AUDIT: _ClassVar[Service]
|
|
26
26
|
SERVICE_VPN: _ClassVar[Service]
|
|
27
|
+
SERVICE_REDIS: _ClassVar[Service]
|
|
28
|
+
SERVICE_TASKS: _ClassVar[Service]
|
|
27
29
|
SERVICE_STATUS_UNSPECIFIED: ServiceStatus
|
|
28
30
|
SERVICE_STATUS_DEGRADED: ServiceStatus
|
|
29
31
|
SERVICE_STATUS_UNHEALTHY: ServiceStatus
|
|
@@ -35,6 +37,8 @@ SERVICE_MASTERDATA: Service
|
|
|
35
37
|
SERVICE_MACHINES: Service
|
|
36
38
|
SERVICE_AUDIT: Service
|
|
37
39
|
SERVICE_VPN: Service
|
|
40
|
+
SERVICE_REDIS: Service
|
|
41
|
+
SERVICE_TASKS: Service
|
|
38
42
|
|
|
39
43
|
class Health(_message.Message):
|
|
40
44
|
__slots__ = ("services",)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/api/v2/image.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/api/v2/image.proto'
|
|
19
19
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/api/v2/ip.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 7.34.0
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
7,
|
|
15
|
+
34,
|
|
16
|
+
0,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/api/v2/ip.proto'
|
|
19
19
|
)
|