argo-workflows 6.5.6__py3-none-any.whl → 6.5.8__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.

@@ -10,7 +10,7 @@
10
10
  """
11
11
 
12
12
 
13
- __version__ = "6.5.6"
13
+ __version__ = "6.5.8"
14
14
 
15
15
  # import ApiClient
16
16
  from argo_workflows.api_client import ApiClient
@@ -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.5.6/python'
79
+ self.user_agent = 'OpenAPI-Generator/6.5.8/python'
80
80
 
81
81
  def __enter__(self):
82
82
  return self
@@ -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.5.6".\
412
+ "SDK Package Version: 6.5.8".\
413
413
  format(env=sys.platform, pyversion=sys.version)
414
414
 
415
415
  def get_host_settings(self):
@@ -140,7 +140,7 @@ class IoArgoprojWorkflowV1alpha1Backoff(ModelNormal):
140
140
  _visited_composed_classes = (Animal,)
141
141
  duration (str): Duration is the amount to back off. Default unit is seconds, but could also be a duration (e.g. \"2m\", \"1h\"). [optional] # noqa: E501
142
142
  factor (str): [optional] # noqa: E501
143
- max_duration (str): MaxDuration is the maximum amount of time allowed for a workflow in the backoff strategy. [optional] # noqa: E501
143
+ max_duration (str): MaxDuration is the maximum amount of time allowed for a workflow in the backoff strategy. It is important to note that if the workflow template includes activeDeadlineSeconds, the pod's deadline is initially set with activeDeadlineSeconds. However, when the workflow fails, the pod's deadline is then overridden by maxDuration. This ensures that the workflow does not exceed the specified maximum duration when retries are involved.. [optional] # noqa: E501
144
144
  """
145
145
 
146
146
  _check_type = kwargs.pop('_check_type', True)
@@ -224,7 +224,7 @@ class IoArgoprojWorkflowV1alpha1Backoff(ModelNormal):
224
224
  _visited_composed_classes = (Animal,)
