argo-workflows 6.6.5__py3-none-any.whl → 6.6.7__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.

Files changed (151) hide show
  1. argo_workflows/__init__.py +1 -1
  2. argo_workflows/api/cluster_workflow_template_service_api.py +6 -0
  3. argo_workflows/api/cron_workflow_service_api.py +6 -0
  4. argo_workflows/api/event_source_service_api.py +23 -11
  5. argo_workflows/api/sensor_service_api.py +23 -11
  6. argo_workflows/api/workflow_service_api.py +20 -2
  7. argo_workflows/api/workflow_template_service_api.py +6 -0
  8. argo_workflows/api_client.py +1 -1
  9. argo_workflows/configuration.py +1 -1
  10. argo_workflows/model/eventsource_create_event_source_request.py +5 -5
  11. argo_workflows/model/eventsource_event_source_watch_event.py +5 -5
  12. argo_workflows/model/eventsource_update_event_source_request.py +5 -5
  13. argo_workflows/model/{io_argoproj_events_v1alpha1_resource.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_amount.py} +3 -3
  14. argo_workflows/model/{io_argoproj_events_v1alpha1_amqp_consume_config.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_amqp_consume_config.py} +3 -3
  15. argo_workflows/model/{io_argoproj_events_v1alpha1_amqp_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_amqp_event_source.py} +43 -43
  16. argo_workflows/model/{io_argoproj_events_v1alpha1_amqp_exchange_declare_config.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_amqp_exchange_declare_config.py} +3 -3
  17. argo_workflows/model/{io_argoproj_events_v1alpha1_amqp_queue_bind_config.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_amqp_queue_bind_config.py} +3 -3
  18. argo_workflows/model/{io_argoproj_events_v1alpha1_amqp_queue_declare_config.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_amqp_queue_declare_config.py} +3 -3
  19. argo_workflows/model/{io_argoproj_events_v1alpha1_argo_workflow_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_argo_workflow_trigger.py} +13 -13
  20. argo_workflows/model/{io_argoproj_events_v1alpha1_artifact_location.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_artifact_location.py} +28 -28
  21. argo_workflows/model/{io_argoproj_events_v1alpha1_aws_lambda_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_aws_lambda_trigger.py} +11 -11
  22. argo_workflows/model/{io_argoproj_events_v1alpha1_azure_event_hubs_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_azure_event_hubs_trigger.py} +11 -11
  23. argo_workflows/model/{io_argoproj_events_v1alpha1_azure_events_hub_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_azure_events_hub_event_source.py} +8 -8
  24. argo_workflows/model/{io_argoproj_events_v1alpha1_azure_queue_storage_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_azure_queue_storage_event_source.py} +8 -8
  25. argo_workflows/model/{io_argoproj_events_v1alpha1_azure_service_bus_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_azure_service_bus_event_source.py} +13 -13
  26. argo_workflows/model/{io_argoproj_events_v1alpha1_azure_service_bus_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_azure_service_bus_trigger.py} +16 -16
  27. argo_workflows/model/{io_argoproj_events_v1alpha1_backoff.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_backoff.py} +16 -16
  28. argo_workflows/model/{io_argoproj_events_v1alpha1_git_creds.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_basic_auth.py} +3 -3
  29. argo_workflows/model/{io_argoproj_events_v1alpha1_bitbucket_auth.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_bitbucket_auth.py} +8 -8
  30. argo_workflows/model/{io_argoproj_events_v1alpha1_basic_auth.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_bitbucket_basic_auth.py} +3 -3
  31. argo_workflows/model/{io_argoproj_events_v1alpha1_bitbucket_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_bitbucket_event_source.py} +23 -23
  32. argo_workflows/model/{io_argoproj_events_v1alpha1_bitbucket_repository.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_bitbucket_repository.py} +3 -3
  33. argo_workflows/model/{io_argoproj_events_v1alpha1_bitbucket_server_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_bitbucket_server_event_source.py} +41 -25
  34. argo_workflows/model/{io_argoproj_events_v1alpha1_bitbucket_server_repository.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_bitbucket_server_repository.py} +7 -7
  35. argo_workflows/model/{io_argoproj_events_v1alpha1_calendar_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_calendar_event_source.py} +13 -13
  36. argo_workflows/model/{io_argoproj_events_v1alpha1_catchup_configuration.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_catchup_configuration.py} +3 -3
  37. argo_workflows/model/{io_argoproj_events_v1alpha1_condition.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_condition.py} +3 -3
  38. argo_workflows/model/{io_argoproj_events_v1alpha1_conditions_reset_by_time.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_conditions_reset_by_time.py} +3 -3
  39. argo_workflows/model/{io_argoproj_events_v1alpha1_conditions_reset_criteria.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_conditions_reset_criteria.py} +8 -8
  40. argo_workflows/model/{io_argoproj_events_v1alpha1_config_map_persistence.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_config_map_persistence.py} +3 -3
  41. argo_workflows/model/github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_container.py +289 -0
  42. argo_workflows/model/{io_argoproj_events_v1alpha1_custom_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_custom_trigger.py} +11 -11
  43. argo_workflows/model/{io_argoproj_events_v1alpha1_data_filter.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_data_filter.py} +3 -3
  44. argo_workflows/model/{io_argoproj_events_v1alpha1_email_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_email_trigger.py} +8 -8
  45. argo_workflows/model/{io_argoproj_events_v1alpha1_emitter_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_emitter_event_source.py} +18 -18
  46. argo_workflows/model/{io_argoproj_events_v1alpha1_event_context.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_event_context.py} +3 -3
  47. argo_workflows/model/{io_argoproj_events_v1alpha1_event_dependency.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_event_dependency.py} +13 -13
  48. argo_workflows/model/{io_argoproj_events_v1alpha1_event_dependency_filter.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_event_dependency_filter.py} +23 -23
  49. argo_workflows/model/{io_argoproj_events_v1alpha1_event_dependency_transformer.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_event_dependency_transformer.py} +3 -3
  50. argo_workflows/model/{io_argoproj_events_v1alpha1_event_persistence.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_event_persistence.py} +13 -13
  51. argo_workflows/model/{io_argoproj_events_v1alpha1_sensor.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_event_source.py} +13 -13
  52. argo_workflows/model/{io_argoproj_events_v1alpha1_event_source_filter.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_event_source_filter.py} +3 -3
  53. argo_workflows/model/{io_argoproj_events_v1alpha1_sensor_list.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_event_source_list.py} +8 -8
  54. argo_workflows/model/github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_event_source_spec.py +461 -0
  55. argo_workflows/model/{io_argoproj_events_v1alpha1_event_source_status.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_event_source_status.py} +8 -8
  56. argo_workflows/model/{io_argoproj_events_v1alpha1_expr_filter.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_expr_filter.py} +8 -8
  57. argo_workflows/model/{io_argoproj_events_v1alpha1_file_artifact.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_file_artifact.py} +3 -3
  58. argo_workflows/model/{io_argoproj_events_v1alpha1_file_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_file_event_source.py} +13 -13
  59. argo_workflows/model/{io_argoproj_events_v1alpha1_generic_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_generic_event_source.py} +8 -8
  60. argo_workflows/model/{io_argoproj_events_v1alpha1_gerrit_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_gerrit_event_source.py} +18 -18
  61. argo_workflows/model/{io_argoproj_events_v1alpha1_git_artifact.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_git_artifact.py} +13 -13
  62. argo_workflows/model/{io_argoproj_events_v1alpha1_bitbucket_basic_auth.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_git_creds.py} +3 -3
  63. argo_workflows/model/{io_argoproj_events_v1alpha1_git_remote_config.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_git_remote_config.py} +3 -3
  64. argo_workflows/model/{io_argoproj_events_v1alpha1_github_app_creds.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_github_app_creds.py} +3 -3
  65. argo_workflows/model/{io_argoproj_events_v1alpha1_github_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_github_event_source.py} +23 -23
  66. argo_workflows/model/{io_argoproj_events_v1alpha1_gitlab_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_gitlab_event_source.py} +13 -13
  67. argo_workflows/model/{io_argoproj_events_v1alpha1_hdfs_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_hdfs_event_source.py} +13 -13
  68. argo_workflows/model/{io_argoproj_events_v1alpha1_http_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_http_trigger.py} +26 -26
  69. argo_workflows/model/{io_argoproj_events_v1alpha1_int64_or_string.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_int64_or_string.py} +3 -3
  70. argo_workflows/model/{io_argoproj_events_v1alpha1_amount.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_k8_s_resource.py} +3 -3
  71. argo_workflows/model/{io_argoproj_events_v1alpha1_k8_s_resource_policy.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_k8_s_resource_policy.py} +8 -8
  72. argo_workflows/model/{io_argoproj_events_v1alpha1_kafka_consumer_group.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_kafka_consumer_group.py} +3 -3
  73. argo_workflows/model/{io_argoproj_events_v1alpha1_kafka_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_kafka_event_source.py} +30 -30
  74. argo_workflows/model/{io_argoproj_events_v1alpha1_kafka_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_kafka_trigger.py} +38 -28
  75. argo_workflows/model/{io_argoproj_events_v1alpha1_log_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_log_trigger.py} +3 -3
  76. argo_workflows/model/{io_argoproj_events_v1alpha1_metadata.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_metadata.py} +3 -3
  77. argo_workflows/model/{io_argoproj_events_v1alpha1_mqtt_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_mqtt_event_source.py} +23 -23
  78. argo_workflows/model/{io_argoproj_events_v1alpha1_nats_auth.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_nats_auth.py} +8 -8
  79. argo_workflows/model/{io_argoproj_events_v1alpha1_nats_events_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_nats_events_source.py} +27 -23
  80. argo_workflows/model/{io_argoproj_events_v1alpha1_nats_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_nats_trigger.py} +22 -16
  81. argo_workflows/model/{io_argoproj_events_v1alpha1_nsq_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_nsq_event_source.py} +18 -18
  82. argo_workflows/model/{io_argoproj_events_v1alpha1_open_whisk_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_open_whisk_trigger.py} +11 -11
  83. argo_workflows/model/{io_argoproj_events_v1alpha1_owned_repositories.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_owned_repositories.py} +3 -3
  84. argo_workflows/model/{io_argoproj_events_v1alpha1_payload_field.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_payload_field.py} +3 -3
  85. argo_workflows/model/{io_argoproj_events_v1alpha1_pub_sub_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_pub_sub_event_source.py} +8 -8
  86. argo_workflows/model/{io_argoproj_events_v1alpha1_pulsar_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_pulsar_event_source.py} +18 -18
  87. argo_workflows/model/{io_argoproj_events_v1alpha1_pulsar_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_pulsar_trigger.py} +21 -21
  88. argo_workflows/model/{io_argoproj_events_v1alpha1_rate_limit.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_rate_limit.py} +3 -3
  89. argo_workflows/model/{io_argoproj_events_v1alpha1_redis_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_redis_event_source.py} +13 -13
  90. argo_workflows/model/{io_argoproj_events_v1alpha1_redis_stream_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_redis_stream_event_source.py} +13 -13
  91. argo_workflows/model/{io_argoproj_events_v1alpha1_resource_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_resource_event_source.py} +8 -8
  92. argo_workflows/model/{io_argoproj_events_v1alpha1_resource_filter.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_resource_filter.py} +11 -11
  93. argo_workflows/model/{io_argoproj_events_v1alpha1_s3_artifact.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_s3_artifact.py} +13 -13
  94. argo_workflows/model/{io_argoproj_events_v1alpha1_s3_bucket.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_s3_bucket.py} +3 -3
  95. argo_workflows/model/{io_argoproj_events_v1alpha1_s3_filter.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_s3_filter.py} +3 -3
  96. argo_workflows/model/{io_argoproj_events_v1alpha1_sasl_config.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_sasl_config.py} +3 -3
  97. argo_workflows/model/{io_argoproj_events_v1alpha1_schema_registry_config.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_schema_registry_config.py} +8 -8
  98. argo_workflows/model/{io_argoproj_events_v1alpha1_secure_header.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_secure_header.py} +8 -8
  99. argo_workflows/model/{io_argoproj_events_v1alpha1_selector.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_selector.py} +3 -3
  100. argo_workflows/model/{io_argoproj_events_v1alpha1_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_sensor.py} +13 -13
  101. argo_workflows/model/{io_argoproj_events_v1alpha1_event_source_list.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_sensor_list.py} +8 -8
  102. argo_workflows/model/{io_argoproj_events_v1alpha1_sensor_spec.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_sensor_spec.py} +18 -18
  103. argo_workflows/model/{io_argoproj_events_v1alpha1_sensor_status.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_sensor_status.py} +8 -8
  104. argo_workflows/model/{io_argoproj_events_v1alpha1_service.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_service.py} +9 -3
  105. argo_workflows/model/{io_argoproj_events_v1alpha1_sftp_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_sftp_event_source.py} +13 -13
  106. argo_workflows/model/{io_argoproj_events_v1alpha1_slack_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_slack_event_source.py} +13 -13
  107. argo_workflows/model/{io_argoproj_events_v1alpha1_slack_sender.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_slack_sender.py} +3 -3
  108. argo_workflows/model/{io_argoproj_events_v1alpha1_slack_thread.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_slack_thread.py} +3 -3
  109. argo_workflows/model/{io_argoproj_events_v1alpha1_slack_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_slack_trigger.py} +18 -18
  110. argo_workflows/model/{io_argoproj_events_v1alpha1_sns_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_sns_event_source.py} +13 -13
  111. argo_workflows/model/{io_argoproj_events_v1alpha1_sqs_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_sqs_event_source.py} +8 -8
  112. argo_workflows/model/{io_argoproj_events_v1alpha1_standard_k8_s_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_standard_k8_s_trigger.py} +13 -13
  113. argo_workflows/model/{io_argoproj_events_v1alpha1_status.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_status.py} +8 -8
  114. argo_workflows/model/{io_argoproj_events_v1alpha1_status_policy.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_status_policy.py} +3 -3
  115. argo_workflows/model/{io_argoproj_events_v1alpha1_storage_grid_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_storage_grid_event_source.py} +13 -13
  116. argo_workflows/model/{io_argoproj_events_v1alpha1_storage_grid_filter.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_storage_grid_filter.py} +3 -3
  117. argo_workflows/model/{io_argoproj_events_v1alpha1_stripe_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_stripe_event_source.py} +8 -8
  118. argo_workflows/model/{io_argoproj_events_v1alpha1_template.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_template.py} +13 -13
  119. argo_workflows/model/{io_argoproj_events_v1alpha1_time_filter.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_time_filter.py} +3 -3
  120. argo_workflows/model/{io_argoproj_events_v1alpha1_tls_config.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_tls_config.py} +3 -3
  121. argo_workflows/model/{io_argoproj_events_v1alpha1_trigger.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_trigger.py} +34 -30
  122. argo_workflows/model/{io_argoproj_events_v1alpha1_trigger_parameter.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_trigger_parameter.py} +8 -8
  123. argo_workflows/model/{io_argoproj_events_v1alpha1_trigger_parameter_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_trigger_parameter_source.py} +3 -3
  124. argo_workflows/model/{io_argoproj_events_v1alpha1_trigger_policy.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_trigger_policy.py} +13 -13
  125. argo_workflows/model/{io_argoproj_events_v1alpha1_trigger_template.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_trigger_template.py} +80 -80
  126. argo_workflows/model/{io_argoproj_events_v1alpha1_url_artifact.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_url_artifact.py} +3 -3
  127. argo_workflows/model/{io_argoproj_events_v1alpha1_value_from_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_value_from_source.py} +3 -3
  128. argo_workflows/model/{io_argoproj_events_v1alpha1_watch_path_config.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_watch_path_config.py} +3 -3
  129. argo_workflows/model/{io_argoproj_events_v1alpha1_webhook_context.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_webhook_context.py} +3 -3
  130. argo_workflows/model/{io_argoproj_events_v1alpha1_webhook_event_source.py → github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_webhook_event_source.py} +13 -13
  131. argo_workflows/model/image_volume_source.py +259 -0
  132. argo_workflows/model/persistent_volume_claim_condition.py +4 -4
  133. argo_workflows/model/persistent_volume_claim_spec.py +2 -2
  134. argo_workflows/model/persistent_volume_claim_status.py +2 -2
  135. argo_workflows/model/pod_affinity_term.py +4 -4
  136. argo_workflows/model/pod_dns_config_option.py +4 -4
  137. argo_workflows/model/pod_security_context.py +10 -2
  138. argo_workflows/model/projected_volume_source.py +2 -2
  139. argo_workflows/model/resource_claim.py +4 -0
  140. argo_workflows/model/security_context.py +2 -2
  141. argo_workflows/model/sensor_create_sensor_request.py +5 -5
  142. argo_workflows/model/sensor_sensor_watch_event.py +5 -5
  143. argo_workflows/model/sensor_update_sensor_request.py +5 -5
  144. argo_workflows/model/volume.py +6 -0
  145. argo_workflows/models/__init__.py +119 -117
  146. {argo_workflows-6.6.5.dist-info → argo_workflows-6.6.7.dist-info}/METADATA +3 -2
  147. {argo_workflows-6.6.5.dist-info → argo_workflows-6.6.7.dist-info}/RECORD +150 -148
  148. {argo_workflows-6.6.5.dist-info → argo_workflows-6.6.7.dist-info}/WHEEL +1 -1
  149. argo_workflows/model/io_argoproj_events_v1alpha1_event_source_spec.py +0 -461
  150. {argo_workflows-6.6.5.dist-info → argo_workflows-6.6.7.dist-info/licenses}/LICENSE +0 -0
  151. {argo_workflows-6.6.5.dist-info → argo_workflows-6.6.7.dist-info}/top_level.txt +0 -0
