argo-workflows 6.5.4__py3-none-any.whl → 6.5.6__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.4"
13
+ __version__ = "6.5.6"
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.4/python'
79
+ self.user_agent = 'OpenAPI-Generator/6.5.6/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.4".\
412
+ "SDK Package Version: 6.5.6".\
413
413
  format(env=sys.platform, pyversion=sys.version)
414
414
 
415
415
  def get_host_settings(self):
@@ -104,7 +104,7 @@ class IoArgoprojWorkflowV1alpha1Event(ModelNormal):
104
104
  """IoArgoprojWorkflowV1alpha1Event - a model defined in OpenAPI
105
105
 
106
106
  Args:
107
- selector (str): Selector (https://github.com/antonmedv/expr) that we must must match the io.argoproj.workflow.v1alpha1. E.g. `payload.message == \"test\"`
107
+ selector (str): Selector (https://github.com/expr-lang/expr) that we must must match the io.argoproj.workflow.v1alpha1. E.g. `payload.message == \"test\"`
108
108
 
109
109
  Keyword Args:
110
110
  _check_type (bool): if True, values for parameters in openapi_types
@@ -189,7 +189,7 @@ class IoArgoprojWorkflowV1alpha1Event(ModelNormal):
189
189
  """IoArgoprojWorkflowV1alpha1Event - a model defined in OpenAPI
190
190
 
191
191
  Args:
