qontract-reconcile 0.10.2.dev147__py3-none-any.whl → 0.10.2.dev148__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.
- {qontract_reconcile-0.10.2.dev147.dist-info → qontract_reconcile-0.10.2.dev148.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.2.dev147.dist-info → qontract_reconcile-0.10.2.dev148.dist-info}/RECORD +5 -5
- tools/qontract_cli.py +1 -1
- {qontract_reconcile-0.10.2.dev147.dist-info → qontract_reconcile-0.10.2.dev148.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev147.dist-info → qontract_reconcile-0.10.2.dev148.dist-info}/entry_points.txt +0 -0
{qontract_reconcile-0.10.2.dev147.dist-info → qontract_reconcile-0.10.2.dev148.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: qontract-reconcile
|
3
|
-
Version: 0.10.2.
|
3
|
+
Version: 0.10.2.dev148
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
5
5
|
Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
|
6
6
|
Project-URL: repository, https://github.com/app-sre/qontract-reconcile
|
{qontract_reconcile-0.10.2.dev147.dist-info → qontract_reconcile-0.10.2.dev148.dist-info}/RECORD
RENAMED
@@ -770,7 +770,7 @@ tools/app_sre_tekton_access_reporter.py,sha256=o9prLUgQpwO3msRWc2as1xT1y9OB3znkp
|
|
770
770
|
tools/app_sre_tekton_access_revalidation.py,sha256=66nHEaY-bIqxIhpcmwN8AvQZu6ZXenfkg4Fut0pVZRM,2726
|
771
771
|
tools/glitchtip_access_reporter.py,sha256=o01A6b88t3Wie6tj_tJWWVo2J01LxQ_a9giGm4UzEaU,2901
|
772
772
|
tools/glitchtip_access_revalidation.py,sha256=PXN5wxl6OX8sxddPaakDF3X79nFLvpm-lz0mWLVelw0,2806
|
773
|
-
tools/qontract_cli.py,sha256=
|
773
|
+
tools/qontract_cli.py,sha256=VmwXfvYEUewhvTYA3M2ucjRzhCb2G42AWrb9asMsdSQ,157451
|
774
774
|
tools/sd_app_sre_alert_report.py,sha256=jQpJdXVID68bSNtJNOGDh0-ei1CfEUS4Itr4MAaBNFA,5062
|
775
775
|
tools/template_validation.py,sha256=qpKYaTgk0GOPGa2Ct5_5sKdwIHtCAKIBGzsMPuJU5fw,3371
|
776
776
|
tools/cli_commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -797,7 +797,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
797
797
|
tools/saas_promotion_state/saas_promotion_state.py,sha256=UfwwRLS5Ya4_Nh1w5n1dvoYtchQvYE9yj1VANt2IKqI,3925
|
798
798
|
tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
|
799
799
|
tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y,894
|
800
|
-
qontract_reconcile-0.10.2.
|
801
|
-
qontract_reconcile-0.10.2.
|
802
|
-
qontract_reconcile-0.10.2.
|
803
|
-
qontract_reconcile-0.10.2.
|
800
|
+
qontract_reconcile-0.10.2.dev148.dist-info/METADATA,sha256=kBuHS7iU_WbaGxjsnZVvv7rpMhB0hutZQ94Hs7AYogI,24627
|
801
|
+
qontract_reconcile-0.10.2.dev148.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
802
|
+
qontract_reconcile-0.10.2.dev148.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
|
803
|
+
qontract_reconcile-0.10.2.dev148.dist-info/RECORD,,
|
tools/qontract_cli.py
CHANGED
@@ -2510,7 +2510,7 @@ def selectorsyncset_managed_resources(ctx: click.Context, use_jump_host: bool) -
|
|
2510
2510
|
try:
|
2511
2511
|
for resource in sss["spec"]["resources"]:
|
2512
2512
|
kind = resource["kind"]
|
2513
|
-
namespace = resource["metadata"].get("namespace")
|
2513
|
+
namespace = resource["metadata"].get("namespace", "")
|
2514
2514
|
name = resource["metadata"]["name"]
|
2515
2515
|
item = {
|
2516
2516
|
"cluster": c_name,
|
{qontract_reconcile-0.10.2.dev147.dist-info → qontract_reconcile-0.10.2.dev148.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|