@@ -10,7 +10,7 @@
10
10
  """
11
11
 
12
12
 
13
- __version__ = "6.6.5"
13
+ __version__ = "6.6.7"
14
14
 
15
15
  # import ApiClient
16
16
  from argo_workflows.api_client import ApiClient
@@ -112,6 +112,7 @@ class ClusterWorkflowTemplateServiceApi(object):
112
112
  'delete_options_orphan_dependents',
113
113
  'delete_options_propagation_policy',
114
114
  'delete_options_dry_run',
115
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential',
115
116
  ],
116
117
  'required': [
117
118
  'name',
@@ -143,6 +144,8 @@ class ClusterWorkflowTemplateServiceApi(object):
143
144
  (str,),
144
145
  'delete_options_dry_run':
145
146
  ([str],),
147
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential':
148
+ (bool,),
146
149
  },
147
150
  'attribute_map': {
148
151
  'name': 'name',
@@ -152,6 +155,7 @@ class ClusterWorkflowTemplateServiceApi(object):
152
155
  'delete_options_orphan_dependents': 'deleteOptions.orphanDependents',
153
156
  'delete_options_propagation_policy': 'deleteOptions.propagationPolicy',
154
157
  'delete_options_dry_run': 'deleteOptions.dryRun',
158
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential': 'deleteOptions.ignoreStoreReadErrorWithClusterBreakingPotential',
155
159
  },
156
160
  'location_map': {
157
161
  'name': 'path',
@@ -161,6 +165,7 @@ class ClusterWorkflowTemplateServiceApi(object):
161
165
  'delete_options_orphan_dependents': 'query',
162
166
  'delete_options_propagation_policy': 'query',
163
167
  'delete_options_dry_run': 'query',
168
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential': 'query',
164
169
  },
165
170
  'collection_format_map': {
166
171
  'delete_options_dry_run': 'multi',
@@ -535,6 +540,7 @@ class ClusterWorkflowTemplateServiceApi(object):
535
540
  delete_options_orphan_dependents (bool): Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. +optional.. [optional]
536
541
  delete_options_propagation_policy (str): Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. +optional.. [optional]
537
542
  delete_options_dry_run ([str]): When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +optional +listType=atomic.. [optional]
543
+ delete_options_ignore_store_read_error_with_cluster_breaking_potential (bool): if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it +optional.. [optional]
538
544
  _return_http_data_only (bool): response data without head status
539
545
  code and headers. Default is True.
540
546
  _preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -121,6 +121,7 @@ class CronWorkflowServiceApi(object):
121
121
  'delete_options_orphan_dependents',
122
122
  'delete_options_propagation_policy',
123
123
  'delete_options_dry_run',
124
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential',
124
125
  ],
125
126
  'required': [
126
127
  'namespace',
@@ -155,6 +156,8 @@ class CronWorkflowServiceApi(object):
155
156
  (str,),
156
157
  'delete_options_dry_run':
157
158
  ([str],),
159
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential':
160
+ (bool,),
158
161
  },
159
162
  'attribute_map': {
160
163
  'namespace': 'namespace',
@@ -165,6 +168,7 @@ class CronWorkflowServiceApi(object):
165
168
  'delete_options_orphan_dependents': 'deleteOptions.orphanDependents',
166
169
  'delete_options_propagation_policy': 'deleteOptions.propagationPolicy',
167
170
  'delete_options_dry_run': 'deleteOptions.dryRun',
171
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential': 'deleteOptions.ignoreStoreReadErrorWithClusterBreakingPotential',
168
172
  },
169
173
  'location_map': {
170
174
  'namespace': 'path',
@@ -175,6 +179,7 @@ class CronWorkflowServiceApi(object):
175
179
  'delete_options_orphan_dependents': 'query',
176
180
  'delete_options_propagation_policy': 'query',
177
181
  'delete_options_dry_run': 'query',
182
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential': 'query',
178
183
  },
179
184
  'collection_format_map': {
180
185
  'delete_options_dry_run': 'multi',
@@ -708,6 +713,7 @@ class CronWorkflowServiceApi(object):
708
713
  delete_options_orphan_dependents (bool): Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. +optional.. [optional]
709
714
  delete_options_propagation_policy (str): Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. +optional.. [optional]
710
715
  delete_options_dry_run ([str]): When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +optional +listType=atomic.. [optional]
716
+ delete_options_ignore_store_read_error_with_cluster_breaking_potential (bool): if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it +optional.. [optional]
711
717
  _return_http_data_only (bool): response data without head status
712
718
  code and headers. Default is True.
713
719
  _preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -23,9 +23,9 @@ from argo_workflows.model_utils import ( # noqa: F401
23
23
  )
24
24
  from argo_workflows.model.eventsource_create_event_source_request import EventsourceCreateEventSourceRequest
25
25
  from argo_workflows.model.eventsource_update_event_source_request import EventsourceUpdateEventSourceRequest
26
+ from argo_workflows.model.github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_event_source import GithubComArgoprojArgoEventsPkgApisEventsV1alpha1EventSource
27
+ from argo_workflows.model.github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_event_source_list import GithubComArgoprojArgoEventsPkgApisEventsV1alpha1EventSourceList
26
28
  from argo_workflows.model.grpc_gateway_runtime_error import GrpcGatewayRuntimeError
27
- from argo_workflows.model.io_argoproj_events_v1alpha1_event_source import IoArgoprojEventsV1alpha1EventSource
28
- from argo_workflows.model.io_argoproj_events_v1alpha1_event_source_list import IoArgoprojEventsV1alpha1EventSourceList
29
29
  from argo_workflows.model.stream_result_of_eventsource_event_source_watch_event import StreamResultOfEventsourceEventSourceWatchEvent
30
30
  from argo_workflows.model.stream_result_of_eventsource_log_entry import StreamResultOfEventsourceLogEntry
31
31
 
@@ -43,7 +43,7 @@ class EventSourceServiceApi(object):
43
43
  self.api_client = api_client
44
44
  self.create_event_source_endpoint = _Endpoint(
45
45
  settings={
46
- 'response_type': (IoArgoprojEventsV1alpha1EventSource,),
46
+ 'response_type': (GithubComArgoprojArgoEventsPkgApisEventsV1alpha1EventSource,),
47
47
  'auth': [
48
48
  'BearerToken'
49
49
  ],
@@ -120,6 +120,7 @@ class EventSourceServiceApi(object):
120
120
  'delete_options_orphan_dependents',
121
121
  'delete_options_propagation_policy',
122
122
  'delete_options_dry_run',
123
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential',
123
124
  ],
124
125
  'required': [
125
126
  'namespace',
@@ -154,6 +155,8 @@ class EventSourceServiceApi(object):
154
155
  (str,),
155
156
  'delete_options_dry_run':
156
157
  ([str],),
158
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential':
159
+ (bool,),
157
160
  },
158
161
  'attribute_map': {
159
162
  'namespace': 'namespace',
@@ -164,6 +167,7 @@ class EventSourceServiceApi(object):
164
167
  'delete_options_orphan_dependents': 'deleteOptions.orphanDependents',
165
168
  'delete_options_propagation_policy': 'deleteOptions.propagationPolicy',
166
169
  'delete_options_dry_run': 'deleteOptions.dryRun',
170
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential': 'deleteOptions.ignoreStoreReadErrorWithClusterBreakingPotential',
167
171
  },
168
172
  'location_map': {
169
173
  'namespace': 'path',
@@ -174,6 +178,7 @@ class EventSourceServiceApi(object):
174
178
  'delete_options_orphan_dependents': 'query',
175
179
  'delete_options_propagation_policy': 'query',
176
180
  'delete_options_dry_run': 'query',
181
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential': 'query',
177
182
  },
178
183
  'collection_format_map': {
179
184
  'delete_options_dry_run': 'multi',
@@ -215,6 +220,7 @@ class EventSourceServiceApi(object):
215
220
  'pod_log_options_tail_lines',
216
221
  'pod_log_options_limit_bytes',
217
222
  'pod_log_options_insecure_skip_tls_verify_backend',
223
+ 'pod_log_options_stream',
218
224
  ],
219
225
  'required': [
220
226
  'namespace',
@@ -262,6 +268,8 @@ class EventSourceServiceApi(object):
262
268
  (str,),
263
269
  'pod_log_options_insecure_skip_tls_verify_backend':
264
270
  (bool,),
271
+ 'pod_log_options_stream':
272
+ (str,),
265
273
  },
266
274
  'attribute_map': {
267
275
  'namespace': 'namespace',
@@ -279,6 +287,7 @@ class EventSourceServiceApi(object):
279
287
  'pod_log_options_tail_lines': 'podLogOptions.tailLines',
280
288
  'pod_log_options_limit_bytes': 'podLogOptions.limitBytes',
281
289
  'pod_log_options_insecure_skip_tls_verify_backend': 'podLogOptions.insecureSkipTLSVerifyBackend',
290
+ 'pod_log_options_stream': 'podLogOptions.stream',
282
291
  },
283
292
  'location_map': {
284
293
  'namespace': 'path',
@@ -296,6 +305,7 @@ class EventSourceServiceApi(object):
296
305
  'pod_log_options_tail_lines': 'query',
297
306
  'pod_log_options_limit_bytes': 'query',
298
307
  'pod_log_options_insecure_skip_tls_verify_backend': 'query',
308
+ 'pod_log_options_stream': 'query',
299
309
  },
300
310
  'collection_format_map': {
301
311
  }
@@ -310,7 +320,7 @@ class EventSourceServiceApi(object):
310
320
  )
311
321
  self.get_event_source_endpoint = _Endpoint(
312
322
  settings={
313
- 'response_type': (IoArgoprojEventsV1alpha1EventSource,),
323
+ 'response_type': (GithubComArgoprojArgoEventsPkgApisEventsV1alpha1EventSource,),
314
324
  'auth': [
315
325
  'BearerToken'
316
326
  ],
@@ -367,7 +377,7 @@ class EventSourceServiceApi(object):
367
377
  )
368
378
  self.list_event_sources_endpoint = _Endpoint(
369
379
  settings={
370
- 'response_type': (IoArgoprojEventsV1alpha1EventSourceList,),
380
+ 'response_type': (GithubComArgoprojArgoEventsPkgApisEventsV1alpha1EventSourceList,),
371
381
  'auth': [
372
382
  'BearerToken'
373
383
  ],
@@ -468,7 +478,7 @@ class EventSourceServiceApi(object):
468
478
  )
469
479
  self.update_event_source_endpoint = _Endpoint(
470
480
  settings={
471
- 'response_type': (IoArgoprojEventsV1alpha1EventSource,),
481
+ 'response_type': (GithubComArgoprojArgoEventsPkgApisEventsV1alpha1EventSource,),
472
482
  'auth': [
473
483
  'BearerToken'
474
484
  ],
@@ -679,7 +689,7 @@ class EventSourceServiceApi(object):
679
689
  async_req (bool): execute request asynchronously
680
690
 
681
691
  Returns:
682
- IoArgoprojEventsV1alpha1EventSource
692
+ GithubComArgoprojArgoEventsPkgApisEventsV1alpha1EventSource
683
693
  If the method is called asynchronously, returns the request
684
694
  thread.
685
695
  """
