argo-workflows 6.6.0rc4__py3-none-any.whl → 6.6.2__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.6.0-rc4"
13
+ __version__ = "6.6.2"
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.6.0-rc4/python'
79
+ self.user_agent = 'OpenAPI-Generator/6.6.2/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.6.0-rc4".\
412
+ "SDK Package Version: 6.6.2".\
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.condition is true
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.condition is true
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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: argo-workflows
3
- Version: 6.6.0rc4
3
+ Version: 6.6.2
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 >=1.25.3
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=LbtYFXj1uiWNx_T0mW4XGVjVrdipJtNYECH4dPGzBmw,871
2
- argo_workflows/api_client.py,sha256=UeW85vCbxKvOBe0Shd5znZEXRJflT5nehWP4Axp9JKI,37818
3
- argo_workflows/configuration.py,sha256=swSWfFfs_IFIkDo2UMRkyhkM32FsrVkJj0J5tDCKlNU,17375
1
+ argo_workflows/__init__.py,sha256=yAlAsDKYQvatm5trnge4PupqExjOTqscwXHelsiBH8E,867
2
+ argo_workflows/api_client.py,sha256=jBbFP5KvpzPkMPlolVynbeqCYvNdI2XeYDyTta3j-m0,37814
3
+ argo_workflows/configuration.py,sha256=A3bs1H8-u2km_eam9OJ9BxL33tMOuc1t5EZnkoVdpA4,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=nQX58XVD3sDrOo9iyEr-IlEKzPwkd-5fdWmcGJzda8g,14223
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
@@ -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.0rc4.dist-info/LICENSE,sha256=yZb8ITyU9KSoOEB9NVsIEibKp7EDpPI5u4f7jx2OOmA,11352
414
- argo_workflows-6.6.0rc4.dist-info/METADATA,sha256=j-Y2m_xrd7TWw7MDNyBpHhbss5Oinse6sjnq6PLOwmI,555
415
- argo_workflows-6.6.0rc4.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
416
- argo_workflows-6.6.0rc4.dist-info/top_level.txt,sha256=yMnCMzuIXOSIbj7CSKsK35PygYYUBwZ98RBqeq9r1Ig,15
417
- argo_workflows-6.6.0rc4.dist-info/RECORD,,
413
+ argo_workflows-6.6.2.dist-info/LICENSE,sha256=yZb8ITyU9KSoOEB9NVsIEibKp7EDpPI5u4f7jx2OOmA,11352
414
+ argo_workflows-6.6.2.dist-info/METADATA,sha256=Tqot5cMmyFoiXq6c1EKh_8ur_8ocQV68M9-Y_ufeIGo,551
415
+ argo_workflows-6.6.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
416
+ argo_workflows-6.6.2.dist-info/top_level.txt,sha256=yMnCMzuIXOSIbj7CSKsK35PygYYUBwZ98RBqeq9r1Ig,15
417
+ argo_workflows-6.6.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.3.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5