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.
Files changed (145) hide show
  1. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/PKG-INFO +1 -1
  2. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metal_stack_api.egg-info/PKG-INFO +1 -1
  3. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/audit_pb2.py +4 -4
  4. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/component_pb2.py +4 -4
  5. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/filesystem_pb2.py +4 -4
  6. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/image_pb2.py +4 -4
  7. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/ip_pb2.py +4 -4
  8. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/machine_pb2.py +4 -4
  9. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/network_pb2.py +4 -4
  10. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/partition_pb2.py +4 -4
  11. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/project_pb2.py +4 -4
  12. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_imageconstraint_pb2.py +4 -4
  13. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_pb2.py +4 -4
  14. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_reservation_pb2.py +4 -4
  15. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/switch_pb2.py +4 -4
  16. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/task_pb2.py +4 -4
  17. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/tenant_pb2.py +4 -4
  18. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/token_pb2.py +4 -4
  19. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/vpn_pb2.py +4 -4
  20. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/audit_pb2.py +4 -4
  21. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/common_pb2.py +4 -4
  22. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/component_pb2.py +4 -4
  23. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/filesystem_pb2.py +4 -4
  24. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/health_pb2.py +12 -8
  25. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/health_pb2.pyi +4 -0
  26. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/image_pb2.py +4 -4
  27. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/ip_pb2.py +4 -4
  28. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/machine_pb2.py +70 -68
  29. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/machine_pb2.pyi +12 -4
  30. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/method_pb2.py +4 -4
  31. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/network_pb2.py +4 -4
  32. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/partition_pb2.py +4 -4
  33. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/predefined_rules_pb2.py +4 -4
  34. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/project_pb2.py +4 -4
  35. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_imageconstraint_pb2.py +4 -4
  36. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_pb2.py +4 -4
  37. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_reservation_pb2.py +4 -4
  38. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/switch_pb2.py +4 -4
  39. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/tenant_pb2.py +4 -4
  40. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/token_pb2.py +4 -4
  41. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/user_pb2.py +4 -4
  42. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/version_pb2.py +4 -4
  43. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/vpn_pb2.py +4 -4
  44. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/bmc_pb2.py +4 -4
  45. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/boot_pb2.py +4 -4
  46. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/component_pb2.py +4 -4
  47. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/event_pb2.py +4 -4
  48. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/switch_pb2.py +4 -4
  49. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/README.md +0 -0
  50. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metal_stack_api.egg-info/SOURCES.txt +0 -0
  51. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metal_stack_api.egg-info/dependency_links.txt +0 -0
  52. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metal_stack_api.egg-info/requires.txt +0 -0
  53. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metal_stack_api.egg-info/top_level.txt +0 -0
  54. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/__init__.py +0 -0
  55. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/__init__.py +0 -0
  56. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/__init__.py +0 -0
  57. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/audit_connect.py +0 -0
  58. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/audit_pb2.pyi +0 -0
  59. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/component_connect.py +0 -0
  60. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/component_pb2.pyi +0 -0
  61. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/filesystem_connect.py +0 -0
  62. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/filesystem_pb2.pyi +0 -0
  63. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/image_connect.py +0 -0
  64. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/image_pb2.pyi +0 -0
  65. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/ip_connect.py +0 -0
  66. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/ip_pb2.pyi +0 -0
  67. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/machine_connect.py +0 -0
  68. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/machine_pb2.pyi +0 -0
  69. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/network_connect.py +0 -0
  70. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/network_pb2.pyi +0 -0
  71. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/partition_connect.py +0 -0
  72. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/partition_pb2.pyi +0 -0
  73. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/project_connect.py +0 -0
  74. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/project_pb2.pyi +0 -0
  75. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_connect.py +0 -0
  76. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_imageconstraint_connect.py +0 -0
  77. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_imageconstraint_pb2.pyi +0 -0
  78. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_pb2.pyi +0 -0
  79. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_reservation_connect.py +0 -0
  80. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/size_reservation_pb2.pyi +0 -0
  81. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/switch_connect.py +0 -0
  82. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/switch_pb2.pyi +0 -0
  83. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/task_connect.py +0 -0
  84. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/task_pb2.pyi +0 -0
  85. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/tenant_connect.py +0 -0
  86. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/tenant_pb2.pyi +0 -0
  87. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/token_connect.py +0 -0
  88. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/token_pb2.pyi +0 -0
  89. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/vpn_connect.py +0 -0
  90. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/admin/v2/vpn_pb2.pyi +0 -0
  91. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/__init__.py +0 -0
  92. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/__init__.py +0 -0
  93. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/audit_connect.py +0 -0
  94. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/audit_pb2.pyi +0 -0
  95. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/common_pb2.pyi +0 -0
  96. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/component_pb2.pyi +0 -0
  97. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/filesystem_connect.py +0 -0
  98. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/filesystem_pb2.pyi +0 -0
  99. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/health_connect.py +0 -0
  100. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/image_connect.py +0 -0
  101. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/image_pb2.pyi +0 -0
  102. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/ip_connect.py +0 -0
  103. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/ip_pb2.pyi +0 -0
  104. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/machine_connect.py +0 -0
  105. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/method_connect.py +0 -0
  106. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/method_pb2.pyi +0 -0
  107. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/network_connect.py +0 -0
  108. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/network_pb2.pyi +0 -0
  109. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/partition_connect.py +0 -0
  110. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/partition_pb2.pyi +0 -0
  111. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/predefined_rules_pb2.pyi +0 -0
  112. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/project_connect.py +0 -0
  113. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/project_pb2.pyi +0 -0
  114. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_connect.py +0 -0
  115. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_imageconstraint_connect.py +0 -0
  116. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_imageconstraint_pb2.pyi +0 -0
  117. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_pb2.pyi +0 -0
  118. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_reservation_connect.py +0 -0
  119. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/size_reservation_pb2.pyi +0 -0
  120. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/switch_pb2.pyi +0 -0
  121. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/tenant_connect.py +0 -0
  122. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/tenant_pb2.pyi +0 -0
  123. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/token_connect.py +0 -0
  124. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/token_pb2.pyi +0 -0
  125. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/user_connect.py +0 -0
  126. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/user_pb2.pyi +0 -0
  127. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/version_connect.py +0 -0
  128. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/version_pb2.pyi +0 -0
  129. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/api/v2/vpn_pb2.pyi +0 -0
  130. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/client/__init__.py +0 -0
  131. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/client/client.py +0 -0
  132. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/__init__.py +0 -0
  133. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/__init__.py +0 -0
  134. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/bmc_connect.py +0 -0
  135. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/bmc_pb2.pyi +0 -0
  136. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/boot_connect.py +0 -0
  137. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/boot_pb2.pyi +0 -0
  138. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/component_connect.py +0 -0
  139. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/component_pb2.pyi +0 -0
  140. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/event_connect.py +0 -0
  141. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/event_pb2.pyi +0 -0
  142. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/switch_connect.py +0 -0
  143. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/metalstack/infra/v2/switch_pb2.pyi +0 -0
  144. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/setup.cfg +0 -0
  145. {metal_stack_api-0.0.55 → metal_stack_api-0.0.57}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metal-stack-api
3
- Version: 0.0.55
3
+ Version: 0.0.57
4
4
  Summary: Python API client for metal-stack api
5
5
  Home-page: https://github.com/metal-stack/api
6
6
  Author: metal-stack authors
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metal-stack-api
3
- Version: 0.0.55
3
+ Version: 0.0.57
4
4
  Summary: Python API client for metal-stack api
5
5
  Home-page: https://github.com/metal-stack/api
6
6
  Author: metal-stack authors
@@ -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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
14
+ 7,
15
+ 34,
16
+ 0,
17
17
  '',
18
18
  'metalstack/admin/v2/project.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_imageconstraint.proto
5
- # Protobuf Python Version: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
14
+ 7,
15
+ 34,
16
+ 0,
17
17
  '',
18
18
  'metalstack/admin/v2/size.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_reservation.proto
5
- # Protobuf Python Version: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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*\xe6\x01\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\x03vpn2y\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')
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=1062
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=1064
69
- _globals['_HEALTHSERVICE']._serialized_end=1185
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
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: 6.33.5
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
- 6,
15
- 33,
16
- 5,
14
+ 7,
15
+ 34,
16
+ 0,
17
17
  '',
18
18
  'metalstack/api/v2/ip.proto'
19
19
  )