@@ -738,6 +748,7 @@ class EventSourceServiceApi(object):
738
748
  delete_options_orphan_dependents (bool): Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. +optional.. [optional]
739
749
  delete_options_propagation_policy (str): Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. +optional.. [optional]
740
750
  delete_options_dry_run ([str]): When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +optional +listType=atomic.. [optional]
751
+ delete_options_ignore_store_read_error_with_cluster_breaking_potential (bool): if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it +optional.. [optional]
741
752
  _return_http_data_only (bool): response data without head status
742
753
  code and headers. Default is True.
743
754
  _preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -828,9 +839,10 @@ class EventSourceServiceApi(object):
828
839
  pod_log_options_since_time_seconds (str): Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.. [optional]
829
840
  pod_log_options_since_time_nanos (int): Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive. This field may be limited in precision depending on context.. [optional]
830
841
  pod_log_options_timestamps (bool): If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. +optional.. [optional]
831
- pod_log_options_tail_lines (str): If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime +optional.. [optional]
842
+ pod_log_options_tail_lines (str): If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime. Note that when \"TailLines\" is specified, \"Stream\" can only be set to nil or \"All\". +optional.. [optional]
832
843
  pod_log_options_limit_bytes (str): If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. +optional.. [optional]
833
844
  pod_log_options_insecure_skip_tls_verify_backend (bool): insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). +optional.. [optional]