192
- selector (str): Selector (https://github.com/antonmedv/expr) that we must must match the io.argoproj.workflow.v1alpha1. E.g. `payload.message == \"test\"`
192
+ selector (str): Selector (https://github.com/expr-lang/expr) that we must must match the io.argoproj.workflow.v1alpha1. E.g. `payload.message == \"test\"`
193
193
 
194
194
  Keyword Args:
195
195
  _check_type (bool): if True, values for parameters in openapi_types
@@ -158,7 +158,7 @@ class IoArgoprojWorkflowV1alpha1ValueFrom(ModelNormal):
158
158
  _visited_composed_classes = (Animal,)
159
159
  config_map_key_ref (ConfigMapKeySelector): [optional] # noqa: E501
160
160
  default (str): Default specifies a value to be used if retrieving the value from the specified source fails. [optional] # noqa: E501
161
- event (str): Selector (https://github.com/antonmedv/expr) that is evaluated against the event to get the value of the parameter. E.g. `payload.message`. [optional] # noqa: E501
161
+ event (str): Selector (https://github.com/expr-lang/expr) that is evaluated against the event to get the value of the parameter. E.g. `payload.message`. [optional] # noqa: E501
162
162
  expression (str): Expression, if defined, is evaluated to specify the value for the parameter. [optional] # noqa: E501
163
163
  jq_filter (str): JQFilter expression against the resource object in resource templates. [optional] # noqa: E501
164
164
  json_path (str): JSONPath of a resource to retrieve an output parameter value from in resource templates. [optional] # noqa: E501
@@ -248,7 +248,7 @@ class IoArgoprojWorkflowV1alpha1ValueFrom(ModelNormal):
248
248
  _visited_composed_classes = (Animal,)
249
249
  config_map_key_ref (ConfigMapKeySelector): [optional] # noqa: E501
250
250
  default (str): Default specifies a value to be used if retrieving the value from the specified source fails. [optional] # noqa: E501
251
- event (str): Selector (https://github.com/antonmedv/expr) that is evaluated against the event to get the value of the parameter. E.g. `payload.message`. [optional] # noqa: E501
251
+ event (str): Selector (https://github.com/expr-lang/expr) that is evaluated against the event to get the value of the parameter. E.g. `payload.message`. [optional] # noqa: E501
252
252
  expression (str): Expression, if defined, is evaluated to specify the value for the parameter. [optional] # noqa: E501
253
253
  jq_filter (str): JQFilter expression against the resource object in resource templates. [optional] # noqa: E501
254
254
  json_path (str): JSONPath of a resource to retrieve an output parameter value from in resource templates. [optional] # noqa: E501
@@ -276,7 +276,7 @@ class IoArgoprojWorkflowV1alpha1WorkflowSpec(ModelNormal):
276
276
  artifact_repository_ref (IoArgoprojWorkflowV1alpha1ArtifactRepositoryRef): [optional] # noqa: E501
277
277
  automount_service_account_token (bool): AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.. [optional] # noqa: E501
278
278
  dns_config (PodDNSConfig): [optional] # noqa: E501
279
- dns_policy (str): Set DNS policy for the pod. Defaults to \"ClusterFirst\". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.. [optional] # noqa: E501
279
+ dns_policy (str): Set DNS policy for workflow pods. Defaults to \"ClusterFirst\". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.. [optional] # noqa: E501
280
280
  entrypoint (str): Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.. [optional] # noqa: E501
281
281
  executor (IoArgoprojWorkflowV1alpha1ExecutorConfig): [optional] # noqa: E501
282
282
  hooks ({str: (IoArgoprojWorkflowV1alpha1LifecycleHook,)}): Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step. [optional] # noqa: E501
@@ -399,7 +399,7 @@ class IoArgoprojWorkflowV1alpha1WorkflowSpec(ModelNormal):
399
399
  artifact_repository_ref (IoArgoprojWorkflowV1alpha1ArtifactRepositoryRef): [optional] # noqa: E501
400
400
  automount_service_account_token (bool): AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.. [optional] # noqa: E501
401
401
  dns_config (PodDNSConfig): [optional] # noqa: E501
402
- dns_policy (str): Set DNS policy for the pod. Defaults to \"ClusterFirst\". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.. [optional] # noqa: E501
402
+ dns_policy (str): Set DNS policy for workflow pods. Defaults to \"ClusterFirst\". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.. [optional] # noqa: E501
403
403
  entrypoint (str): Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.. [optional] # noqa: E501
404
404
  executor (IoArgoprojWorkflowV1alpha1ExecutorConfig): [optional] # noqa: E501
405
405
  hooks ({str: (IoArgoprojWorkflowV1alpha1LifecycleHook,)}): Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step. [optional] # noqa: E501
@@ -210,7 +210,7 @@ class IoArgoprojWorkflowV1alpha1WorkflowStatus(ModelNormal):
210
210
  stored_templates ({str: (IoArgoprojWorkflowV1alpha1Template,)}): StoredTemplates is a mapping between a template ref and the node's status.. [optional] # noqa: E501
211
211
  stored_workflow_template_spec (IoArgoprojWorkflowV1alpha1WorkflowSpec): [optional] # noqa: E501
212
212
  synchronization (IoArgoprojWorkflowV1alpha1SynchronizationStatus): [optional] # noqa: E501
213
- task_results_completion_status ({str: (bool,)}): TaskResultsCompletionStatus tracks task result completion status (mapped by pod name). Used to prevent premature archiving and garbage collection.. [optional] # noqa: E501
213
+ task_results_completion_status ({str: (bool,)}): TaskResultsCompletionStatus tracks task result completion status (mapped by node ID). Used to prevent premature archiving and garbage collection.. [optional] # noqa: E501
214
214
  """
215
215
 
216
216
  _check_type = kwargs.pop('_check_type', True)
@@ -310,7 +310,7 @@ class IoArgoprojWorkflowV1alpha1WorkflowStatus(ModelNormal):
310
310
  stored_templates ({str: (IoArgoprojWorkflowV1alpha1Template,)}): StoredTemplates is a mapping between a template ref and the node's status.. [optional] # noqa: E501
311
311
  stored_workflow_template_spec (IoArgoprojWorkflowV1alpha1WorkflowSpec): [optional] # noqa: E501
312
312
  synchronization (IoArgoprojWorkflowV1alpha1SynchronizationStatus): [optional] # noqa: E501
313
- task_results_completion_status ({str: (bool,)}): TaskResultsCompletionStatus tracks task result completion status (mapped by pod name). Used to prevent premature archiving and garbage collection.. [optional] # noqa: E501
313
+ task_results_completion_status ({str: (bool,)}): TaskResultsCompletionStatus tracks task result completion status (mapped by node ID). Used to prevent premature archiving and garbage collection.. [optional] # noqa: E501
314
314
  """
315
315
 
316
316
  _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.4
3
+ Version: 6.5.6
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=fDvaVMP0T6T4CNHZeuAgtR9iCtFsik6u-6tCAUMh7rE,872
2
- argo_workflows/api_client.py,sha256=n6h89PHVdSmT4jwlWQOJ03DQrQIlh2hQuryJ3bvUndI,37819
3
- argo_workflows/configuration.py,sha256=LTcidU8tWVDIyXJA3NhVtICW3tZshnzrOBzD21Iw8HE,17376
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
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
@@ -220,7 +220,7 @@ argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_task.py,sha256=QFiy5qBuFz
220
220
  argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_template.py,sha256=afie95v-TUsu0Qh-V9h7YAjI0q7rvnIdoqSKTOoweUo,13303
221
221
  argo_workflows/model/io_argoproj_workflow_v1alpha1_data.py,sha256=7MxWrQ01fIpdq1XnrS3z62nIhsNSj8p-rk3Yll7BZYY,12395
222
222
  argo_workflows/model/io_argoproj_workflow_v1alpha1_data_source.py,sha256=zn44B1sahQZayofjcF5u4FgI7dAdowTjq0C7s5QWGAY,11653
223
- argo_workflows/model/io_argoproj_workflow_v1alpha1_event.py,sha256=Xg2yDxy147U0P66eXKlCq9jJBKk0kH0nEpFyFvgL9sU,11560
223
+ argo_workflows/model/io_argoproj_workflow_v1alpha1_event.py,sha256=8vLuYDP5G2ue7hI2xmeiHSD3A6qs1SGjVCwjWCRIv4U,11560
224
224
  argo_workflows/model/io_argoproj_workflow_v1alpha1_executor_config.py,sha256=4X5jIhUe_t8DlMxuVJ9_xDMqDZJ4nBnA1j_f8TojTk8,11465
225
225
  argo_workflows/model/io_argoproj_workflow_v1alpha1_gauge.py,sha256=CBu8U2BHtEGJi_oC9-EqeLSxyz_YVCpURhRa_1kmjD8,12239
226
226
  argo_workflows/model/io_argoproj_workflow_v1alpha1_gcs_artifact.py,sha256=3z-rdMy7c2dMnUmavRPzouQFbQduExT3NxAXDYUhyP0,12136
@@ -295,7 +295,7 @@ argo_workflows/model/io_argoproj_workflow_v1alpha1_transformation_step.py,sha256
295
295
  argo_workflows/model/io_argoproj_workflow_v1alpha1_ttl_strategy.py,sha256=w__r31VfdYUrVkHo53e3-yaeAPTtG8-ylg4Hmpb9d3Y,12254
296
296
  argo_workflows/model/io_argoproj_workflow_v1alpha1_update_cron_workflow_request.py,sha256=VmeCgRRXcS94zuUl1msVXn_ZlET_2JiBvM6w2nLjCS8,12139
297
297
  argo_workflows/model/io_argoproj_workflow_v1alpha1_user_container.py,sha256=jKcLYGVh1kWMXpU_2qIDoHKe4iZggNeLHF2sQbxImB8,27575
298
- argo_workflows/model/io_argoproj_workflow_v1alpha1_value_from.py,sha256=yfn-ZJLpXrLszBuU1MFz3p9uOuFHUvr2BxnDBqr--RM,14881
298
+ argo_workflows/model/io_argoproj_workflow_v1alpha1_value_from.py,sha256=CbbLPo-_z4ed0uzaK8PIfyvx1lPxLoyIlktGMci7BLs,14881
299
299
  argo_workflows/model/io_argoproj_workflow_v1alpha1_version.py,sha256=3MIzbpoq0qxuYQOSbvDW-bx2SrlE064kVXlfWAMjQLo,13030
300
300
  argo_workflows/model/io_argoproj_workflow_v1alpha1_volume_claim_gc.py,sha256=7UzhI3z5ZPA4zlJHFKREhyCF-IqLg5TVZRB-BhGlveE,11488
301
301
  argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow.py,sha256=msCuPBPChz1RtpaQcwyoAWQT6Q9H5yvFf4rt41qJesc,14069
@@ -311,8 +311,8 @@ argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resubmit_request.py,
311
311
  argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resume_request.py,sha256=zCqAZY0_1U2eosbWSzkBEpmgzhTHimtqz3cEhYm3OOs,11698
312
312
  argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_retry_request.py,sha256=lVS8l-eCndg1VJTDOWn8YsNP5ARA4YRZM6iN_GBRGXA,12159
313
313
  argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_set_request.py,sha256=-1pkGmH2T3IpHA0x1jM-k_JvFYVFkhKjnij3NgzJbX4,12307
314
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_spec.py,sha256=hHrVPVLWMxHKA5odKMiBydaJKOP1YvnXZ0EQlGSb8eA,33650
315
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_status.py,sha256=U_vcA3caBzE0d59uVoCwwD-F3b6CJEibFdMGJM-r5lk,21514
314
+ argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_spec.py,sha256=qzg3HQrV_R4kIpCHE2MdxjL5ti0XwQYIddZ95xJH8q0,33662
315
+ argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_status.py,sha256=-EO5v7RHlkk_3FVb8__2IKcZr3p9Z-8FXz4Tm5nI6z8,21512
316
316
  argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_step.py,sha256=S_u-ZWlWAv2Z1amh4IiIELG7GqZT34hhFKa7f7jW-yg,16757
317
317
  argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_stop_request.py,sha256=Ji2GaIYhVf5IuPUlxu6wZDxFGcIMnPnzuHXdvTGdga4,11885
318
318
  argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_submit_request.py,sha256=sH-JmB6Q6J6ohkBt5kFQkdFX7w0fjyZwSl05x-nfBQg,12312
@@ -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.4.dist-info/LICENSE,sha256=yZb8ITyU9KSoOEB9NVsIEibKp7EDpPI5u4f7jx2OOmA,11352
406
- argo_workflows-6.5.4.dist-info/METADATA,sha256=Oz9eRjrWs_3hZP0QAd4Sq0Olg2PYUEdvZhSlkwzO730,557
407
- argo_workflows-6.5.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
408
- argo_workflows-6.5.4.dist-info/top_level.txt,sha256=yMnCMzuIXOSIbj7CSKsK35PygYYUBwZ98RBqeq9r1Ig,15
409
- argo_workflows-6.5.4.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5