pulumi-harness 0.8.0a1750226873__py3-none-any.whl → 0.8.0a1750480667__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.

Potentially problematic release.


This version of pulumi-harness might be problematic. Click here for more details.

@@ -509,6 +509,22 @@ _utilities.register(
509
509
  "harness:platform/connectorRancher:ConnectorRancher": "ConnectorRancher"
510
510
  }
511
511
  },
512
+ {
513
+ "pkg": "harness",
514
+ "mod": "platform/dashboardFolders",
515
+ "fqn": "pulumi_harness.platform",
516
+ "classes": {
517
+ "harness:platform/dashboardFolders:DashboardFolders": "DashboardFolders"
518
+ }
519
+ },
520
+ {
521
+ "pkg": "harness",
522
+ "mod": "platform/dashboards",
523
+ "fqn": "pulumi_harness.platform",
524
+ "classes": {
525
+ "harness:platform/dashboards:Dashboards": "Dashboards"
526
+ }
527
+ },
512
528
  {
513
529
  "pkg": "harness",
514
530
  "mod": "platform/datadogConnector",
@@ -773,6 +789,14 @@ _utilities.register(
773
789
  "harness:platform/gitopsAppProjectMapping:GitopsAppProjectMapping": "GitopsAppProjectMapping"
774
790
  }
775
791
  },
792
+ {
793
+ "pkg": "harness",
794
+ "mod": "platform/gitopsApplicationset",
795
+ "fqn": "pulumi_harness.platform",
796
+ "classes": {
797
+ "harness:platform/gitopsApplicationset:GitopsApplicationset": "GitopsApplicationset"
798
+ }
799
+ },
776
800
  {
777
801
  "pkg": "harness",
778
802
  "mod": "platform/gitopsFilters",
@@ -24,6 +24,8 @@ from .connector_gcp_kms import *
24
24
  from .connector_jdbc import *
25
25
  from .connector_pdc import *
26
26
  from .connector_rancher import *
27
+ from .dashboard_folders import *
28
+ from .dashboards import *
27
29
  from .datadog_connector import *
28
30
  from .db_instance import *
29
31
  from .db_schema import *
@@ -66,6 +68,8 @@ from .get_connector_pdc import *
66
68
  from .get_connector_rancher import *
67
69
  from .get_current_account import *
68
70
  from .get_current_user import *
71
+ from .get_dashboard_folders import *
72
+ from .get_dashboards import *
69
73
  from .get_datadog_connector import *
70
74
  from .get_db_instance import *
71
75
  from .get_db_schema import *
@@ -171,6 +175,7 @@ from .github_connector import *
171
175
  from .gitlab_connector import *
172
176
  from .gitops_app_project import *
173
177
  from .gitops_app_project_mapping import *
178
+ from .gitops_applicationset import *
174
179
  from .gitops_filters import *
175
180
  from .gitx_webhook import *
176
181
  from .har_registry import *