argo-workflows 6.5.13__py3-none-any.whl → 6.6.0rc1__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.
Files changed (416) hide show
  1. argo_workflows/__init__.py +2 -2
  2. argo_workflows/api/archived_workflow_service_api.py +13 -1
  3. argo_workflows/api/artifact_service_api.py +2 -2
  4. argo_workflows/api/cluster_workflow_template_service_api.py +8 -2
  5. argo_workflows/api/cron_workflow_service_api.py +8 -2
  6. argo_workflows/api/event_service_api.py +7 -1
  7. argo_workflows/api/event_source_service_api.py +14 -2
  8. argo_workflows/api/info_service_api.py +1 -1
  9. argo_workflows/api/sensor_service_api.py +14 -2
  10. argo_workflows/api/workflow_service_api.py +20 -2
  11. argo_workflows/api/workflow_template_service_api.py +8 -2
  12. argo_workflows/api_client.py +2 -2
  13. argo_workflows/configuration.py +2 -2
  14. argo_workflows/exceptions.py +1 -1
  15. argo_workflows/model/affinity.py +1 -1
  16. argo_workflows/model/{io_argoproj_workflow_v1alpha1_artifact_node_spec.py → app_armor_profile.py} +20 -22
  17. argo_workflows/model/aws_elastic_block_store_volume_source.py +9 -9
  18. argo_workflows/model/azure_disk_volume_source.py +13 -13
  19. argo_workflows/model/azure_file_volume_source.py +7 -7
  20. argo_workflows/model/capabilities.py +1 -1
  21. argo_workflows/model/ceph_fs_volume_source.py +11 -11
  22. argo_workflows/model/cinder_volume_source.py +7 -7
  23. argo_workflows/model/cluster_trust_bundle_projection.py +283 -0
  24. argo_workflows/model/config_map_env_source.py +3 -3
  25. argo_workflows/model/config_map_key_selector.py +3 -3
  26. argo_workflows/model/config_map_projection.py +7 -7
  27. argo_workflows/model/config_map_volume_source.py +9 -9
  28. argo_workflows/model/container.py +23 -22
  29. argo_workflows/model/container_port.py +3 -8
  30. argo_workflows/model/{io_argoproj_workflow_v1alpha1_artifact_gc_status.py → container_resize_policy.py} +22 -16
  31. argo_workflows/model/create_options.py +1 -1
  32. argo_workflows/model/csi_volume_source.py +9 -9
  33. argo_workflows/model/downward_api_projection.py +1 -1
  34. argo_workflows/model/downward_api_volume_file.py +1 -1
  35. argo_workflows/model/downward_api_volume_source.py +1 -1
  36. argo_workflows/model/empty_dir_volume_source.py +5 -5
  37. argo_workflows/model/env_from_source.py +1 -1
  38. argo_workflows/model/env_var.py +1 -1
  39. argo_workflows/model/env_var_source.py +1 -1
  40. argo_workflows/model/ephemeral_volume_source.py +1 -1
  41. argo_workflows/model/event.py +1 -1
  42. argo_workflows/model/event_series.py +1 -1
  43. argo_workflows/model/event_source.py +1 -1
  44. argo_workflows/model/eventsource_create_event_source_request.py +1 -1
  45. argo_workflows/model/eventsource_event_source_watch_event.py +1 -1
  46. argo_workflows/model/eventsource_log_entry.py +1 -1
  47. argo_workflows/model/eventsource_update_event_source_request.py +1 -1
  48. argo_workflows/model/exec_action.py +1 -1
  49. argo_workflows/model/fc_volume_source.py +11 -11
  50. argo_workflows/model/flex_volume_source.py +9 -9
  51. argo_workflows/model/flocker_volume_source.py +5 -5
  52. argo_workflows/model/gce_persistent_disk_volume_source.py +9 -9
  53. argo_workflows/model/git_repo_volume_source.py +7 -7
  54. argo_workflows/model/glusterfs_volume_source.py +7 -7
  55. argo_workflows/model/google_protobuf_any.py +1 -1
  56. argo_workflows/model/group_version_resource.py +1 -1
  57. argo_workflows/model/grpc_action.py +1 -1
  58. argo_workflows/model/grpc_gateway_runtime_error.py +1 -1
  59. argo_workflows/model/grpc_gateway_runtime_stream_error.py +1 -1
  60. argo_workflows/model/host_alias.py +13 -7
  61. argo_workflows/model/host_path_volume_source.py +5 -5
  62. argo_workflows/model/http_get_action.py +3 -7
  63. argo_workflows/model/http_header.py +3 -3
  64. argo_workflows/model/io_argoproj_events_v1alpha1_amount.py +1 -1
  65. argo_workflows/model/io_argoproj_events_v1alpha1_amqp_consume_config.py +1 -1
  66. argo_workflows/model/io_argoproj_events_v1alpha1_amqp_event_source.py +1 -1
  67. argo_workflows/model/io_argoproj_events_v1alpha1_amqp_exchange_declare_config.py +1 -1
  68. argo_workflows/model/io_argoproj_events_v1alpha1_amqp_queue_bind_config.py +1 -1
  69. argo_workflows/model/io_argoproj_events_v1alpha1_amqp_queue_declare_config.py +1 -1
  70. argo_workflows/model/io_argoproj_events_v1alpha1_argo_workflow_trigger.py +1 -1
  71. argo_workflows/model/io_argoproj_events_v1alpha1_artifact_location.py +1 -1
  72. argo_workflows/model/io_argoproj_events_v1alpha1_aws_lambda_trigger.py +1 -1
  73. argo_workflows/model/io_argoproj_events_v1alpha1_azure_event_hubs_trigger.py +1 -1
  74. argo_workflows/model/io_argoproj_events_v1alpha1_azure_events_hub_event_source.py +1 -1
  75. argo_workflows/model/io_argoproj_events_v1alpha1_azure_queue_storage_event_source.py +295 -0
  76. argo_workflows/model/io_argoproj_events_v1alpha1_azure_service_bus_event_source.py +297 -0
  77. argo_workflows/model/io_argoproj_events_v1alpha1_azure_service_bus_trigger.py +289 -0
  78. argo_workflows/model/io_argoproj_events_v1alpha1_backoff.py +1 -1
  79. argo_workflows/model/io_argoproj_events_v1alpha1_basic_auth.py +1 -1
  80. argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_auth.py +1 -1
  81. argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_basic_auth.py +1 -1
  82. argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_event_source.py +1 -1
  83. argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_repository.py +1 -1
  84. argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_server_event_source.py +7 -1
  85. argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_server_repository.py +1 -1
  86. argo_workflows/model/io_argoproj_events_v1alpha1_calendar_event_source.py +1 -1
  87. argo_workflows/model/io_argoproj_events_v1alpha1_catchup_configuration.py +1 -1
  88. argo_workflows/model/io_argoproj_events_v1alpha1_condition.py +1 -1
  89. argo_workflows/model/io_argoproj_events_v1alpha1_conditions_reset_by_time.py +1 -1
  90. argo_workflows/model/io_argoproj_events_v1alpha1_conditions_reset_criteria.py +1 -1
  91. argo_workflows/model/io_argoproj_events_v1alpha1_config_map_persistence.py +1 -1
  92. argo_workflows/model/io_argoproj_events_v1alpha1_custom_trigger.py +1 -1
  93. argo_workflows/model/io_argoproj_events_v1alpha1_data_filter.py +1 -1
  94. argo_workflows/model/io_argoproj_events_v1alpha1_email_trigger.py +295 -0
  95. argo_workflows/model/io_argoproj_events_v1alpha1_emitter_event_source.py +1 -1
  96. argo_workflows/model/io_argoproj_events_v1alpha1_event_context.py +1 -1
  97. argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency.py +1 -1
  98. argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency_filter.py +1 -1
  99. argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency_transformer.py +1 -1
  100. argo_workflows/model/io_argoproj_events_v1alpha1_event_persistence.py +1 -1
  101. argo_workflows/model/io_argoproj_events_v1alpha1_event_source.py +1 -1
  102. argo_workflows/model/io_argoproj_events_v1alpha1_event_source_filter.py +1 -1
  103. argo_workflows/model/io_argoproj_events_v1alpha1_event_source_list.py +1 -1
  104. argo_workflows/model/io_argoproj_events_v1alpha1_event_source_spec.py +25 -1
  105. argo_workflows/model/io_argoproj_events_v1alpha1_event_source_status.py +1 -1
  106. argo_workflows/model/io_argoproj_events_v1alpha1_expr_filter.py +1 -1
  107. argo_workflows/model/io_argoproj_events_v1alpha1_file_artifact.py +1 -1
  108. argo_workflows/model/io_argoproj_events_v1alpha1_file_event_source.py +1 -1
  109. argo_workflows/model/io_argoproj_events_v1alpha1_generic_event_source.py +1 -1
  110. argo_workflows/model/io_argoproj_events_v1alpha1_gerrit_event_source.py +301 -0
  111. argo_workflows/model/io_argoproj_events_v1alpha1_git_artifact.py +1 -1
  112. argo_workflows/model/io_argoproj_events_v1alpha1_git_creds.py +1 -1
  113. argo_workflows/model/io_argoproj_events_v1alpha1_git_remote_config.py +1 -1
  114. argo_workflows/model/io_argoproj_events_v1alpha1_github_app_creds.py +1 -1
  115. argo_workflows/model/io_argoproj_events_v1alpha1_github_event_source.py +1 -1
  116. argo_workflows/model/io_argoproj_events_v1alpha1_gitlab_event_source.py +5 -1
  117. argo_workflows/model/io_argoproj_events_v1alpha1_hdfs_event_source.py +1 -1
  118. argo_workflows/model/io_argoproj_events_v1alpha1_http_trigger.py +1 -1
  119. argo_workflows/model/io_argoproj_events_v1alpha1_int64_or_string.py +1 -1
  120. argo_workflows/model/io_argoproj_events_v1alpha1_k8_s_resource_policy.py +1 -1
  121. argo_workflows/model/io_argoproj_events_v1alpha1_kafka_consumer_group.py +1 -1
  122. argo_workflows/model/io_argoproj_events_v1alpha1_kafka_event_source.py +3 -3
  123. argo_workflows/model/io_argoproj_events_v1alpha1_kafka_trigger.py +11 -5
  124. argo_workflows/model/io_argoproj_events_v1alpha1_log_trigger.py +1 -1
  125. argo_workflows/model/io_argoproj_events_v1alpha1_metadata.py +1 -1
  126. argo_workflows/model/io_argoproj_events_v1alpha1_mqtt_event_source.py +7 -1
  127. argo_workflows/model/io_argoproj_events_v1alpha1_nats_auth.py +1 -1
  128. argo_workflows/model/io_argoproj_events_v1alpha1_nats_events_source.py +1 -1
  129. argo_workflows/model/io_argoproj_events_v1alpha1_nats_trigger.py +1 -1
  130. argo_workflows/model/io_argoproj_events_v1alpha1_nsq_event_source.py +1 -1
  131. argo_workflows/model/io_argoproj_events_v1alpha1_open_whisk_trigger.py +1 -1
  132. argo_workflows/model/io_argoproj_events_v1alpha1_owned_repositories.py +1 -1
  133. argo_workflows/model/io_argoproj_events_v1alpha1_payload_field.py +1 -1
  134. argo_workflows/model/io_argoproj_events_v1alpha1_pub_sub_event_source.py +1 -1
  135. argo_workflows/model/io_argoproj_events_v1alpha1_pulsar_event_source.py +9 -1
  136. argo_workflows/model/io_argoproj_events_v1alpha1_pulsar_trigger.py +9 -1
  137. argo_workflows/model/io_argoproj_events_v1alpha1_rate_limit.py +1 -1
  138. argo_workflows/model/io_argoproj_events_v1alpha1_redis_event_source.py +1 -1
  139. argo_workflows/model/io_argoproj_events_v1alpha1_redis_stream_event_source.py +1 -1
  140. argo_workflows/model/io_argoproj_events_v1alpha1_resource.py +1 -1
  141. argo_workflows/model/io_argoproj_events_v1alpha1_resource_event_source.py +1 -1
  142. argo_workflows/model/io_argoproj_events_v1alpha1_resource_filter.py +1 -1
  143. argo_workflows/model/io_argoproj_events_v1alpha1_s3_artifact.py +5 -1
  144. argo_workflows/model/io_argoproj_events_v1alpha1_s3_bucket.py +1 -1
  145. argo_workflows/model/io_argoproj_events_v1alpha1_s3_filter.py +1 -1
  146. argo_workflows/model/io_argoproj_events_v1alpha1_sasl_config.py +9 -9
  147. argo_workflows/model/{io_argoproj_workflow_v1alpha1_artifact_gc_spec.py → io_argoproj_events_v1alpha1_schema_registry_config.py} +18 -10
  148. argo_workflows/model/io_argoproj_events_v1alpha1_secure_header.py +1 -1
  149. argo_workflows/model/io_argoproj_events_v1alpha1_selector.py +1 -1
  150. argo_workflows/model/io_argoproj_events_v1alpha1_sensor.py +1 -1
  151. argo_workflows/model/io_argoproj_events_v1alpha1_sensor_list.py +1 -1
  152. argo_workflows/model/io_argoproj_events_v1alpha1_sensor_spec.py +9 -1
  153. argo_workflows/model/io_argoproj_events_v1alpha1_sensor_status.py +1 -1
  154. argo_workflows/model/io_argoproj_events_v1alpha1_service.py +1 -1
  155. argo_workflows/model/io_argoproj_events_v1alpha1_sftp_event_source.py +297 -0
  156. argo_workflows/model/io_argoproj_events_v1alpha1_slack_event_source.py +1 -1
  157. argo_workflows/model/{io_argoproj_workflow_v1alpha1_workflow_task_set_spec.py → io_argoproj_events_v1alpha1_slack_sender.py} +12 -14
  158. argo_workflows/model/{io_argoproj_workflow_v1alpha1_workflow_task_set_status.py → io_argoproj_events_v1alpha1_slack_thread.py} +12 -14
  159. argo_workflows/model/io_argoproj_events_v1alpha1_slack_trigger.py +21 -1
  160. argo_workflows/model/io_argoproj_events_v1alpha1_sns_event_source.py +1 -1
  161. argo_workflows/model/io_argoproj_events_v1alpha1_sqs_event_source.py +1 -1
  162. argo_workflows/model/io_argoproj_events_v1alpha1_standard_k8_s_trigger.py +1 -1
  163. argo_workflows/model/io_argoproj_events_v1alpha1_status.py +1 -1
  164. argo_workflows/model/io_argoproj_events_v1alpha1_status_policy.py +1 -1
  165. argo_workflows/model/io_argoproj_events_v1alpha1_storage_grid_event_source.py +1 -1
  166. argo_workflows/model/io_argoproj_events_v1alpha1_storage_grid_filter.py +1 -1
  167. argo_workflows/model/io_argoproj_events_v1alpha1_stripe_event_source.py +1 -1
  168. argo_workflows/model/io_argoproj_events_v1alpha1_template.py +1 -1
  169. argo_workflows/model/io_argoproj_events_v1alpha1_time_filter.py +1 -1
  170. argo_workflows/model/io_argoproj_events_v1alpha1_tls_config.py +1 -1
  171. argo_workflows/model/io_argoproj_events_v1alpha1_trigger.py +5 -1
  172. argo_workflows/model/io_argoproj_events_v1alpha1_trigger_parameter.py +1 -1
  173. argo_workflows/model/io_argoproj_events_v1alpha1_trigger_parameter_source.py +5 -1
  174. argo_workflows/model/io_argoproj_events_v1alpha1_trigger_policy.py +1 -1
  175. argo_workflows/model/io_argoproj_events_v1alpha1_trigger_template.py +13 -1
  176. argo_workflows/model/io_argoproj_events_v1alpha1_url_artifact.py +1 -1
  177. argo_workflows/model/io_argoproj_events_v1alpha1_value_from_source.py +1 -1
  178. argo_workflows/model/io_argoproj_events_v1alpha1_watch_path_config.py +1 -1
  179. argo_workflows/model/io_argoproj_events_v1alpha1_webhook_context.py +1 -1
  180. argo_workflows/model/io_argoproj_events_v1alpha1_webhook_event_source.py +1 -1
  181. argo_workflows/model/io_argoproj_workflow_v1alpha1_archive_strategy.py +1 -1
  182. argo_workflows/model/io_argoproj_workflow_v1alpha1_arguments.py +1 -1
  183. argo_workflows/model/io_argoproj_workflow_v1alpha1_art_gc_status.py +1 -1
  184. argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact.py +1 -1
  185. argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_gc.py +1 -1
  186. argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_location.py +1 -1
  187. argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_paths.py +1 -1
  188. argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository.py +1 -1
  189. argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository_ref.py +1 -1
  190. argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository_ref_status.py +1 -1
  191. argo_workflows/model/io_argoproj_workflow_v1alpha1_artifactory_artifact.py +1 -1
  192. argo_workflows/model/io_argoproj_workflow_v1alpha1_artifactory_artifact_repository.py +1 -1
  193. argo_workflows/model/io_argoproj_workflow_v1alpha1_azure_artifact.py +1 -1
  194. argo_workflows/model/io_argoproj_workflow_v1alpha1_azure_artifact_repository.py +1 -1
  195. argo_workflows/model/io_argoproj_workflow_v1alpha1_backoff.py +1 -1
  196. argo_workflows/model/io_argoproj_workflow_v1alpha1_basic_auth.py +1 -1
  197. argo_workflows/model/io_argoproj_workflow_v1alpha1_cache.py +1 -1
  198. argo_workflows/model/io_argoproj_workflow_v1alpha1_client_cert_auth.py +1 -1
  199. argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template.py +1 -1
  200. argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_create_request.py +1 -1
  201. argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_lint_request.py +1 -1
  202. argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_list.py +1 -1
  203. argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_update_request.py +1 -1
  204. argo_workflows/model/io_argoproj_workflow_v1alpha1_collect_event_request.py +1 -1
  205. argo_workflows/model/io_argoproj_workflow_v1alpha1_column.py +1 -1
  206. argo_workflows/model/io_argoproj_workflow_v1alpha1_condition.py +1 -1
  207. argo_workflows/model/io_argoproj_workflow_v1alpha1_container_node.py +13 -3
  208. argo_workflows/model/io_argoproj_workflow_v1alpha1_container_set_retry_strategy.py +1 -1
  209. argo_workflows/model/io_argoproj_workflow_v1alpha1_container_set_template.py +1 -1
  210. argo_workflows/model/io_argoproj_workflow_v1alpha1_continue_on.py +1 -1
  211. argo_workflows/model/io_argoproj_workflow_v1alpha1_counter.py +1 -1
  212. argo_workflows/model/io_argoproj_workflow_v1alpha1_create_cron_workflow_request.py +1 -1
  213. argo_workflows/model/io_argoproj_workflow_v1alpha1_create_s3_bucket_options.py +1 -1
  214. argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow.py +1 -1
  215. argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_list.py +1 -1
  216. argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_resume_request.py +1 -1
  217. argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_spec.py +15 -1
  218. argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_status.py +21 -3
  219. argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_suspend_request.py +1 -1
  220. argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_task.py +1 -1
  221. argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_template.py +1 -1
  222. argo_workflows/model/io_argoproj_workflow_v1alpha1_data.py +1 -1
  223. argo_workflows/model/io_argoproj_workflow_v1alpha1_data_source.py +1 -1
  224. argo_workflows/model/io_argoproj_workflow_v1alpha1_event.py +1 -1
  225. argo_workflows/model/io_argoproj_workflow_v1alpha1_executor_config.py +1 -1
  226. argo_workflows/model/io_argoproj_workflow_v1alpha1_gauge.py +1 -1
  227. argo_workflows/model/io_argoproj_workflow_v1alpha1_gcs_artifact.py +1 -1
  228. argo_workflows/model/io_argoproj_workflow_v1alpha1_gcs_artifact_repository.py +1 -1
  229. argo_workflows/model/io_argoproj_workflow_v1alpha1_get_user_info_response.py +1 -1
  230. argo_workflows/model/io_argoproj_workflow_v1alpha1_git_artifact.py +1 -1
  231. argo_workflows/model/io_argoproj_workflow_v1alpha1_hdfs_artifact.py +5 -1
  232. argo_workflows/model/io_argoproj_workflow_v1alpha1_hdfs_artifact_repository.py +5 -1
  233. argo_workflows/model/io_argoproj_workflow_v1alpha1_header.py +1 -1
  234. argo_workflows/model/io_argoproj_workflow_v1alpha1_histogram.py +1 -1
  235. argo_workflows/model/io_argoproj_workflow_v1alpha1_http.py +1 -1
  236. argo_workflows/model/io_argoproj_workflow_v1alpha1_http_artifact.py +1 -1
  237. argo_workflows/model/io_argoproj_workflow_v1alpha1_http_auth.py +1 -1
  238. argo_workflows/model/io_argoproj_workflow_v1alpha1_http_body_source.py +1 -1
  239. argo_workflows/model/io_argoproj_workflow_v1alpha1_http_header.py +1 -1
  240. argo_workflows/model/io_argoproj_workflow_v1alpha1_http_header_source.py +1 -1
  241. argo_workflows/model/io_argoproj_workflow_v1alpha1_info_response.py +1 -1
  242. argo_workflows/model/io_argoproj_workflow_v1alpha1_inputs.py +1 -1
  243. argo_workflows/model/io_argoproj_workflow_v1alpha1_label_keys.py +1 -1
  244. argo_workflows/model/io_argoproj_workflow_v1alpha1_label_value_from.py +1 -1
  245. argo_workflows/model/io_argoproj_workflow_v1alpha1_label_values.py +1 -1
  246. argo_workflows/model/io_argoproj_workflow_v1alpha1_lifecycle_hook.py +1 -1
  247. argo_workflows/model/io_argoproj_workflow_v1alpha1_link.py +1 -1
  248. argo_workflows/model/io_argoproj_workflow_v1alpha1_lint_cron_workflow_request.py +1 -1
  249. argo_workflows/model/io_argoproj_workflow_v1alpha1_log_entry.py +1 -1
  250. argo_workflows/model/io_argoproj_workflow_v1alpha1_manifest_from.py +1 -1
  251. argo_workflows/model/io_argoproj_workflow_v1alpha1_memoization_status.py +1 -1
  252. argo_workflows/model/io_argoproj_workflow_v1alpha1_memoize.py +1 -1
  253. argo_workflows/model/io_argoproj_workflow_v1alpha1_metadata.py +1 -1
  254. argo_workflows/model/io_argoproj_workflow_v1alpha1_metric_label.py +1 -1
  255. argo_workflows/model/io_argoproj_workflow_v1alpha1_metrics.py +1 -1
  256. argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex.py +1 -1
  257. argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex_holding.py +1 -1
  258. argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex_status.py +1 -1
  259. argo_workflows/model/io_argoproj_workflow_v1alpha1_node_flag.py +1 -1
  260. argo_workflows/model/io_argoproj_workflow_v1alpha1_node_status.py +1 -1
  261. argo_workflows/model/io_argoproj_workflow_v1alpha1_node_synchronization_status.py +1 -1
  262. argo_workflows/model/io_argoproj_workflow_v1alpha1_o_auth2_auth.py +1 -1
  263. argo_workflows/model/io_argoproj_workflow_v1alpha1_o_auth2_endpoint_param.py +1 -1
  264. argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_artifact.py +1 -1
  265. argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_artifact_repository.py +1 -1
  266. argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_lifecycle_rule.py +1 -1
  267. argo_workflows/model/io_argoproj_workflow_v1alpha1_outputs.py +1 -1
  268. argo_workflows/model/io_argoproj_workflow_v1alpha1_parallel_steps.py +1 -1
  269. argo_workflows/model/io_argoproj_workflow_v1alpha1_parameter.py +1 -1
  270. argo_workflows/model/io_argoproj_workflow_v1alpha1_pod_gc.py +1 -1
  271. argo_workflows/model/io_argoproj_workflow_v1alpha1_prometheus.py +1 -1
  272. argo_workflows/model/io_argoproj_workflow_v1alpha1_raw_artifact.py +1 -1
  273. argo_workflows/model/io_argoproj_workflow_v1alpha1_resource_template.py +1 -1
  274. argo_workflows/model/io_argoproj_workflow_v1alpha1_resubmit_archived_workflow_request.py +1 -1
  275. argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_affinity.py +1 -1
  276. argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_archived_workflow_request.py +1 -1
  277. argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_strategy.py +1 -1
  278. argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_artifact.py +5 -1
  279. argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_artifact_repository.py +5 -1
  280. argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_encryption_options.py +1 -1
  281. argo_workflows/model/io_argoproj_workflow_v1alpha1_script_template.py +13 -3
  282. argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_holding.py +1 -1
  283. argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_ref.py +1 -1
  284. argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_status.py +1 -1
  285. argo_workflows/model/io_argoproj_workflow_v1alpha1_sequence.py +1 -1
  286. argo_workflows/model/{io_argoproj_workflow_v1alpha1_artifact_result_node_status.py → io_argoproj_workflow_v1alpha1_stop_strategy.py} +16 -16
  287. argo_workflows/model/io_argoproj_workflow_v1alpha1_submit.py +1 -1
  288. argo_workflows/model/io_argoproj_workflow_v1alpha1_submit_opts.py +1 -1
  289. argo_workflows/model/io_argoproj_workflow_v1alpha1_suspend_template.py +1 -1
  290. argo_workflows/model/io_argoproj_workflow_v1alpha1_synchronization.py +1 -1
  291. argo_workflows/model/io_argoproj_workflow_v1alpha1_synchronization_status.py +1 -1
  292. argo_workflows/model/io_argoproj_workflow_v1alpha1_tar_strategy.py +1 -1
  293. argo_workflows/model/io_argoproj_workflow_v1alpha1_template.py +1 -1
  294. argo_workflows/model/io_argoproj_workflow_v1alpha1_template_ref.py +1 -1
  295. argo_workflows/model/io_argoproj_workflow_v1alpha1_transformation_step.py +1 -1
  296. argo_workflows/model/io_argoproj_workflow_v1alpha1_ttl_strategy.py +1 -1
  297. argo_workflows/model/io_argoproj_workflow_v1alpha1_update_cron_workflow_request.py +1 -1
  298. argo_workflows/model/io_argoproj_workflow_v1alpha1_user_container.py +13 -3
  299. argo_workflows/model/io_argoproj_workflow_v1alpha1_value_from.py +1 -1
  300. argo_workflows/model/io_argoproj_workflow_v1alpha1_version.py +1 -1
  301. argo_workflows/model/io_argoproj_workflow_v1alpha1_volume_claim_gc.py +1 -1
  302. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow.py +1 -1
  303. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_create_request.py +1 -1
  304. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding.py +1 -1
  305. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding_list.py +1 -1
  306. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding_spec.py +1 -1
  307. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_level_artifact_gc.py +1 -1
  308. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_lint_request.py +1 -1
  309. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_list.py +1 -1
  310. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_metadata.py +1 -1
  311. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resubmit_request.py +1 -1
  312. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resume_request.py +1 -1
  313. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_retry_request.py +1 -1
  314. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_set_request.py +1 -1
  315. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_spec.py +1 -1
  316. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_status.py +1 -1
  317. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_step.py +1 -1
  318. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_stop_request.py +1 -1
  319. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_submit_request.py +1 -1
  320. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_suspend_request.py +1 -1
  321. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template.py +1 -1
  322. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_create_request.py +1 -1
  323. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_lint_request.py +1 -1
  324. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_list.py +1 -1
  325. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_ref.py +1 -1
  326. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_update_request.py +1 -1
  327. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_terminate_request.py +1 -1
  328. argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_watch_event.py +1 -1
  329. argo_workflows/model/io_k8s_api_policy_v1_pod_disruption_budget_spec.py +5 -1
  330. argo_workflows/model/iscsi_volume_source.py +21 -21
  331. argo_workflows/model/key_to_path.py +7 -7
  332. argo_workflows/model/label_selector.py +1 -1
  333. argo_workflows/model/label_selector_requirement.py +1 -1
  334. argo_workflows/model/lifecycle.py +1 -1
  335. argo_workflows/model/lifecycle_handler.py +7 -1
  336. argo_workflows/model/list_meta.py +3 -3
  337. argo_workflows/model/local_object_reference.py +3 -3
  338. argo_workflows/model/managed_fields_entry.py +1 -1
  339. argo_workflows/model/modify_volume_status.py +265 -0
  340. argo_workflows/model/nfs_volume_source.py +7 -7
  341. argo_workflows/model/node_affinity.py +1 -1
  342. argo_workflows/model/node_selector.py +1 -1
  343. argo_workflows/model/node_selector_requirement.py +3 -11
  344. argo_workflows/model/node_selector_term.py +1 -1
  345. argo_workflows/model/object_field_selector.py +1 -1
  346. argo_workflows/model/object_meta.py +15 -19
  347. argo_workflows/model/object_reference.py +1 -1
  348. argo_workflows/model/owner_reference.py +7 -7
  349. argo_workflows/model/persistent_volume_claim.py +1 -1
  350. argo_workflows/model/persistent_volume_claim_condition.py +7 -11
  351. argo_workflows/model/persistent_volume_claim_spec.py +21 -15
  352. argo_workflows/model/persistent_volume_claim_status.py +25 -20
  353. argo_workflows/model/persistent_volume_claim_template.py +1 -1
  354. argo_workflows/model/persistent_volume_claim_volume_source.py +5 -5
  355. argo_workflows/model/photon_persistent_disk_volume_source.py +5 -5
  356. argo_workflows/model/pod_affinity.py +1 -1
  357. argo_workflows/model/pod_affinity_term.py +11 -3
  358. argo_workflows/model/pod_anti_affinity.py +1 -1
  359. argo_workflows/model/pod_dns_config.py +1 -1
  360. argo_workflows/model/pod_dns_config_option.py +1 -1
  361. argo_workflows/model/pod_security_context.py +9 -3
  362. argo_workflows/model/portworx_volume_source.py +7 -7
  363. argo_workflows/model/preferred_scheduling_term.py +1 -1
  364. argo_workflows/model/probe.py +1 -1
  365. argo_workflows/model/projected_volume_source.py +5 -5
  366. argo_workflows/model/quobyte_volume_source.py +13 -13
  367. argo_workflows/model/rbd_volume_source.py +15 -15
  368. argo_workflows/model/{io_argoproj_workflow_v1alpha1_artifact_result.py → resource_claim.py} +6 -14
  369. argo_workflows/model/resource_field_selector.py +3 -3
  370. argo_workflows/model/resource_requirements.py +13 -3
  371. argo_workflows/model/scale_io_volume_source.py +19 -19
  372. argo_workflows/model/se_linux_options.py +1 -1
  373. argo_workflows/model/seccomp_profile.py +5 -10
  374. argo_workflows/model/secret_env_source.py +3 -3
  375. argo_workflows/model/secret_key_selector.py +3 -3
  376. argo_workflows/model/secret_projection.py +7 -7
  377. argo_workflows/model/secret_volume_source.py +9 -9
  378. argo_workflows/model/security_context.py +7 -1
  379. argo_workflows/model/sensor_create_sensor_request.py +1 -1
  380. argo_workflows/model/sensor_log_entry.py +1 -1
  381. argo_workflows/model/sensor_sensor_watch_event.py +1 -1
  382. argo_workflows/model/sensor_update_sensor_request.py +1 -1
  383. argo_workflows/model/service_account_token_projection.py +7 -7
  384. argo_workflows/model/service_port.py +5 -10
  385. argo_workflows/model/sleep_action.py +261 -0
  386. argo_workflows/model/storage_os_volume_source.py +9 -9
  387. argo_workflows/model/stream_result_of_event.py +1 -1
  388. argo_workflows/model/stream_result_of_eventsource_event_source_watch_event.py +1 -1
  389. argo_workflows/model/stream_result_of_eventsource_log_entry.py +1 -1
  390. argo_workflows/model/stream_result_of_io_argoproj_workflow_v1alpha1_log_entry.py +1 -1
  391. argo_workflows/model/stream_result_of_io_argoproj_workflow_v1alpha1_workflow_watch_event.py +1 -1
  392. argo_workflows/model/stream_result_of_sensor_log_entry.py +1 -1
  393. argo_workflows/model/stream_result_of_sensor_sensor_watch_event.py +1 -1
  394. argo_workflows/model/sysctl.py +1 -1
  395. argo_workflows/model/tcp_socket_action.py +1 -1
  396. argo_workflows/model/toleration.py +5 -14
  397. argo_workflows/model/typed_local_object_reference.py +1 -1
  398. argo_workflows/model/typed_object_reference.py +275 -0
  399. argo_workflows/model/volume.py +3 -3
  400. argo_workflows/model/volume_device.py +1 -1
  401. argo_workflows/model/volume_mount.py +7 -3
  402. argo_workflows/model/volume_projection.py +7 -1
  403. argo_workflows/model/{io_argoproj_workflow_v1alpha1_node_result.py → volume_resource_requirements.py} +12 -26
  404. argo_workflows/model/vsphere_virtual_disk_volume_source.py +9 -9
  405. argo_workflows/model/weighted_pod_affinity_term.py +1 -1
  406. argo_workflows/model/windows_security_context_options.py +3 -3
  407. argo_workflows/model_utils.py +1 -1
  408. argo_workflows/models/__init__.py +18 -9
  409. argo_workflows/rest.py +1 -1
  410. {argo_workflows-6.5.13.dist-info → argo_workflows-6.6.0rc1.dist-info}/METADATA +3 -3
  411. argo_workflows-6.6.0rc1.dist-info/RECORD +417 -0
  412. {argo_workflows-6.5.13.dist-info → argo_workflows-6.6.0rc1.dist-info}/WHEEL +1 -1
  413. argo_workflows/model/status_cause.py +0 -263
  414. argo_workflows-6.5.13.dist-info/RECORD +0 -408
  415. {argo_workflows-6.5.13.dist-info → argo_workflows-6.6.0rc1.dist-info}/LICENSE +0 -0
  416. {argo_workflows-6.5.13.dist-info → argo_workflows-6.6.0rc1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -142,11 +142,11 @@ class FCVolumeSource(ModelNormal):
142
142
  Animal class but this time we won't travel
143
143
  through its discriminator because we passed in
144
144
  _visited_composed_classes = (Animal,)
145
- fs_type (str): Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.. [optional] # noqa: E501
146
- lun (int): Optional: FC target lun number. [optional] # noqa: E501
147
- read_only (bool): Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.. [optional] # noqa: E501
148
- target_wwns ([str]): Optional: FC target worldwide names (WWNs). [optional] # noqa: E501
149
- wwids ([str]): Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.. [optional] # noqa: E501
145
+ fs_type (str): fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.. [optional] # noqa: E501
146
+ lun (int): lun is Optional: FC target lun number. [optional] # noqa: E501
147
+ read_only (bool): readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.. [optional] # noqa: E501
148
+ target_wwns ([str]): targetWWNs is Optional: FC target worldwide names (WWNs). [optional] # noqa: E501
149
+ wwids ([str]): wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.. [optional] # noqa: E501
150
150
  """
151
151
 
152
152
  _check_type = kwargs.pop('_check_type', True)
@@ -228,11 +228,11 @@ class FCVolumeSource(ModelNormal):
228
228
  Animal class but this time we won't travel
229
229
  through its discriminator because we passed in
230
230
  _visited_composed_classes = (Animal,)
231
- fs_type (str): Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.. [optional] # noqa: E501
232
- lun (int): Optional: FC target lun number. [optional] # noqa: E501
233
- read_only (bool): Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.. [optional] # noqa: E501
234
- target_wwns ([str]): Optional: FC target worldwide names (WWNs). [optional] # noqa: E501
235
- wwids ([str]): Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.. [optional] # noqa: E501
231
+ fs_type (str): fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.. [optional] # noqa: E501
232
+ lun (int): lun is Optional: FC target lun number. [optional] # noqa: E501
233
+ read_only (bool): readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.. [optional] # noqa: E501
234
+ target_wwns ([str]): targetWWNs is Optional: FC target worldwide names (WWNs). [optional] # noqa: E501
235
+ wwids ([str]): wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.. [optional] # noqa: E501
236
236
  """
237
237
 
238
238
  _check_type = kwargs.pop('_check_type', True)
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -118,7 +118,7 @@ class FlexVolumeSource(ModelNormal):
118
118
  """FlexVolumeSource - a model defined in OpenAPI
119
119
 
120
120
  Args:
121
- driver (str): Driver is the name of the driver to use for this volume.
121
+ driver (str): driver is the name of the driver to use for this volume.
122
122
 
123
123
  Keyword Args:
124
124
  _check_type (bool): if True, values for parameters in openapi_types
@@ -151,9 +151,9 @@ class FlexVolumeSource(ModelNormal):
151
151
  Animal class but this time we won't travel
152
152
  through its discriminator because we passed in
153
153
  _visited_composed_classes = (Animal,)
154
- fs_type (str): Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.. [optional] # noqa: E501
155
- options ({str: (str,)}): Optional: Extra command options if any.. [optional] # noqa: E501
156
- read_only (bool): Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.. [optional] # noqa: E501
154
+ fs_type (str): fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.. [optional] # noqa: E501
155
+ options ({str: (str,)}): options is Optional: this field holds extra command options if any.. [optional] # noqa: E501
156
+ read_only (bool): readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.. [optional] # noqa: E501
157
157
  secret_ref (LocalObjectReference): [optional] # noqa: E501
158
158
  """
159
159
 
@@ -207,7 +207,7 @@ class FlexVolumeSource(ModelNormal):
207
207
  """FlexVolumeSource - a model defined in OpenAPI
208
208
 
209
209
  Args:
210
- driver (str): Driver is the name of the driver to use for this volume.
210
+ driver (str): driver is the name of the driver to use for this volume.
211
211
 
212
212
  Keyword Args:
213
213
  _check_type (bool): if True, values for parameters in openapi_types
@@ -240,9 +240,9 @@ class FlexVolumeSource(ModelNormal):
240
240
  Animal class but this time we won't travel
241
241
  through its discriminator because we passed in
242
242
  _visited_composed_classes = (Animal,)
243
- fs_type (str): Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.. [optional] # noqa: E501
244
- options ({str: (str,)}): Optional: Extra command options if any.. [optional] # noqa: E501
245
- read_only (bool): Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.. [optional] # noqa: E501
243
+ fs_type (str): fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.. [optional] # noqa: E501
244
+ options ({str: (str,)}): options is Optional: this field holds extra command options if any.. [optional] # noqa: E501
245
+ read_only (bool): readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.. [optional] # noqa: E501
246
246
  secret_ref (LocalObjectReference): [optional] # noqa: E501
247
247
  """
248
248
 
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -136,8 +136,8 @@ class FlockerVolumeSource(ModelNormal):
136
136
  Animal class but this time we won't travel
137
137
  through its discriminator because we passed in
138
138
  _visited_composed_classes = (Animal,)
139
- dataset_name (str): Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated. [optional] # noqa: E501
140
- dataset_uuid (str): UUID of the dataset. This is unique identifier of a Flocker dataset. [optional] # noqa: E501
139
+ dataset_name (str): datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated. [optional] # noqa: E501
140
+ dataset_uuid (str): datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset. [optional] # noqa: E501
141
141
  """
142
142
 
143
143
  _check_type = kwargs.pop('_check_type', True)
@@ -219,8 +219,8 @@ class FlockerVolumeSource(ModelNormal):
219
219
  Animal class but this time we won't travel
220
220
  through its discriminator because we passed in
221
221
  _visited_composed_classes = (Animal,)
222
- dataset_name (str): Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated. [optional] # noqa: E501
223
- dataset_uuid (str): UUID of the dataset. This is unique identifier of a Flocker dataset. [optional] # noqa: E501
222
+ dataset_name (str): datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated. [optional] # noqa: E501
223
+ dataset_uuid (str): datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset. [optional] # noqa: E501
224
224
  """
225
225
 
226
226
  _check_type = kwargs.pop('_check_type', True)
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -110,7 +110,7 @@ class GCEPersistentDiskVolumeSource(ModelNormal):
110
110
  """GCEPersistentDiskVolumeSource - a model defined in OpenAPI
111
111
 
112
112
  Args:
113
- pd_name (str): Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
113
+ pd_name (str): pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
114
114
 
115
115
  Keyword Args:
116
116
  _check_type (bool): if True, values for parameters in openapi_types
@@ -143,9 +143,9 @@ class GCEPersistentDiskVolumeSource(ModelNormal):
143
143
  Animal class but this time we won't travel
144
144
  through its discriminator because we passed in
145
145
  _visited_composed_classes = (Animal,)
146
- fs_type (str): Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk. [optional] # noqa: E501
147
- partition (int): The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk. [optional] # noqa: E501
148
- read_only (bool): ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk. [optional] # noqa: E501
146
+ fs_type (str): fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk. [optional] # noqa: E501
147
+ partition (int): partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk. [optional] # noqa: E501
148
+ read_only (bool): readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk. [optional] # noqa: E501
149
149
  """
150
150
 
151
151
  _check_type = kwargs.pop('_check_type', True)
@@ -198,7 +198,7 @@ class GCEPersistentDiskVolumeSource(ModelNormal):
198
198
  """GCEPersistentDiskVolumeSource - a model defined in OpenAPI
199
199
 
200
200
  Args:
201
- pd_name (str): Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
201
+ pd_name (str): pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
202
202
 
203
203
  Keyword Args:
204
204
  _check_type (bool): if True, values for parameters in openapi_types
@@ -231,9 +231,9 @@ class GCEPersistentDiskVolumeSource(ModelNormal):
231
231
  Animal class but this time we won't travel
232
232
  through its discriminator because we passed in
233
233
  _visited_composed_classes = (Animal,)
234
- fs_type (str): Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk. [optional] # noqa: E501
235
- partition (int): The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk. [optional] # noqa: E501
236
- read_only (bool): ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk. [optional] # noqa: E501
234
+ fs_type (str): fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk. [optional] # noqa: E501
235
+ partition (int): partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk. [optional] # noqa: E501
236
+ read_only (bool): readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk. [optional] # noqa: E501
237
237
  """
238
238
 
239
239
  _check_type = kwargs.pop('_check_type', True)
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -108,7 +108,7 @@ class GitRepoVolumeSource(ModelNormal):
108
108
  """GitRepoVolumeSource - a model defined in OpenAPI
109
109
 
110
110
  Args:
111
- repository (str): Repository URL
111
+ repository (str): repository is the URL
112
112
 
113
113
  Keyword Args:
114
114
  _check_type (bool): if True, values for parameters in openapi_types
@@ -141,8 +141,8 @@ class GitRepoVolumeSource(ModelNormal):
141
141
  Animal class but this time we won't travel
142
142
  through its discriminator because we passed in
143
143
  _visited_composed_classes = (Animal,)
144
- directory (str): Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.. [optional] # noqa: E501
145
- revision (str): Commit hash for the specified revision.. [optional] # noqa: E501
144
+ directory (str): directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.. [optional] # noqa: E501
145
+ revision (str): revision is the commit hash for the specified revision.. [optional] # noqa: E501
146
146
  """
147
147
 
148
148
  _check_type = kwargs.pop('_check_type', True)
@@ -195,7 +195,7 @@ class GitRepoVolumeSource(ModelNormal):
195
195
  """GitRepoVolumeSource - a model defined in OpenAPI
196
196
 
197
197
  Args:
198
- repository (str): Repository URL
198
+ repository (str): repository is the URL
199
199
 
200
200
  Keyword Args:
201
201
  _check_type (bool): if True, values for parameters in openapi_types
@@ -228,8 +228,8 @@ class GitRepoVolumeSource(ModelNormal):
228
228
  Animal class but this time we won't travel
229
229
  through its discriminator because we passed in
230
230
  _visited_composed_classes = (Animal,)
231
- directory (str): Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.. [optional] # noqa: E501
232
- revision (str): Commit hash for the specified revision.. [optional] # noqa: E501
231
+ directory (str): directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.. [optional] # noqa: E501
232
+ revision (str): revision is the commit hash for the specified revision.. [optional] # noqa: E501
233
233
  """
234
234
 
235
235
  _check_type = kwargs.pop('_check_type', True)
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -108,8 +108,8 @@ class GlusterfsVolumeSource(ModelNormal):
108
108
  """GlusterfsVolumeSource - a model defined in OpenAPI
109
109
 
110
110
  Args:
111
- endpoints (str): EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
112
- path (str): Path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
111
+ endpoints (str): endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
112
+ path (str): path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
113
113
 
114
114
  Keyword Args:
115
115
  _check_type (bool): if True, values for parameters in openapi_types
@@ -142,7 +142,7 @@ class GlusterfsVolumeSource(ModelNormal):
142
142
  Animal class but this time we won't travel
143
143
  through its discriminator because we passed in
144
144
  _visited_composed_classes = (Animal,)
145
- read_only (bool): ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod. [optional] # noqa: E501
145
+ read_only (bool): readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod. [optional] # noqa: E501
146
146
  """
147
147
 
148
148
  _check_type = kwargs.pop('_check_type', True)
@@ -196,8 +196,8 @@ class GlusterfsVolumeSource(ModelNormal):
196
196
  """GlusterfsVolumeSource - a model defined in OpenAPI
197
197
 
198
198
  Args:
199
- endpoints (str): EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
200
- path (str): Path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
199
+ endpoints (str): endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
200
+ path (str): path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
201
201
 
202
202
  Keyword Args:
203
203
  _check_type (bool): if True, values for parameters in openapi_types
@@ -230,7 +230,7 @@ class GlusterfsVolumeSource(ModelNormal):
230
230
  Animal class but this time we won't travel
231
231
  through its discriminator because we passed in
232
232
  _visited_composed_classes = (Animal,)
233
- read_only (bool): ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod. [optional] # noqa: E501
233
+ read_only (bool): readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod. [optional] # noqa: E501
234
234
  """
235
235
 
236
236
  _check_type = kwargs.pop('_check_type', True)
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -81,8 +81,8 @@ class HostAlias(ModelNormal):
81
81
  and the value is attribute type.
82
82
  """
83
83
  return {
84
- 'hostnames': ([str],), # noqa: E501
85
84
  'ip': (str,), # noqa: E501
85
+ 'hostnames': ([str],), # noqa: E501
86
86
  }
87
87
 
88
88
  @cached_property
@@ -91,8 +91,8 @@ class HostAlias(ModelNormal):
91
91
 
92
92
 
93
93
  attribute_map = {
94
- 'hostnames': 'hostnames', # noqa: E501
95
94
  'ip': 'ip', # noqa: E501
95
+ 'hostnames': 'hostnames', # noqa: E501
96
96
  }
97
97
 
98
98
  read_only_vars = {
@@ -102,9 +102,12 @@ class HostAlias(ModelNormal):
102
102
 
103
103
  @classmethod
104
104
  @convert_js_args_to_python_args
105
- def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
105
+ def _from_openapi_data(cls, ip, *args, **kwargs): # noqa: E501
106
106
  """HostAlias - a model defined in OpenAPI
107
107
 
108
+ Args:
109
+ ip (str): IP address of the host file entry.
110
+
108
111
  Keyword Args:
109
112
  _check_type (bool): if True, values for parameters in openapi_types
110
113
  will be type checked and a TypeError will be
@@ -137,7 +140,6 @@ class HostAlias(ModelNormal):
137
140
  through its discriminator because we passed in
138
141
  _visited_composed_classes = (Animal,)
139
142
  hostnames ([str]): Hostnames for the above IP address.. [optional] # noqa: E501
140
- ip (str): IP address of the host file entry.. [optional] # noqa: E501
141
143
  """
142
144
 
143
145
  _check_type = kwargs.pop('_check_type', True)
@@ -165,6 +167,7 @@ class HostAlias(ModelNormal):
165
167
  self._configuration = _configuration
166
168
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
167
169
 
170
+ self.ip = ip
168
171
  for var_name, var_value in kwargs.items():
169
172
  if var_name not in self.attribute_map and \
170
173
  self._configuration is not None and \
@@ -185,9 +188,12 @@ class HostAlias(ModelNormal):
185
188
  ])
186
189
 
187
190
  @convert_js_args_to_python_args
188
- def __init__(self, *args, **kwargs): # noqa: E501
191
+ def __init__(self, ip, *args, **kwargs): # noqa: E501
189
192
  """HostAlias - a model defined in OpenAPI
190
193
 
194
+ Args:
195
+ ip (str): IP address of the host file entry.
196
+
191
197
  Keyword Args:
192
198
  _check_type (bool): if True, values for parameters in openapi_types
193
199
  will be type checked and a TypeError will be
@@ -220,7 +226,6 @@ class HostAlias(ModelNormal):
220
226
  through its discriminator because we passed in
221
227
  _visited_composed_classes = (Animal,)
222
228
  hostnames ([str]): Hostnames for the above IP address.. [optional] # noqa: E501
223
- ip (str): IP address of the host file entry.. [optional] # noqa: E501
224
229
  """
225
230
 
226
231
  _check_type = kwargs.pop('_check_type', True)
@@ -246,6 +251,7 @@ class HostAlias(ModelNormal):
246
251
  self._configuration = _configuration
247
252
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
248
253
 
254
+ self.ip = ip
249
255
  for var_name, var_value in kwargs.items():
250
256
  if var_name not in self.attribute_map and \
251
257
  self._configuration is not None and \
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -106,7 +106,7 @@ class HostPathVolumeSource(ModelNormal):
106
106
  """HostPathVolumeSource - a model defined in OpenAPI
107
107
 
108
108
  Args:
109
- path (str): Path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
109
+ path (str): path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
110
110
 
111
111
  Keyword Args:
112
112
  _check_type (bool): if True, values for parameters in openapi_types
@@ -139,7 +139,7 @@ class HostPathVolumeSource(ModelNormal):
139
139
  Animal class but this time we won't travel
140
140
  through its discriminator because we passed in
141
141
  _visited_composed_classes = (Animal,)
142
- type (str): Type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath. [optional] # noqa: E501
142
+ type (str): type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath. [optional] # noqa: E501
143
143
  """
144
144
 
145
145
  _check_type = kwargs.pop('_check_type', True)
@@ -192,7 +192,7 @@ class HostPathVolumeSource(ModelNormal):
192
192
  """HostPathVolumeSource - a model defined in OpenAPI
193
193
 
194
194
  Args:
195
- path (str): Path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
195
+ path (str): path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
196
196
 
197
197
  Keyword Args:
198
198
  _check_type (bool): if True, values for parameters in openapi_types
@@ -225,7 +225,7 @@ class HostPathVolumeSource(ModelNormal):
225
225
  Animal class but this time we won't travel
226
226
  through its discriminator because we passed in
227
227
  _visited_composed_classes = (Animal,)
228
- type (str): Type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath. [optional] # noqa: E501
228
+ type (str): type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath. [optional] # noqa: E501
229
229
  """
230
230
 
231
231
  _check_type = kwargs.pop('_check_type', True)
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -59,10 +59,6 @@ class HTTPGetAction(ModelNormal):
59
59
  """
60
60
 
61
61
  allowed_values = {
62
- ('scheme',): {
63
- 'HTTP': "HTTP",
64
- 'HTTPS': "HTTPS",
65
- },
66
62
  }
67
63
 
68
64
  validations = {
@@ -158,7 +154,7 @@ class HTTPGetAction(ModelNormal):
158
154
  host (str): Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.. [optional] # noqa: E501
159
155
  http_headers ([HTTPHeader]): Custom headers to set in the request. HTTP allows repeated headers.. [optional] # noqa: E501
160
156
  path (str): Path to access on the HTTP server.. [optional] # noqa: E501
161
- scheme (str): Scheme to use for connecting to the host. Defaults to HTTP. Possible enum values: - `\"HTTP\"` means that the scheme used will be http:// - `\"HTTPS\"` means that the scheme used will be https://. [optional] # noqa: E501
157
+ scheme (str): Scheme to use for connecting to the host. Defaults to HTTP.. [optional] # noqa: E501
162
158
  """
163
159
 
164
160
  _check_type = kwargs.pop('_check_type', True)
@@ -247,7 +243,7 @@ class HTTPGetAction(ModelNormal):
247
243
  host (str): Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.. [optional] # noqa: E501
248
244
  http_headers ([HTTPHeader]): Custom headers to set in the request. HTTP allows repeated headers.. [optional] # noqa: E501
249
245
  path (str): Path to access on the HTTP server.. [optional] # noqa: E501
250
- scheme (str): Scheme to use for connecting to the host. Defaults to HTTP. Possible enum values: - `\"HTTP\"` means that the scheme used will be http:// - `\"HTTPS\"` means that the scheme used will be https://. [optional] # noqa: E501
246
+ scheme (str): Scheme to use for connecting to the host. Defaults to HTTP.. [optional] # noqa: E501
251
247
  """
252
248
 
253
249
  _check_type = kwargs.pop('_check_type', True)
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -106,7 +106,7 @@ class HTTPHeader(ModelNormal):
106
106
  """HTTPHeader - a model defined in OpenAPI
107
107
 
108
108
  Args:
109
- name (str): The header field name
109
+ name (str): The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
110
110
  value (str): The header field value
111
111
 
112
112
  Keyword Args:
@@ -193,7 +193,7 @@ class HTTPHeader(ModelNormal):
193
193
  """HTTPHeader - a model defined in OpenAPI
194
194
 
195
195
  Args:
196
- name (str): The header field name
196
+ name (str): The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
197
197
  value (str): The header field value
198
198
 
199
199
  Keyword Args:
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Argo Workflows API
3
3
 
4
- 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/release-3.5/ # noqa: E501
4
+ 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
5
5
 
6
6
  The version of the OpenAPI document: VERSION
7
7
  Generated by: https://openapi-generator.tech