argo-workflows 6.6.0rc3__py3-none-any.whl → 6.6.1__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 argo-workflows might be problematic. Click here for more details.
- argo_workflows/__init__.py +1 -1
- argo_workflows/api_client.py +1 -1
- argo_workflows/configuration.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_status.py +2 -2
- argo_workflows/model/io_argoproj_workflow_v1alpha1_outputs.py +2 -2
- {argo_workflows-6.6.0rc3.dist-info → argo_workflows-6.6.1.dist-info}/METADATA +2 -2
- {argo_workflows-6.6.0rc3.dist-info → argo_workflows-6.6.1.dist-info}/RECORD +10 -10
- {argo_workflows-6.6.0rc3.dist-info → argo_workflows-6.6.1.dist-info}/WHEEL +1 -1
- {argo_workflows-6.6.0rc3.dist-info → argo_workflows-6.6.1.dist-info}/LICENSE +0 -0
- {argo_workflows-6.6.0rc3.dist-info → argo_workflows-6.6.1.dist-info}/top_level.txt +0 -0
argo_workflows/__init__.py
CHANGED
argo_workflows/api_client.py
CHANGED
|
@@ -76,7 +76,7 @@ class ApiClient(object):
|
|
|
76
76
|
self.default_headers[header_name] = header_value
|
|
77
77
|
self.cookie = cookie
|
|
78
78
|
# Set default User-Agent.
|
|
79
|
-
self.user_agent = 'OpenAPI-Generator/6.6.
|
|
79
|
+
self.user_agent = 'OpenAPI-Generator/6.6.1/python'
|
|
80
80
|
|
|
81
81
|
def __enter__(self):
|
|
82
82
|
return self
|
argo_workflows/configuration.py
CHANGED
|
@@ -409,7 +409,7 @@ conf = argo_workflows.Configuration(
|
|
|
409
409
|
"OS: {env}\n"\
|
|
410
410
|
"Python Version: {pyversion}\n"\
|
|
411
411
|
"Version of the API: VERSION\n"\
|
|
412
|
-
"SDK Package Version: 6.6.
|
|
412
|
+
"SDK Package Version: 6.6.1".\
|
|
413
413
|
format(env=sys.platform, pyversion=sys.version)
|
|
414
414
|
|
|
415
415
|
def get_host_settings(self):
|
|
@@ -126,7 +126,7 @@ class IoArgoprojWorkflowV1alpha1CronWorkflowStatus(ModelNormal):
|
|
|
126
126
|
conditions ([IoArgoprojWorkflowV1alpha1Condition]): Conditions is a list of conditions the CronWorkflow may have
|
|
127
127
|
failed (int): v3.6 and after: Failed counts how many times child workflows failed
|
|
128
128
|
last_scheduled_time (datetime): Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
|
|
129
|
-
phase (str): v3.6 and after: Phase is an enum of Active or Stopped. It changes to Stopped when stopStrategy.
|
|
129
|
+
phase (str): v3.6 and after: Phase is an enum of Active or Stopped. It changes to Stopped when stopStrategy.expression is true
|
|
130
130
|
succeeded (int): v3.6 and after: Succeeded counts how many times child workflows succeeded
|
|
131
131
|
|
|
132
132
|
Keyword Args:
|
|
@@ -221,7 +221,7 @@ class IoArgoprojWorkflowV1alpha1CronWorkflowStatus(ModelNormal):
|
|
|
221
221
|
conditions ([IoArgoprojWorkflowV1alpha1Condition]): Conditions is a list of conditions the CronWorkflow may have
|
|
222
222
|
failed (int): v3.6 and after: Failed counts how many times child workflows failed
|
|
223
223
|
last_scheduled_time (datetime): Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
|
|
224
|
-
phase (str): v3.6 and after: Phase is an enum of Active or Stopped. It changes to Stopped when stopStrategy.
|
|
224
|
+
phase (str): v3.6 and after: Phase is an enum of Active or Stopped. It changes to Stopped when stopStrategy.expression is true
|
|
225
225
|
succeeded (int): v3.6 and after: Succeeded counts how many times child workflows succeeded
|
|
226
226
|
|
|
227
227
|
Keyword Args:
|
|
@@ -151,7 +151,7 @@ class IoArgoprojWorkflowV1alpha1Outputs(ModelNormal):
|
|
|
151
151
|
artifacts ([IoArgoprojWorkflowV1alpha1Artifact]): Artifacts holds the list of output artifacts produced by a step. [optional] # noqa: E501
|
|
152
152
|
exit_code (str): ExitCode holds the exit code of a script template. [optional] # noqa: E501
|
|
153
153
|
parameters ([IoArgoprojWorkflowV1alpha1Parameter]): Parameters holds the list of output parameters produced by a step. [optional] # noqa: E501
|
|
154
|
-
result (str): Result holds the result (stdout) of a script template. [optional] # noqa: E501
|
|
154
|
+
result (str): Result holds the result (stdout) of a script or container template, or the response body of an HTTP template. [optional] # noqa: E501
|
|
155
155
|
"""
|
|
156
156
|
|
|
157
157
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -236,7 +236,7 @@ class IoArgoprojWorkflowV1alpha1Outputs(ModelNormal):
|
|
|
236
236
|
artifacts ([IoArgoprojWorkflowV1alpha1Artifact]): Artifacts holds the list of output artifacts produced by a step. [optional] # noqa: E501
|
|
237
237
|
exit_code (str): ExitCode holds the exit code of a script template. [optional] # noqa: E501
|
|
238
238
|
parameters ([IoArgoprojWorkflowV1alpha1Parameter]): Parameters holds the list of output parameters produced by a step. [optional] # noqa: E501
|
|
239
|
-
result (str): Result holds the result (stdout) of a script template. [optional] # noqa: E501
|
|
239
|
+
result (str): Result holds the result (stdout) of a script or container template, or the response body of an HTTP template. [optional] # noqa: E501
|
|
240
240
|
"""
|
|
241
241
|
|
|
242
242
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: argo-workflows
|
|
3
|
-
Version: 6.6.
|
|
3
|
+
Version: 6.6.1
|
|
4
4
|
Summary: Argo Workflows API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: OpenAPI Generator community
|
|
@@ -8,7 +8,7 @@ Author-email: team@openapitools.org
|
|
|
8
8
|
Keywords: OpenAPI,OpenAPI-Generator,Argo Workflows API
|
|
9
9
|
Requires-Python: >=3.6
|
|
10
10
|
License-File: LICENSE
|
|
11
|
-
Requires-Dist: urllib3
|
|
11
|
+
Requires-Dist: urllib3>=1.25.3
|
|
12
12
|
Requires-Dist: python-dateutil
|
|
13
13
|
|
|
14
14
|
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
argo_workflows/__init__.py,sha256=
|
|
2
|
-
argo_workflows/api_client.py,sha256=
|
|
3
|
-
argo_workflows/configuration.py,sha256=
|
|
1
|
+
argo_workflows/__init__.py,sha256=mt4sQHQG-nQCNKSDSOLjJQ0gL1hp-Dv37pd5-B_FOJ8,867
|
|
2
|
+
argo_workflows/api_client.py,sha256=oty4_5oozNJE8NFYr7WK3DpYOz0RsC_VR5PjJVvJlL8,37814
|
|
3
|
+
argo_workflows/configuration.py,sha256=PxxdSG7XVOh69k6JIZaZoo6GcoPNLjFXMw34FZRXaWA,17371
|
|
4
4
|
argo_workflows/exceptions.py,sha256=FXvBHqAHdE1_omaxz3tI9hhgWJyD1hZbB76ocI_9iTw,5189
|
|
5
5
|
argo_workflows/model_utils.py,sha256=88he5nMaaNMgiP2clkTJrsLfEowUJZqPHmQMFisZ8RI,82203
|
|
6
6
|
argo_workflows/rest.py,sha256=ff7KjBa-FDisbsaafVaCaJ57RQMRXk3YbYoifnbp0Ls,14313
|
|
@@ -220,7 +220,7 @@ argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow.py,sha256=ONGyi
|
|
|
220
220
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_list.py,sha256=DxFT34mbru7YkGy8LRGlW1d-WM92lHNbuCzLkq3vQ0E,13567
|
|
221
221
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_resume_request.py,sha256=q30cZiE3kvHUvphpKLWctmPceOrzjz5blEkn9rlTwHI,11454
|
|
222
222
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_spec.py,sha256=QzqNxLkQFA67tvv8Uu49_xJiV7nzlpVP3PEMrA6VZy4,16447
|
|
223
|
-
argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_status.py,sha256=
|
|
223
|
+
argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_status.py,sha256=to9Gh0g0Og3Ji0pws12T8eh7SuwKK_C8OjLoA2f8UvY,14225
|
|
224
224
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_suspend_request.py,sha256=sXuCNcsfcFlUbdXnKPMR3R2EolTdcCoDWfRlIVw9IVI,11457
|
|
225
225
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_task.py,sha256=GnL0auF1FwaouNky7_AKqImSqY2Ls_J3goA7aeOleEc,17394
|
|
226
226
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_template.py,sha256=AEHIB-3CA9ae4p3YoSP5DxEVRFz0fQ-npdC6Y1x1uXg,13298
|
|
@@ -269,7 +269,7 @@ argo_workflows/model/io_argoproj_workflow_v1alpha1_o_auth2_endpoint_param.py,sha
|
|
|
269
269
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_artifact.py,sha256=-BqhqnRJ0AT6WE_NFjdpIsNdd-H4Shlpp76cFb5XO6g,14672
|
|
270
270
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_artifact_repository.py,sha256=q06E4Tol71gDO1N_w6HcBv6jwxgPcGwp1DyULmDXHU0,14764
|
|
271
271
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_lifecycle_rule.py,sha256=Tp7tpJoAsnb8Inego-6Dkbt_gilpBxHiw4RZY-kNQ4Y,12080
|
|
272
|
-
argo_workflows/model/io_argoproj_workflow_v1alpha1_outputs.py,sha256=
|
|
272
|
+
argo_workflows/model/io_argoproj_workflow_v1alpha1_outputs.py,sha256=Ujx-zpyT_nbia6noxrUAb-R1WPLAlVpNx5ClkxH4iXc,13075
|
|
273
273
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_parallel_steps.py,sha256=iebrkDO-jty9uEecJetLVqJKvI2Irkenzg0dqs7WtF0,11924
|
|
274
274
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_parameter.py,sha256=d3bFLxtsTZmS4YwUUjM9rBZgxV4Lbetb4rdK-F12jF8,13976
|
|
275
275
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_pod_gc.py,sha256=4_aaplV113xuRxMjlOATb0852BhzEWTzZeU8j9W8_78,12396
|
|
@@ -410,8 +410,8 @@ argo_workflows/model/vsphere_virtual_disk_volume_source.py,sha256=sf1ynSE8-JE-zj
|
|
|
410
410
|
argo_workflows/model/weighted_pod_affinity_term.py,sha256=tk3gTNtjgzhOtvQu3gPrqNv5J3A3qThuyYXTjXpYJRI,11958
|
|
411
411
|
argo_workflows/model/windows_security_context_options.py,sha256=_otwLgi3KoAgb6Cq2rokpn3O4ZubOLpsrLaOLDBYFuU,13772
|
|
412
412
|
argo_workflows/models/__init__.py,sha256=wOuC5yQIgWctm90z3cRnkSceO5GthAiy52AmKsCRh7Q,41982
|
|
413
|
-
argo_workflows-6.6.
|
|
414
|
-
argo_workflows-6.6.
|
|
415
|
-
argo_workflows-6.6.
|
|
416
|
-
argo_workflows-6.6.
|
|
417
|
-
argo_workflows-6.6.
|
|
413
|
+
argo_workflows-6.6.1.dist-info/LICENSE,sha256=yZb8ITyU9KSoOEB9NVsIEibKp7EDpPI5u4f7jx2OOmA,11352
|
|
414
|
+
argo_workflows-6.6.1.dist-info/METADATA,sha256=_KeUA7BK0mrLWjjWJIB7QEiwwsO5AzptxgX1FLFrnig,551
|
|
415
|
+
argo_workflows-6.6.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
416
|
+
argo_workflows-6.6.1.dist-info/top_level.txt,sha256=yMnCMzuIXOSIbj7CSKsK35PygYYUBwZ98RBqeq9r1Ig,15
|
|
417
|
+
argo_workflows-6.6.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|