argo-workflows 6.4.15__py3-none-any.whl → 6.4.17__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_event.py +2 -2
- argo_workflows/model/io_argoproj_workflow_v1alpha1_value_from.py +2 -2
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_spec.py +2 -2
- {argo_workflows-6.4.15.dist-info → argo_workflows-6.4.17.dist-info}/METADATA +1 -1
- {argo_workflows-6.4.15.dist-info → argo_workflows-6.4.17.dist-info}/RECORD +11 -11
- {argo_workflows-6.4.15.dist-info → argo_workflows-6.4.17.dist-info}/WHEEL +1 -1
- {argo_workflows-6.4.15.dist-info → argo_workflows-6.4.17.dist-info}/LICENSE +0 -0
- {argo_workflows-6.4.15.dist-info → argo_workflows-6.4.17.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.4.
|
|
79
|
+
self.user_agent = 'OpenAPI-Generator/6.4.17/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.4.
|
|
412
|
+
"SDK Package Version: 6.4.17".\
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
|
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
|
|
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
|
-
argo_workflows/__init__.py,sha256=
|
|
2
|
-
argo_workflows/api_client.py,sha256=
|
|
3
|
-
argo_workflows/configuration.py,sha256=
|
|
1
|
+
argo_workflows/__init__.py,sha256=O7_DssXPJEAFC2TxhiWSO6Ryb8W7rNW7S0PHm6WqECI,873
|
|
2
|
+
argo_workflows/api_client.py,sha256=td9JGWmb2FAh8kpV9duNb2b0S-ZLTrk0X-OrJooXEL4,37820
|
|
3
|
+
argo_workflows/configuration.py,sha256=8DI0T3WfhX8Z2LE082NhzCAUddkVFqJj0BnqqbxCe5U,17377
|
|
4
4
|
argo_workflows/exceptions.py,sha256=54qnj3soufeQm_G2OgWNU2Nswmuu3WuHCQOHvVX-IAg,5194
|
|
5
5
|
argo_workflows/model_utils.py,sha256=6nYBNxx7B8Jtt_QGRYooFLZiwXZOvC6hXF1Ry_SZbWw,82208
|
|
6
6
|
argo_workflows/rest.py,sha256=74WF-owrHoQvoLNrPTtETAL-rkT5RmTq0k6JDztPAXs,14318
|
|
@@ -219,7 +219,7 @@ argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_task.py,sha256=QRpQcTD8ZP
|
|
|
219
219
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_template.py,sha256=Gk8yxrC2nqiiO633WEKxKLbJwg5dRkjhziP8hCJi78I,13303
|
|
220
220
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_data.py,sha256=XL1DrRy79uxD6ef8vfdySWzEAP0CNQjjM4Bv9C84gq4,12395
|
|
221
221
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_data_source.py,sha256=_2xU1YlhwCqQuaxV2s2H5NydQXKfMTkh_tpqoS9ocNQ,11653
|
|
222
|
-
argo_workflows/model/io_argoproj_workflow_v1alpha1_event.py,sha256=
|
|
222
|
+
argo_workflows/model/io_argoproj_workflow_v1alpha1_event.py,sha256=iBJE8Zu4Q2oQAZvLaioDuveVGkdcHe2pb1KOzDO3Byc,11560
|
|
223
223
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_executor_config.py,sha256=pZ7NQOCbcI0RmoyHK5HrxxpJVsPXNMw0g2PGrzD2zm8,11465
|
|
224
224
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_gauge.py,sha256=NukbOg6IHt_V-b8qgIVTa6tyq8FuJ98kyackjon019s,11660
|
|
225
225
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_gcs_artifact.py,sha256=bTP0S4ITt6m2t_giPdwcxMd8SUTFGoTVH0mfANZpW5o,12136
|
|
@@ -293,7 +293,7 @@ argo_workflows/model/io_argoproj_workflow_v1alpha1_transformation_step.py,sha256
|
|
|
293
293
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_ttl_strategy.py,sha256=RIs_q45s9fHyEYRISjqlJbhSIHImpIIBV2V48AZ_lkY,12254
|
|
294
294
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_update_cron_workflow_request.py,sha256=zP7-nr0Vnuc-NjsL0i2tUzs8o1-nISwD3JzR0wsRPg0,12139
|
|
295
295
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_user_container.py,sha256=ooiBTqL6hlpdDzyW_xBTbkDtEzQTjuMPIFLnG5IEB0E,27575
|
|
296
|
-
argo_workflows/model/io_argoproj_workflow_v1alpha1_value_from.py,sha256=
|
|
296
|
+
argo_workflows/model/io_argoproj_workflow_v1alpha1_value_from.py,sha256=nZelJMxJSZVYzsrnHAeUIPk2iUH6Rklx02asCsOsWv0,14881
|
|
297
297
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_version.py,sha256=T6gfFHQ-mhJ56c2VPwoSN7xVGwnFLCSQjvcuroEgtrg,13030
|
|
298
298
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_volume_claim_gc.py,sha256=ccVVEsd1gISmDZsAOClngw-ntb-XEVPyPMz5nh1Ni70,11418
|
|
299
299
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow.py,sha256=Ilr7gMFkRwhuNeybxqjcwQOTL74BFKQJQJMyDhCBGSs,14069
|
|
@@ -308,7 +308,7 @@ argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resubmit_request.py,
|
|
|
308
308
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resume_request.py,sha256=2sQ9tVafP0w4qyvIeL0ZQoCmUgb4eE3F1J8ThKNVYNU,11698
|
|
309
309
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_retry_request.py,sha256=zQIfirV0l4hVdk7r4vVmVgbfzTcRJDf2Wwz2b8GJngQ,12159
|
|
310
310
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_set_request.py,sha256=OVPn52DxmUd6aKsGhEZFPHAtt2iaBmJW_iqc793RdHc,12307
|
|
311
|
-
argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_spec.py,sha256=
|
|
311
|
+
argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_spec.py,sha256=r2cy2KUDQ3-ryMnwGhsY-swRkcbDYXTktvPV2BLgHmg,33569
|
|
312
312
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_status.py,sha256=CgOIbFJw_TdQTeSgpv3ExzRqTR4Q4AdoQvYG_AC_iBY,20880
|
|
313
313
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_step.py,sha256=nBFB6E8TbJdC7OTRS3tvyLsVBGPFpTV3GQ-5DD_FEGA,16757
|
|
314
314
|
argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_stop_request.py,sha256=TsvEx1BBvfIn7l-DMglAXiEwlG-wcwsuVsPmZWBbHf0,11885
|
|
@@ -399,8 +399,8 @@ argo_workflows/model/vsphere_virtual_disk_volume_source.py,sha256=MytRiIZ3_yLUQ1
|
|
|
399
399
|
argo_workflows/model/weighted_pod_affinity_term.py,sha256=DKciBsWcLks-dtSZ612SjEouNzIqu1CxchQSq2rVU1Y,11963
|
|
400
400
|
argo_workflows/model/windows_security_context_options.py,sha256=PKgG1aX_-9-KTck6MTkIsAgWRRwHos__fW11eYzNJs0,14209
|
|
401
401
|
argo_workflows/models/__init__.py,sha256=kjTYNI3uvvWCRiTBjQ-PerHWwnHjFO0LPdqGqIIKgWI,40963
|
|
402
|
-
argo_workflows-6.4.
|
|
403
|
-
argo_workflows-6.4.
|
|
404
|
-
argo_workflows-6.4.
|
|
405
|
-
argo_workflows-6.4.
|
|
406
|
-
argo_workflows-6.4.
|
|
402
|
+
argo_workflows-6.4.17.dist-info/LICENSE,sha256=yZb8ITyU9KSoOEB9NVsIEibKp7EDpPI5u4f7jx2OOmA,11352
|
|
403
|
+
argo_workflows-6.4.17.dist-info/METADATA,sha256=7i7ImwRLinWHrmyfDdq3CbTOa_E-TlkN8xX6X73YTBk,558
|
|
404
|
+
argo_workflows-6.4.17.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
405
|
+
argo_workflows-6.4.17.dist-info/top_level.txt,sha256=yMnCMzuIXOSIbj7CSKsK35PygYYUBwZ98RBqeq9r1Ig,15
|
|
406
|
+
argo_workflows-6.4.17.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|