argo-workflows 6.5.5__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.5"
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.5/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.5".\
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):
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: argo-workflows
3
- Version: 6.5.5
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=2U-k4nhIga6vuwOIx3LAf1o0hbHqAqkYXAKxDHkl5J0,872
2
- argo_workflows/api_client.py,sha256=mckNvRbk9jMqg-wUuRuaekKuzwwAF1e6lOcXDGi6z3Q,37819
3
- argo_workflows/configuration.py,sha256=YR9yXaQORYoh-PZutOcKVua8NY1b32f2LlMSJIQfHe8,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
@@ -311,7 +311,7 @@ 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
314
+ argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_spec.py,sha256=qzg3HQrV_R4kIpCHE2MdxjL5ti0XwQYIddZ95xJH8q0,33662
315
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
@@ -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.5.dist-info/LICENSE,sha256=yZb8ITyU9KSoOEB9NVsIEibKp7EDpPI5u4f7jx2OOmA,11352
406
- argo_workflows-6.5.5.dist-info/METADATA,sha256=P4huNUC0trsF9D_n3Gk1GRZZnH1vSjRz316MASFsp2s,557
407
- argo_workflows-6.5.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
408
- argo_workflows-6.5.5.dist-info/top_level.txt,sha256=yMnCMzuIXOSIbj7CSKsK35PygYYUBwZ98RBqeq9r1Ig,15
409
- argo_workflows-6.5.5.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