845
+ pod_log_options_stream (str): Specify which container log stream to return to the client. Acceptable values are \"All\", \"Stdout\" and \"Stderr\". If not specified, \"All\" is used, and both stdout and stderr are returned interleaved. Note that when \"TailLines\" is specified, \"Stream\" can only be set to nil or \"All\". +featureGate=PodLogsQuerySplitStreams +optional.. [optional]
834
846
  _return_http_data_only (bool): response data without head status
835
847
  code and headers. Default is True.
836
848
  _preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -938,7 +950,7 @@ class EventSourceServiceApi(object):
938
950
  async_req (bool): execute request asynchronously
939
951
 
940
952
  Returns:
941
- IoArgoprojEventsV1alpha1EventSource
953
+ GithubComArgoprojArgoEventsPkgApisEventsV1alpha1EventSource
942
954
  If the method is called asynchronously, returns the request
943
955
  thread.
944
956
  """
@@ -1027,7 +1039,7 @@ class EventSourceServiceApi(object):
1027
1039
  async_req (bool): execute request asynchronously
1028
1040
 
1029
1041
  Returns:
1030
- IoArgoprojEventsV1alpha1EventSourceList
1042
+ GithubComArgoprojArgoEventsPkgApisEventsV1alpha1EventSourceList
1031
1043
  If the method is called asynchronously, returns the request
1032
1044
  thread.
1033
1045
  """
