yandexcloud 0.302.0__py3-none-any.whl → 0.303.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 yandexcloud might be problematic. Click here for more details.
- yandexcloud/_wrappers/dataproc/__init__.py +3 -3
- {yandexcloud-0.302.0.dist-info → yandexcloud-0.303.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.302.0.dist-info → yandexcloud-0.303.0.dist-info}/RECORD +7 -7
- {yandexcloud-0.302.0.dist-info → yandexcloud-0.303.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.302.0.dist-info → yandexcloud-0.303.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.302.0.dist-info → yandexcloud-0.303.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.302.0.dist-info → yandexcloud-0.303.0.dist-info}/top_level.txt +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# mypy: ignore-errors
|
|
4
4
|
import logging
|
|
5
5
|
import random
|
|
6
|
-
from typing import
|
|
6
|
+
from typing import Iterable, NamedTuple
|
|
7
7
|
|
|
8
8
|
from google.protobuf.field_mask_pb2 import FieldMask
|
|
9
9
|
from six import string_types
|
|
@@ -22,7 +22,7 @@ import yandex.cloud.dataproc.v1.subcluster_service_pb2_grpc as subcluster_servic
|
|
|
22
22
|
|
|
23
23
|
class InitializationAction(NamedTuple):
|
|
24
24
|
uri: str # Uri of the executable file
|
|
25
|
-
args:
|
|
25
|
+
args: Iterable[str] # Arguments to the initialization action
|
|
26
26
|
timeout: int # Execution timeout
|
|
27
27
|
|
|
28
28
|
def to_grpc(self):
|
|
@@ -183,7 +183,7 @@ class Dataproc:
|
|
|
183
183
|
Docs: https://cloud.yandex.com/en-ru/docs/data-proc/concepts/network#security-groups
|
|
184
184
|
:type security_group_ids: List[str]
|
|
185
185
|
:param initialization_actions: Set of init-actions to run when cluster starts
|
|
186
|
-
:type initialization_actions:
|
|
186
|
+
:type initialization_actions: Iterable[InitializationAction]
|
|
187
187
|
:param labels: Cluster labels as key:value pairs. No more than 64 per resource.
|
|
188
188
|
:type labels: Dict[str, str]
|
|
189
189
|
|
|
@@ -2425,10 +2425,10 @@ yandexcloud/auth.py,sha256=SD_IVGUhN_Ny8f-qtnNWtZQ1VPYrGbKypFAbQcaSQ58,1008
|
|
|
2425
2425
|
yandexcloud/operations.py,sha256=ZSvEhe_JMBefkDLcFtSHnOAoY2g_MVVVM1qcDUtpvgs,831
|
|
2426
2426
|
yandexcloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2427
2427
|
yandexcloud/_wrappers/__init__.py,sha256=z19vuf3vgVGWFc-0d1LFsyVXiM-SYlhvvWRQI8l1T_8,428
|
|
2428
|
-
yandexcloud/_wrappers/dataproc/__init__.py,sha256=
|
|
2429
|
-
yandexcloud-0.
|
|
2430
|
-
yandexcloud-0.
|
|
2431
|
-
yandexcloud-0.
|
|
2432
|
-
yandexcloud-0.
|
|
2433
|
-
yandexcloud-0.
|
|
2434
|
-
yandexcloud-0.
|
|
2428
|
+
yandexcloud/_wrappers/dataproc/__init__.py,sha256=QWM1jhd8dHwTEjhdiAalreNzac1g4jJ5djXoDdXRdfg,33016
|
|
2429
|
+
yandexcloud-0.303.0.dist-info/AUTHORS,sha256=0o7IPkgdTswBveGhbt_73xRPpCrfeEGoZE11AiLvYSQ,231
|
|
2430
|
+
yandexcloud-0.303.0.dist-info/LICENSE,sha256=AFcOYhNOyuBQP89lObqyipdScN2KUUS-OuWoUlVo6yE,1077
|
|
2431
|
+
yandexcloud-0.303.0.dist-info/METADATA,sha256=RJpiT_MLyjeSgHQ63EOVr1xY2Ue_IY84KDp0nkp77oE,10419
|
|
2432
|
+
yandexcloud-0.303.0.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
|
|
2433
|
+
yandexcloud-0.303.0.dist-info/top_level.txt,sha256=p6aBMPGD526A1jM2WVnAneI2qO4kGDWeJi6uwYApDqg,19
|
|
2434
|
+
yandexcloud-0.303.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|