225
225
  duration (str): Duration is the amount to back off. Default unit is seconds, but could also be a duration (e.g. \"2m\", \"1h\"). [optional] # noqa: E501
226
226
  factor (str): [optional] # noqa: E501
227
- max_duration (str): MaxDuration is the maximum amount of time allowed for a workflow in the backoff strategy. [optional] # noqa: E501
227
+ max_duration (str): MaxDuration is the maximum amount of time allowed for a workflow in the backoff strategy. It is important to note that if the workflow template includes activeDeadlineSeconds, the pod's deadline is initially set with activeDeadlineSeconds. However, when the workflow fails, the pod's deadline is then overridden by maxDuration. This ensures that the workflow does not exceed the specified maximum duration when retries are involved.. [optional] # noqa: E501
228
228
  """
229
229
 
230
230
  _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.5.6
3
+ Version: 6.5.8
4
4
  Summary: Argo Workflows API
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -1,6 +1,6 @@
1
- argo_workflows/__init__.py,sha256=hHBovaJIHEb9DV7geDglnN9wc0fvdilvDpmjRakIEcw,872
2
- argo_workflows/api_client.py,sha256=1LuNSXDD1lCoTqwBWk_NeF4DJdYw4TB-53SLX95Ubtk,37819
3
- argo_workflows/configuration.py,sha256=_ORlZMMDH1QicVFsuyQJhBGj3CH3ZVC4Od-jKFFWNmc,17376
1
+ argo_workflows/__init__.py,sha256=vO4QGNT2nYGyUKYi1avKSZckfm394xuJnYWFm8BBRrA,872
2
+ argo_workflows/api_client.py,sha256=5Tr07j5CKcgkLIy_I6HVqiqX6Nfx-5OadO51UMN-ILk,37819
3
+ argo_workflows/configuration.py,sha256=xbqvryQQ1cbk-L9lyksp1cXH9imycPmTeTKU5YQ-BI4,17376
4
4
  argo_workflows/exceptions.py,sha256=kg0EH1-1tbqYg6IqomXEEb6X4mBUZqbdNUpwyqGKkCY,5194
5
5
  argo_workflows/model_utils.py,sha256=C-85AyfsIxvZ2NBRgwZmWF8dnMG1MLElKvBquG0EGJg,82208
6
6
  argo_workflows/rest.py,sha256=QIIYEBAUbh1mROy8PQhMC-80Pl9e_DUl60K9O-B2RfE,14318
@@ -191,7 +191,7 @@ argo_workflows/model/io_argoproj_workflow_v1alpha1_artifactory_artifact.py,sha25
191
191
  argo_workflows/model/io_argoproj_workflow_v1alpha1_artifactory_artifact_repository.py,sha256=Ad_hCKB01ewa2gejxlby2gEseI0nlUNbZiUl-XY7Wp0,12498
192
192
  argo_workflows/model/io_argoproj_workflow_v1alpha1_azure_artifact.py,sha256=YJ6g9CbTEzcwHxpFuRsQ7bcYwHllJwxchbdYNqpfrbw,13125
193
193
  argo_workflows/model/io_argoproj_workflow_v1alpha1_azure_artifact_repository.py,sha256=oYQ6S-VO569vv7NPnDy4W06IHd5PJSiHjDpwGHzKVac,13241
194
- argo_workflows/model/io_argoproj_workflow_v1alpha1_backoff.py,sha256=rlRj2aVaY_41pwdCp3qsZH1emO26lkrUjNZzKkpWe4A,12033
194
+ argo_workflows/model/io_argoproj_workflow_v1alpha1_backoff.py,sha256=gTIzbkIuN-r7XzLIQwkWhmMlfhLQTXDbdhU876aH2L8,12721
195
195
  argo_workflows/model/io_argoproj_workflow_v1alpha1_basic_auth.py,sha256=G6nXRLvQNtRnULM0V_wDXGaqT0_kjhQfmWxax_FRbUk,11772
196
196
  argo_workflows/model/io_argoproj_workflow_v1alpha1_cache.py,sha256=CXbBSjrmR7Hdz_-EVGr19kxDCZidwS6bKhmYbAbrO5c,11561
197
197
  argo_workflows/model/io_argoproj_workflow_v1alpha1_client_cert_auth.py,sha256=s33E07TMTll1Nbzek1D3OZpnb_ZKIGlyxwYx_sNpimQ,11810
@@ -402,8 +402,8 @@ argo_workflows/model/vsphere_virtual_disk_volume_source.py,sha256=yZK_LdiXd0Ym2-
402
402
  argo_workflows/model/weighted_pod_affinity_term.py,sha256=rFpaOZCu7dNZIvDVL9c50O4jbkyUtteJwU2nf6Gag-0,11963
403
403
  argo_workflows/model/windows_security_context_options.py,sha256=EaPx6TQrePFoewMyQ5QShkLObPMAuQbl4FwHCc6WP54,14209
404
404
  argo_workflows/models/__init__.py,sha256=-WOxSQCYgi70IVKoqMZGMn2XzP88UN5nkkfaddqbw4I,41262
405
- argo_workflows-6.5.6.dist-info/LICENSE,sha256=yZb8ITyU9KSoOEB9NVsIEibKp7EDpPI5u4f7jx2OOmA,11352
406
- argo_workflows-6.5.6.dist-info/METADATA,sha256=FOpVFP7llDdNRUqcT16wHd7fG8Q7D-hl6J2NvKnJCNo,557
407
- argo_workflows-6.5.6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
408
- argo_workflows-6.5.6.dist-info/top_level.txt,sha256=yMnCMzuIXOSIbj7CSKsK35PygYYUBwZ98RBqeq9r1Ig,15
409
- argo_workflows-6.5.6.dist-info/RECORD,,
405
+ argo_workflows-6.5.8.dist-info/LICENSE,sha256=yZb8ITyU9KSoOEB9NVsIEibKp7EDpPI5u4f7jx2OOmA,11352
406
+ argo_workflows-6.5.8.dist-info/METADATA,sha256=-QKXnp7Z6ERLlrVathOdEw7xJBLl2IrTiCe7fvnaCZM,557
407
+ argo_workflows-6.5.8.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
408
+ argo_workflows-6.5.8.dist-info/top_level.txt,sha256=yMnCMzuIXOSIbj7CSKsK35PygYYUBwZ98RBqeq9r1Ig,15
409
+ argo_workflows-6.5.8.dist-info/RECORD,,