@@ -1108,7 +1120,7 @@ class EventSourceServiceApi(object):
1108
1120
  async_req (bool): execute request asynchronously
1109
1121
 
1110
1122
  Returns:
1111
- IoArgoprojEventsV1alpha1EventSource
1123
+ GithubComArgoprojArgoEventsPkgApisEventsV1alpha1EventSource
1112
1124
  If the method is called asynchronously, returns the request
1113
1125
  thread.
1114
1126
  """
@@ -21,9 +21,9 @@ from argo_workflows.model_utils import ( # noqa: F401
21
21
  none_type,
22
22
  validate_and_convert_types
23
23
  )
24
+ from argo_workflows.model.github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_sensor import GithubComArgoprojArgoEventsPkgApisEventsV1alpha1Sensor
25
+ from argo_workflows.model.github_com_argoproj_argo_events_pkg_apis_events_v1alpha1_sensor_list import GithubComArgoprojArgoEventsPkgApisEventsV1alpha1SensorList
24
26
  from argo_workflows.model.grpc_gateway_runtime_error import GrpcGatewayRuntimeError
25
- from argo_workflows.model.io_argoproj_events_v1alpha1_sensor import IoArgoprojEventsV1alpha1Sensor
26
- from argo_workflows.model.io_argoproj_events_v1alpha1_sensor_list import IoArgoprojEventsV1alpha1SensorList
27
27
  from argo_workflows.model.sensor_create_sensor_request import SensorCreateSensorRequest
28
28
  from argo_workflows.model.sensor_update_sensor_request import SensorUpdateSensorRequest
29
29
  from argo_workflows.model.stream_result_of_sensor_log_entry import StreamResultOfSensorLogEntry
@@ -43,7 +43,7 @@ class SensorServiceApi(object):
43
43
  self.api_client = api_client
44
44
  self.create_sensor_endpoint = _Endpoint(
45
45
  settings={
46
- 'response_type': (IoArgoprojEventsV1alpha1Sensor,),
46
+ 'response_type': (GithubComArgoprojArgoEventsPkgApisEventsV1alpha1Sensor,),
47
47
  'auth': [
48
48
  'BearerToken'
49
49
  ],
@@ -120,6 +120,7 @@ class SensorServiceApi(object):
120
120
  'delete_options_orphan_dependents',
121
121
  'delete_options_propagation_policy',
122
122
  'delete_options_dry_run',
123
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential',
123
124
  ],
124
125
  'required': [
125
126
  'namespace',
@@ -154,6 +155,8 @@ class SensorServiceApi(object):
154
155
  (str,),
155
156
  'delete_options_dry_run':
156
157
  ([str],),
158
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential':
159
+ (bool,),
157
160
  },
158
161
  'attribute_map': {
159
162
  'namespace': 'namespace',
@@ -164,6 +167,7 @@ class SensorServiceApi(object):
164
167
  'delete_options_orphan_dependents': 'deleteOptions.orphanDependents',
165
168
  'delete_options_propagation_policy': 'deleteOptions.propagationPolicy',
166
169
  'delete_options_dry_run': 'deleteOptions.dryRun',
170
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential': 'deleteOptions.ignoreStoreReadErrorWithClusterBreakingPotential',
167
171
  },
168
172
  'location_map': {
169
173
  'namespace': 'path',
@@ -174,6 +178,7 @@ class SensorServiceApi(object):
174
178
  'delete_options_orphan_dependents': 'query',
175
179
  'delete_options_propagation_policy': 'query',
176
180
  'delete_options_dry_run': 'query',
181
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential': 'query',
177
182
  },
178
183
  'collection_format_map': {
179
184
  'delete_options_dry_run': 'multi',
@@ -189,7 +194,7 @@ class SensorServiceApi(object):
189
194
  )
190
195
  self.get_sensor_endpoint = _Endpoint(
191
196
  settings={
192
- 'response_type': (IoArgoprojEventsV1alpha1Sensor,),
197
+ 'response_type': (GithubComArgoprojArgoEventsPkgApisEventsV1alpha1Sensor,),
193
198
  'auth': [
194
199
  'BearerToken'
195
200
  ],
@@ -251,7 +256,7 @@ class SensorServiceApi(object):
251
256
  )
252
257
  self.list_sensors_endpoint = _Endpoint(
253
258
  settings={
254
- 'response_type': (IoArgoprojEventsV1alpha1SensorList,),
259
+ 'response_type': (GithubComArgoprojArgoEventsPkgApisEventsV1alpha1SensorList,),
255
260
  'auth': [
256
261
  'BearerToken'
257
262
  ],
@@ -377,6 +382,7 @@ class SensorServiceApi(object):
377
382
  'pod_log_options_tail_lines',
378
383
  'pod_log_options_limit_bytes',
379
384
  'pod_log_options_insecure_skip_tls_verify_backend',
385
+ 'pod_log_options_stream',
380
386
  ],
381
387
  'required': [
382
388
  'namespace',
@@ -422,6 +428,8 @@ class SensorServiceApi(object):
422
428
  (str,),
423
429
  'pod_log_options_insecure_skip_tls_verify_backend':
424
430
  (bool,),
431
+ 'pod_log_options_stream':
432
+ (str,),
425
433
  },
426
434
  'attribute_map': {
427
435
  'namespace': 'namespace',
@@ -438,6 +446,7 @@ class SensorServiceApi(object):
438
446
  'pod_log_options_tail_lines': 'podLogOptions.tailLines',
439
447
  'pod_log_options_limit_bytes': 'podLogOptions.limitBytes',
440
448
  'pod_log_options_insecure_skip_tls_verify_backend': 'podLogOptions.insecureSkipTLSVerifyBackend',
449
+ 'pod_log_options_stream': 'podLogOptions.stream',
441
450
  },
442
451
  'location_map': {
443
452
  'namespace': 'path',
@@ -454,6 +463,7 @@ class SensorServiceApi(object):
454
463
  'pod_log_options_tail_lines': 'query',
455
464
  'pod_log_options_limit_bytes': 'query',
456
465
  'pod_log_options_insecure_skip_tls_verify_backend': 'query',
466
+ 'pod_log_options_stream': 'query',
457
467
  },
458
468
  'collection_format_map': {
459
469
  }
@@ -468,7 +478,7 @@ class SensorServiceApi(object):
468
478
  )
469
479
  self.update_sensor_endpoint = _Endpoint(
470
480
  settings={
471
- 'response_type': (IoArgoprojEventsV1alpha1Sensor,),
481
+ 'response_type': (GithubComArgoprojArgoEventsPkgApisEventsV1alpha1Sensor,),
472
482
  'auth': [
473
483
  'BearerToken'
474
484
  ],
@@ -679,7 +689,7 @@ class SensorServiceApi(object):
679
689
  async_req (bool): execute request asynchronously
680
690
 
681
691
  Returns:
682
- IoArgoprojEventsV1alpha1Sensor
692
+ GithubComArgoprojArgoEventsPkgApisEventsV1alpha1Sensor
683
693
  If the method is called asynchronously, returns the request
684
694
  thread.
685
695
  """
