nominal-api 0.647.2__py3-none-any.whl → 0.648.0__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 nominal-api might be problematic. Click here for more details.

nominal_api/__init__.py CHANGED
@@ -76,5 +76,5 @@ __all__ = [
76
76
 
77
77
  __conjure_generator_version__ = "4.9.0"
78
78
 
79
- __version__ = "0.647.2"
79
+ __version__ = "0.648.0"
80
80
 
nominal_api/_impl.py CHANGED
@@ -11714,6 +11714,32 @@ ingest_workflow_api_EnsureImagePullSecretCreatedResponse.__qualname__ = "EnsureI
11714
11714
  ingest_workflow_api_EnsureImagePullSecretCreatedResponse.__module__ = "nominal_api.ingest_workflow_api"
11715
11715
 
11716
11716
 
11717
+ class ingest_workflow_api_EnsureWorkspaceConfigMapCreatedRequest(ConjureBeanType):
11718
+ """
11719
+ For a given workspace rid, ensures there is a log4j2 config map defined in the namespace.
11720
+ """
11721
+
11722
+ @builtins.classmethod
11723
+ def _fields(cls) -> Dict[str, ConjureFieldDefinition]:
11724
+ return {
11725
+ 'workspace_rid': ConjureFieldDefinition('workspaceRid', api_rids_WorkspaceRid)
11726
+ }
11727
+
11728
+ __slots__: List[str] = ['_workspace_rid']
11729
+
11730
+ def __init__(self, workspace_rid: str) -> None:
11731
+ self._workspace_rid = workspace_rid
11732
+
11733
+ @builtins.property
11734
+ def workspace_rid(self) -> str:
11735
+ return self._workspace_rid
11736
+
11737
+
11738
+ ingest_workflow_api_EnsureWorkspaceConfigMapCreatedRequest.__name__ = "EnsureWorkspaceConfigMapCreatedRequest"
11739
+ ingest_workflow_api_EnsureWorkspaceConfigMapCreatedRequest.__qualname__ = "EnsureWorkspaceConfigMapCreatedRequest"
11740
+ ingest_workflow_api_EnsureWorkspaceConfigMapCreatedRequest.__module__ = "nominal_api.ingest_workflow_api"
11741
+
11742
+
11717
11743
  class ingest_workflow_api_EnsureWorkspaceNamespaceCreatedRequest(ConjureBeanType):
11718
11744
  """
11719
11745
  For a given workspace rid, ensures that there is a corresponding K8s namespace created.
@@ -5,6 +5,7 @@ from .._impl import (
5
5
  ingest_workflow_api_EnsureExtractorJobCreatedResponse as EnsureExtractorJobCreatedResponse,
6
6
  ingest_workflow_api_EnsureImagePullSecretCreatedRequest as EnsureImagePullSecretCreatedRequest,
7
7
  ingest_workflow_api_EnsureImagePullSecretCreatedResponse as EnsureImagePullSecretCreatedResponse,
8
+ ingest_workflow_api_EnsureWorkspaceConfigMapCreatedRequest as EnsureWorkspaceConfigMapCreatedRequest,
8
9
  ingest_workflow_api_EnsureWorkspaceNamespaceCreatedRequest as EnsureWorkspaceNamespaceCreatedRequest,
9
10
  ingest_workflow_api_EnsureWorkspaceServiceAccountCreatedRequest as EnsureWorkspaceServiceAccountCreatedRequest,
10
11
  ingest_workflow_api_ExtractorJobState as ExtractorJobState,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nominal-api
3
- Version: 0.647.2
3
+ Version: 0.648.0
4
4
  Requires-Python: >=3.8
5
5
  Requires-Dist: requests
6
6
  Requires-Dist: conjure-python-client<3,>=2.8.0
@@ -1,5 +1,5 @@
1
- nominal_api/__init__.py,sha256=VNLIBl_2xdPbxv3s2fgl-2JJuyoUoHIEmWCKtka88h4,1995
2
- nominal_api/_impl.py,sha256=nnPMJeCfCGKtACOLl7GwCJ6Vy3MoLVuo9gq7DO9e1XA,3092151
1
+ nominal_api/__init__.py,sha256=UyIsaXjtJzowGOZDSBrr5mvJIwOAyFaVsnJf-zEPv2M,1995
2
+ nominal_api/_impl.py,sha256=fEbMKHOIzTdVyoP9HfEERDmfiwa8ZnGZskAoCyIrXHQ,3093123
3
3
  nominal_api/py.typed,sha256=eoZ6GfifbqhMLNzjlqRDVil-yyBkOmVN9ujSgJWNBlY,15
4
4
  nominal_api/api/__init__.py,sha256=1oJPOuAMfV2uClPUW8Ie1nj2Y6j81TDpedcc3yUFTe0,1294
5
5
  nominal_api/api_ids/__init__.py,sha256=CAtt44XgNZEEUDv-BbEbYtuxQ8y1wqSZU-STjBYdZv8,80
@@ -16,7 +16,7 @@ nominal_api/datasource_logset_api/__init__.py,sha256=JyjO1tQmG-HZ7kYMi8lSfeaaYdd
16
16
  nominal_api/datasource_pagination_api/__init__.py,sha256=3GO8TAUavOe6dUEitOhje74aSZHjTKVI5N1MNuct1lI,212
17
17
  nominal_api/event/__init__.py,sha256=I6GasoAKx2MLe72oaGDjnB_GWsGOnf6Ow_li3bi4eY8,1024
18
18
  nominal_api/ingest_api/__init__.py,sha256=o-JBX6tm7Tfwkll1eqiiOzqZYvIyajtgqGkPjmYjrrQ,7014
19
- nominal_api/ingest_workflow_api/__init__.py,sha256=fbjGpZ-UK2dTfdpzKIurwLB5m24afqsD81WT84kYFs4,1628
19
+ nominal_api/ingest_workflow_api/__init__.py,sha256=v4R4WHLHlflcrPYzYlB1dqvnObwjxlvr2Whs_QUPj8A,1734
20
20
  nominal_api/persistent_compute_api/__init__.py,sha256=ThraDBJyYB5nFrbB6FZZpDoVAmsq8GAibiK0nu63MVA,2050
21
21
  nominal_api/scout/__init__.py,sha256=ip3XK_9jJKAoFiCifUVMTpDMiUE4mWIdGzMDu7LASus,324
22
22
  nominal_api/scout_api/__init__.py,sha256=_yhqikk4r2QptjyRGhmcs8z3Ocjpw8rzvxqkc48HS5s,592
@@ -73,7 +73,7 @@ nominal_api/timeseries_logicalseries_api/__init__.py,sha256=Q9iZHurmyDsJIFbUg-Eb
73
73
  nominal_api/timeseries_seriescache/__init__.py,sha256=tFCkNuyrVMgtj-HIl1pOYPJHaL2VikI4C_x97bX_Lcs,109
74
74
  nominal_api/timeseries_seriescache_api/__init__.py,sha256=U9EhlqdF9qzD1O9al0vcvcdgS_C5lq-lN3Kmr0K3g84,1191
75
75
  nominal_api/upload_api/__init__.py,sha256=ZMudWMSqCrNozohbHaJKuxJnT9Edepe7nxxXMz_pT9k,87
76
- nominal_api-0.647.2.dist-info/METADATA,sha256=8h2pYKXm-QoigguqZw5b6iLBqK00uwk7P1MqFkrM044,199
77
- nominal_api-0.647.2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
78
- nominal_api-0.647.2.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
79
- nominal_api-0.647.2.dist-info/RECORD,,
76
+ nominal_api-0.648.0.dist-info/METADATA,sha256=3zganmhOd34ybiAGMBgc7VBym6A4kLuqTlLuioYbWgA,199
77
+ nominal_api-0.648.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
78
+ nominal_api-0.648.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
79
+ nominal_api-0.648.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (79.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5