qontract-reconcile 0.10.1rc687__py3-none-any.whl → 0.10.1rc688__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qontract-reconcile
3
- Version: 0.10.1rc687
3
+ Version: 0.10.1rc688
4
4
  Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
5
5
  Home-page: https://github.com/app-sre/qontract-reconcile
6
6
  Author: Red Hat App-SRE Team
@@ -266,7 +266,7 @@ reconcile/gql_definitions/glitchtip/glitchtip_project.py,sha256=oFijq1LIQysUM-IO
266
266
  reconcile/gql_definitions/glitchtip_project_alerts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
267
267
  reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py,sha256=9gtwIyJOuhM6u-aIIsU2KEobG_aoAEhSsIGM-gkFrqM,4201
268
268
  reconcile/gql_definitions/integrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
269
- reconcile/gql_definitions/integrations/integrations.py,sha256=R-COVEcr8OWiOjuYTv4ClOH7rYi_JeYnlb5KcL943Ho,11493
269
+ reconcile/gql_definitions/integrations/integrations.py,sha256=LfpgVbCCCk20ohwP5pDea5fwxMFGrcgE6J_WHBuGqek,11595
270
270
  reconcile/gql_definitions/jenkins_configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
271
271
  reconcile/gql_definitions/jenkins_configs/jenkins_configs.py,sha256=0nMkH0G-AjQwu53fqHykth6X6jjbHdW2hBp5n7N-r24,2766
272
272
  reconcile/gql_definitions/jira_permissions_validator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -724,8 +724,8 @@ tools/test/test_app_interface_metrics_exporter.py,sha256=SX7qL3D1SIRKFo95FoQztvf
724
724
  tools/test/test_qontract_cli.py,sha256=OvalpVRfY4pNmpMaWHHYqBjV68b1eGQjX8SCyTAXb1w,3501
725
725
  tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
726
726
  tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
727
- qontract_reconcile-0.10.1rc687.dist-info/METADATA,sha256=ieyzVw2oajdnhS2d27l9XX_se0yz7affe5EdsYqRrVE,2382
728
- qontract_reconcile-0.10.1rc687.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
729
- qontract_reconcile-0.10.1rc687.dist-info/entry_points.txt,sha256=rIxI5zWtHNlfpDeq1a7pZXAPoqf7HG32KMTN3MeWK_8,429
730
- qontract_reconcile-0.10.1rc687.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
731
- qontract_reconcile-0.10.1rc687.dist-info/RECORD,,
727
+ qontract_reconcile-0.10.1rc688.dist-info/METADATA,sha256=z7AGCZL91bTa63D1vXrfweO5_Orz1ya1HRRCWGf7l6o,2382
728
+ qontract_reconcile-0.10.1rc688.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
729
+ qontract_reconcile-0.10.1rc688.dist-info/entry_points.txt,sha256=rIxI5zWtHNlfpDeq1a7pZXAPoqf7HG32KMTN3MeWK_8,429
730
+ qontract_reconcile-0.10.1rc688.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
731
+ qontract_reconcile-0.10.1rc688.dist-info/RECORD,,
@@ -108,6 +108,7 @@ query Integrations {
108
108
  sleepDurationSecs
109
109
  state
110
110
  storage
111
+ storageClassName
111
112
  trigger
112
113
  cron
113
114
  dashdotdb
@@ -248,6 +249,7 @@ class IntegrationSpecV1(ConfiguredBaseModel):
248
249
  sleep_duration_secs: Optional[str] = Field(..., alias="sleepDurationSecs")
249
250
  state: Optional[bool] = Field(..., alias="state")
250
251
  storage: Optional[str] = Field(..., alias="storage")
252
+ storage_class_name: Optional[str] = Field(..., alias="storageClassName")
251
253
  trigger: Optional[bool] = Field(..., alias="trigger")
252
254
  cron: Optional[str] = Field(..., alias="cron")
253
255
  dashdotdb: Optional[bool] = Field(..., alias="dashdotdb")