@@ -738,6 +748,7 @@ class SensorServiceApi(object):
738
748
  delete_options_orphan_dependents (bool): Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. +optional.. [optional]
739
749
  delete_options_propagation_policy (str): Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. +optional.. [optional]
740
750
  delete_options_dry_run ([str]): When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +optional +listType=atomic.. [optional]
751
+ delete_options_ignore_store_read_error_with_cluster_breaking_potential (bool): if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it +optional.. [optional]
741
752
  _return_http_data_only (bool): response data without head status
742
753
  code and headers. Default is True.
743
754
  _preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -848,7 +859,7 @@ class SensorServiceApi(object):
848
859
  async_req (bool): execute request asynchronously
849
860
 
850
861
  Returns:
851
- IoArgoprojEventsV1alpha1Sensor
862
+ GithubComArgoprojArgoEventsPkgApisEventsV1alpha1Sensor
852
863
  If the method is called asynchronously, returns the request
853
864
  thread.
854
865
  """
@@ -937,7 +948,7 @@ class SensorServiceApi(object):
937
948
  async_req (bool): execute request asynchronously
938
949
 
939
950
  Returns:
940
- IoArgoprojEventsV1alpha1SensorList
951
+ GithubComArgoprojArgoEventsPkgApisEventsV1alpha1SensorList
941
952
  If the method is called asynchronously, returns the request
942
953
  thread.
943
954
  """
@@ -996,9 +1007,10 @@ class SensorServiceApi(object):
996
1007
  pod_log_options_since_time_seconds (str): Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.. [optional]
997
1008
  pod_log_options_since_time_nanos (int): Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive. This field may be limited in precision depending on context.. [optional]
998
1009
  pod_log_options_timestamps (bool): If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. +optional.. [optional]
999
- pod_log_options_tail_lines (str): If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime +optional.. [optional]
1010
+ pod_log_options_tail_lines (str): If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime. Note that when \"TailLines\" is specified, \"Stream\" can only be set to nil or \"All\". +optional.. [optional]
1000
1011
  pod_log_options_limit_bytes (str): If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. +optional.. [optional]
1001
1012
  pod_log_options_insecure_skip_tls_verify_backend (bool): insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). +optional.. [optional]
1013
+ pod_log_options_stream (str): Specify which container log stream to return to the client. Acceptable values are \"All\", \"Stdout\" and \"Stderr\". If not specified, \"All\" is used, and both stdout and stderr are returned interleaved. Note that when \"TailLines\" is specified, \"Stream\" can only be set to nil or \"All\". +featureGate=PodLogsQuerySplitStreams +optional.. [optional]
1002
1014
  _return_http_data_only (bool): response data without head status
1003
1015
  code and headers. Default is True.
1004
1016
  _preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -1108,7 +1120,7 @@ class SensorServiceApi(object):
1108
1120
  async_req (bool): execute request asynchronously
1109
1121
 
1110
1122
  Returns:
1111
- IoArgoprojEventsV1alpha1Sensor
1123
+ GithubComArgoprojArgoEventsPkgApisEventsV1alpha1Sensor
1112
1124
  If the method is called asynchronously, returns the request
1113
1125
  thread.
1114
1126
  """
@@ -129,6 +129,7 @@ class WorkflowServiceApi(object):
129
129
  'delete_options_orphan_dependents',
130
130
  'delete_options_propagation_policy',
131
131
  'delete_options_dry_run',
132
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential',
132
133
  'force',
133
134
  ],
134
135
  'required': [
@@ -164,6 +165,8 @@ class WorkflowServiceApi(object):
164
165
  (str,),
165
166
  'delete_options_dry_run':
166
167
  ([str],),
168
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential':
169
+ (bool,),
167
170
  'force':
168
171
  (bool,),
169
172
  },
@@ -176,6 +179,7 @@ class WorkflowServiceApi(object):
176
179
  'delete_options_orphan_dependents': 'deleteOptions.orphanDependents',
177
180
  'delete_options_propagation_policy': 'deleteOptions.propagationPolicy',
178
181
  'delete_options_dry_run': 'deleteOptions.dryRun',
182
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential': 'deleteOptions.ignoreStoreReadErrorWithClusterBreakingPotential',
179
183
  'force': 'force',
180
184
  },
181
185
  'location_map': {
@@ -187,6 +191,7 @@ class WorkflowServiceApi(object):
187
191
  'delete_options_orphan_dependents': 'query',
188
192
  'delete_options_propagation_policy': 'query',
189
193
  'delete_options_dry_run': 'query',
194
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential': 'query',
190
195
  'force': 'query',
191
196
  },
192
197
  'collection_format_map': {
@@ -463,6 +468,7 @@ class WorkflowServiceApi(object):
463
468
  'log_options_tail_lines',
464
469
  'log_options_limit_bytes',
465
470
  'log_options_insecure_skip_tls_verify_backend',
471
+ 'log_options_stream',
466
472
  'grep',
467
473
  'selector',
468
474
  ],
@@ -510,6 +516,8 @@ class WorkflowServiceApi(object):
510
516
  (str,),
511
517
  'log_options_insecure_skip_tls_verify_backend':
512
518
  (bool,),
519
+ 'log_options_stream':
520
+ (str,),
513
521
  'grep':
514
522
  (str,),
515
523
  'selector':
@@ -529,6 +537,7 @@ class WorkflowServiceApi(object):
529
537
  'log_options_tail_lines': 'logOptions.tailLines',
530
538
  'log_options_limit_bytes': 'logOptions.limitBytes',
531
539
  'log_options_insecure_skip_tls_verify_backend': 'logOptions.insecureSkipTLSVerifyBackend',
540
+ 'log_options_stream': 'logOptions.stream',
532
541
  'grep': 'grep',
533
542
  'selector': 'selector',
534
543
  },
@@ -546,6 +555,7 @@ class WorkflowServiceApi(object):
546
555
  'log_options_tail_lines': 'query',
547
556
  'log_options_limit_bytes': 'query',
548
557
  'log_options_insecure_skip_tls_verify_backend': 'query',
558
+ 'log_options_stream': 'query',
549
559
  'grep': 'query',
550
560
  'selector': 'query',
551
561
  },
@@ -1299,6 +1309,7 @@ class WorkflowServiceApi(object):
1299
1309
  'log_options_tail_lines',
1300
1310
  'log_options_limit_bytes',
1301
1311
  'log_options_insecure_skip_tls_verify_backend',
1312
+ 'log_options_stream',
1302
1313
  'grep',
1303
1314
  'selector',
1304
1315
  ],
@@ -1345,6 +1356,8 @@ class WorkflowServiceApi(object):
1345
1356
  (str,),
1346
1357
  'log_options_insecure_skip_tls_verify_backend':
1347
1358
  (bool,),
1359
+ 'log_options_stream':
1360
+ (str,),
1348
1361
  'grep':
1349
1362
  (str,),
1350
1363
  'selector':
@@ -1364,6 +1377,7 @@ class WorkflowServiceApi(object):
1364
1377
  'log_options_tail_lines': 'logOptions.tailLines',
1365
1378
  'log_options_limit_bytes': 'logOptions.limitBytes',
1366
1379
  'log_options_insecure_skip_tls_verify_backend': 'logOptions.insecureSkipTLSVerifyBackend',
1380
+ 'log_options_stream': 'logOptions.stream',
1367
1381
  'grep': 'grep',
1368
1382
  'selector': 'selector',
1369
1383
  },
@@ -1381,6 +1395,7 @@ class WorkflowServiceApi(object):
1381
1395
  'log_options_tail_lines': 'query',
1382
1396
  'log_options_limit_bytes': 'query',
1383
1397
  'log_options_insecure_skip_tls_verify_backend': 'query',
1398
+ 'log_options_stream': 'query',
1384
1399
  'grep': 'query',
1385
1400
  'selector': 'query',
1386
1401
  },
@@ -1502,6 +1517,7 @@ class WorkflowServiceApi(object):
1502
1517
  delete_options_orphan_dependents (bool): Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. +optional.. [optional]
1503
1518
  delete_options_propagation_policy (str): Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. +optional.. [optional]
1504
1519
  delete_options_dry_run ([str]): When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +optional +listType=atomic.. [optional]
1520
+ delete_options_ignore_store_read_error_with_cluster_breaking_potential (bool): if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it +optional.. [optional]
1505
1521
  force (bool): [optional]
1506
1522
  _return_http_data_only (bool): response data without head status
1507
1523
  code and headers. Default is True.
@@ -1846,9 +1862,10 @@ class WorkflowServiceApi(object):
1846
1862
  log_options_since_time_seconds (str): Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.. [optional]
1847
1863
  log_options_since_time_nanos (int): Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive. This field may be limited in precision depending on context.. [optional]
1848
1864
  log_options_timestamps (bool): If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. +optional.. [optional]
1849
- log_options_tail_lines (str): If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime +optional.. [optional]
1865
+ log_options_tail_lines (str): If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime. Note that when \"TailLines\" is specified, \"Stream\" can only be set to nil or \"All\". +optional.. [optional]
1850
1866
  log_options_limit_bytes (str): If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. +optional.. [optional]
1851
1867
  log_options_insecure_skip_tls_verify_backend (bool): insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). +optional.. [optional]
1868
+ log_options_stream (str): Specify which container log stream to return to the client. Acceptable values are \"All\", \"Stdout\" and \"Stderr\". If not specified, \"All\" is used, and both stdout and stderr are returned interleaved. Note that when \"TailLines\" is specified, \"Stream\" can only be set to nil or \"All\". +featureGate=PodLogsQuerySplitStreams +optional.. [optional]
1852
1869
  grep (str): [optional]
1853
1870
  selector (str): [optional]
1854
1871
  _return_http_data_only (bool): response data without head status
@@ -2793,9 +2810,10 @@ class WorkflowServiceApi(object):
2793
2810
  log_options_since_time_seconds (str): Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.. [optional]
2794
2811
  log_options_since_time_nanos (int): Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive. This field may be limited in precision depending on context.. [optional]
2795
2812
  log_options_timestamps (bool): If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. +optional.. [optional]
2796
- log_options_tail_lines (str): If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime +optional.. [optional]
2813
+ log_options_tail_lines (str): If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime. Note that when \"TailLines\" is specified, \"Stream\" can only be set to nil or \"All\". +optional.. [optional]
2797
2814
  log_options_limit_bytes (str): If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. +optional.. [optional]
2798
2815
  log_options_insecure_skip_tls_verify_backend (bool): insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). +optional.. [optional]
2816
+ log_options_stream (str): Specify which container log stream to return to the client. Acceptable values are \"All\", \"Stdout\" and \"Stderr\". If not specified, \"All\" is used, and both stdout and stderr are returned interleaved. Note that when \"TailLines\" is specified, \"Stream\" can only be set to nil or \"All\". +featureGate=PodLogsQuerySplitStreams +optional.. [optional]
2799
2817
  grep (str): [optional]
2800
2818
  selector (str): [optional]
2801
2819
  _return_http_data_only (bool): response data without head status
@@ -119,6 +119,7 @@ class WorkflowTemplateServiceApi(object):
119
119
  'delete_options_orphan_dependents',
120
120
  'delete_options_propagation_policy',
121
121
  'delete_options_dry_run',
122
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential',
122
123
  ],
123
124
  'required': [
124
125
  'namespace',
@@ -153,6 +154,8 @@ class WorkflowTemplateServiceApi(object):
153
154
  (str,),
154
155
  'delete_options_dry_run':
155
156
  ([str],),
157
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential':
158
+ (bool,),
156
159
  },
157
160
  'attribute_map': {
158
161
  'namespace': 'namespace',
@@ -163,6 +166,7 @@ class WorkflowTemplateServiceApi(object):
163
166
  'delete_options_orphan_dependents': 'deleteOptions.orphanDependents',
164
167
  'delete_options_propagation_policy': 'deleteOptions.propagationPolicy',
165
168
  'delete_options_dry_run': 'deleteOptions.dryRun',
169
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential': 'deleteOptions.ignoreStoreReadErrorWithClusterBreakingPotential',
166
170
  },
167
171
  'location_map': {
168
172
  'namespace': 'path',
@@ -173,6 +177,7 @@ class WorkflowTemplateServiceApi(object):
173
177
  'delete_options_orphan_dependents': 'query',
174
178
  'delete_options_propagation_policy': 'query',
175
179
  'delete_options_dry_run': 'query',
180
+ 'delete_options_ignore_store_read_error_with_cluster_breaking_potential': 'query',
176
181
  },
177
182
  'collection_format_map': {
178
183
  'delete_options_dry_run': 'multi',
@@ -583,6 +588,7 @@ class WorkflowTemplateServiceApi(object):
583
588
  delete_options_orphan_dependents (bool): Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. +optional.. [optional]
584
589
  delete_options_propagation_policy (str): Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. +optional.. [optional]
585
590
  delete_options_dry_run ([str]): When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +optional +listType=atomic.. [optional]
591
+ delete_options_ignore_store_read_error_with_cluster_breaking_potential (bool): if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it +optional.. [optional]
586
592
  _return_http_data_only (bool): response data without head status
587
593
  code and headers. Default is True.
588
594
  _preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -76,7 +76,7 @@ class ApiClient(object):
76
76
  self.default_headers[header_name] = header_value
77
77
  self.cookie = cookie
78
78
  # Set default User-Agent.
79
- self.user_agent = 'OpenAPI-Generator/6.6.5/python'
79
+ self.user_agent = 'OpenAPI-Generator/6.6.7/python'
80
80
 
81
81
  def __enter__(self):
82
82
  return self
@@ -409,7 +409,7 @@ conf = argo_workflows.Configuration(
409
409
  "OS: {env}\n"\
410
410
  "Python Version: {pyversion}\n"\
411
411
  "Version of the API: VERSION\n"\
412
- "SDK Package Version: 6.6.5".\
412
+ "SDK Package Version: 6.6.7".\
413
413
  format(env=sys.platform, pyversion=sys.version)
414
414
 
415
415
  def get_host_settings(self):