argo-workflows 6.5.12__py3-none-any.whl → 6.6.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of argo-workflows might be problematic. Click here for more details.
- argo_workflows/__init__.py +2 -2
- argo_workflows/api/archived_workflow_service_api.py +13 -1
- argo_workflows/api/artifact_service_api.py +2 -2
- argo_workflows/api/cluster_workflow_template_service_api.py +8 -2
- argo_workflows/api/cron_workflow_service_api.py +8 -2
- argo_workflows/api/event_service_api.py +7 -1
- argo_workflows/api/event_source_service_api.py +14 -2
- argo_workflows/api/info_service_api.py +1 -1
- argo_workflows/api/sensor_service_api.py +14 -2
- argo_workflows/api/workflow_service_api.py +26 -2
- argo_workflows/api/workflow_template_service_api.py +8 -2
- argo_workflows/api_client.py +2 -2
- argo_workflows/configuration.py +2 -2
- argo_workflows/exceptions.py +1 -1
- argo_workflows/model/affinity.py +1 -1
- argo_workflows/model/{io_argoproj_workflow_v1alpha1_artifact_node_spec.py → app_armor_profile.py} +20 -22
- argo_workflows/model/aws_elastic_block_store_volume_source.py +9 -9
- argo_workflows/model/azure_disk_volume_source.py +13 -13
- argo_workflows/model/azure_file_volume_source.py +7 -7
- argo_workflows/model/capabilities.py +1 -1
- argo_workflows/model/ceph_fs_volume_source.py +11 -11
- argo_workflows/model/cinder_volume_source.py +7 -7
- argo_workflows/model/cluster_trust_bundle_projection.py +283 -0
- argo_workflows/model/config_map_env_source.py +3 -3
- argo_workflows/model/config_map_key_selector.py +3 -3
- argo_workflows/model/config_map_projection.py +7 -7
- argo_workflows/model/config_map_volume_source.py +9 -9
- argo_workflows/model/container.py +23 -22
- argo_workflows/model/container_port.py +3 -8
- argo_workflows/model/{io_argoproj_workflow_v1alpha1_artifact_gc_status.py → container_resize_policy.py} +22 -16
- argo_workflows/model/create_options.py +1 -1
- argo_workflows/model/csi_volume_source.py +9 -9
- argo_workflows/model/downward_api_projection.py +1 -1
- argo_workflows/model/downward_api_volume_file.py +1 -1
- argo_workflows/model/downward_api_volume_source.py +1 -1
- argo_workflows/model/empty_dir_volume_source.py +5 -5
- argo_workflows/model/env_from_source.py +1 -1
- argo_workflows/model/env_var.py +1 -1
- argo_workflows/model/env_var_source.py +1 -1
- argo_workflows/model/ephemeral_volume_source.py +1 -1
- argo_workflows/model/event.py +1 -1
- argo_workflows/model/event_series.py +1 -1
- argo_workflows/model/event_source.py +1 -1
- argo_workflows/model/eventsource_create_event_source_request.py +1 -1
- argo_workflows/model/eventsource_event_source_watch_event.py +1 -1
- argo_workflows/model/eventsource_log_entry.py +1 -1
- argo_workflows/model/eventsource_update_event_source_request.py +1 -1
- argo_workflows/model/exec_action.py +1 -1
- argo_workflows/model/fc_volume_source.py +11 -11
- argo_workflows/model/flex_volume_source.py +9 -9
- argo_workflows/model/flocker_volume_source.py +5 -5
- argo_workflows/model/gce_persistent_disk_volume_source.py +9 -9
- argo_workflows/model/git_repo_volume_source.py +7 -7
- argo_workflows/model/glusterfs_volume_source.py +7 -7
- argo_workflows/model/google_protobuf_any.py +1 -1
- argo_workflows/model/group_version_resource.py +1 -1
- argo_workflows/model/grpc_action.py +1 -1
- argo_workflows/model/grpc_gateway_runtime_error.py +1 -1
- argo_workflows/model/grpc_gateway_runtime_stream_error.py +1 -1
- argo_workflows/model/host_alias.py +13 -7
- argo_workflows/model/host_path_volume_source.py +5 -5
- argo_workflows/model/http_get_action.py +3 -7
- argo_workflows/model/http_header.py +3 -3
- argo_workflows/model/io_argoproj_events_v1alpha1_amount.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_amqp_consume_config.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_amqp_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_amqp_exchange_declare_config.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_amqp_queue_bind_config.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_amqp_queue_declare_config.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_argo_workflow_trigger.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_artifact_location.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_aws_lambda_trigger.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_azure_event_hubs_trigger.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_azure_events_hub_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_azure_queue_storage_event_source.py +295 -0
- argo_workflows/model/io_argoproj_events_v1alpha1_azure_service_bus_event_source.py +297 -0
- argo_workflows/model/io_argoproj_events_v1alpha1_azure_service_bus_trigger.py +289 -0
- argo_workflows/model/io_argoproj_events_v1alpha1_backoff.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_basic_auth.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_auth.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_basic_auth.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_repository.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_server_event_source.py +7 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_server_repository.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_calendar_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_catchup_configuration.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_condition.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_conditions_reset_by_time.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_conditions_reset_criteria.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_config_map_persistence.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_custom_trigger.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_data_filter.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_email_trigger.py +295 -0
- argo_workflows/model/io_argoproj_events_v1alpha1_emitter_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_event_context.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency_filter.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency_transformer.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_event_persistence.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_event_source_filter.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_event_source_list.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_event_source_spec.py +25 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_event_source_status.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_expr_filter.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_file_artifact.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_file_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_generic_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_gerrit_event_source.py +301 -0
- argo_workflows/model/io_argoproj_events_v1alpha1_git_artifact.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_git_creds.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_git_remote_config.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_github_app_creds.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_github_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_gitlab_event_source.py +5 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_hdfs_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_http_trigger.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_int64_or_string.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_k8_s_resource_policy.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_kafka_consumer_group.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_kafka_event_source.py +3 -3
- argo_workflows/model/io_argoproj_events_v1alpha1_kafka_trigger.py +11 -5
- argo_workflows/model/io_argoproj_events_v1alpha1_log_trigger.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_metadata.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_mqtt_event_source.py +7 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_nats_auth.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_nats_events_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_nats_trigger.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_nsq_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_open_whisk_trigger.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_owned_repositories.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_payload_field.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_pub_sub_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_pulsar_event_source.py +9 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_pulsar_trigger.py +9 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_rate_limit.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_redis_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_redis_stream_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_resource.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_resource_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_resource_filter.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_s3_artifact.py +5 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_s3_bucket.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_s3_filter.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_sasl_config.py +9 -9
- argo_workflows/model/{io_argoproj_workflow_v1alpha1_artifact_gc_spec.py → io_argoproj_events_v1alpha1_schema_registry_config.py} +18 -10
- argo_workflows/model/io_argoproj_events_v1alpha1_secure_header.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_selector.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_sensor.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_sensor_list.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_sensor_spec.py +9 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_sensor_status.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_service.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_sftp_event_source.py +297 -0
- argo_workflows/model/io_argoproj_events_v1alpha1_slack_event_source.py +1 -1
- argo_workflows/model/{io_argoproj_workflow_v1alpha1_workflow_task_set_spec.py → io_argoproj_events_v1alpha1_slack_sender.py} +12 -14
- argo_workflows/model/{io_argoproj_workflow_v1alpha1_workflow_task_set_status.py → io_argoproj_events_v1alpha1_slack_thread.py} +12 -14
- argo_workflows/model/io_argoproj_events_v1alpha1_slack_trigger.py +21 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_sns_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_sqs_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_standard_k8_s_trigger.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_status.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_status_policy.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_storage_grid_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_storage_grid_filter.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_stripe_event_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_template.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_time_filter.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_tls_config.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_trigger.py +5 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_trigger_parameter.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_trigger_parameter_source.py +5 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_trigger_policy.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_trigger_template.py +13 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_url_artifact.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_value_from_source.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_watch_path_config.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_webhook_context.py +1 -1
- argo_workflows/model/io_argoproj_events_v1alpha1_webhook_event_source.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_archive_strategy.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_arguments.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_art_gc_status.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_gc.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_location.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_paths.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository_ref.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository_ref_status.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_artifactory_artifact.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_artifactory_artifact_repository.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_azure_artifact.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_azure_artifact_repository.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_backoff.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_basic_auth.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_cache.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_client_cert_auth.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_create_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_lint_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_list.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_update_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_collect_event_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_column.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_condition.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_container_node.py +13 -3
- argo_workflows/model/io_argoproj_workflow_v1alpha1_container_set_retry_strategy.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_container_set_template.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_continue_on.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_counter.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_create_cron_workflow_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_create_s3_bucket_options.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_list.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_resume_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_spec.py +21 -9
- argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_status.py +21 -3
- argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_suspend_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_task.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_template.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_data.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_data_source.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_event.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_executor_config.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_gauge.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_gcs_artifact.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_gcs_artifact_repository.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_get_user_info_response.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_git_artifact.py +5 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_hdfs_artifact.py +5 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_hdfs_artifact_repository.py +5 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_header.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_histogram.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_http.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_http_artifact.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_http_auth.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_http_body_source.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_http_header.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_http_header_source.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_info_response.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_inputs.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_label_keys.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_label_value_from.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_label_values.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_lifecycle_hook.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_link.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_lint_cron_workflow_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_log_entry.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_manifest_from.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_memoization_status.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_memoize.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_metadata.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_metric_label.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_metrics.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex_holding.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex_status.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_node_flag.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_node_status.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_node_synchronization_status.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_o_auth2_auth.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_o_auth2_endpoint_param.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_artifact.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_artifact_repository.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_lifecycle_rule.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_outputs.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_parallel_steps.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_parameter.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_pod_gc.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_prometheus.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_raw_artifact.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_resource_template.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_resubmit_archived_workflow_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_affinity.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_archived_workflow_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_strategy.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_artifact.py +5 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_artifact_repository.py +5 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_encryption_options.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_script_template.py +13 -3
- argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_holding.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_ref.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_status.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_sequence.py +1 -1
- argo_workflows/model/{io_argoproj_workflow_v1alpha1_artifact_result_node_status.py → io_argoproj_workflow_v1alpha1_stop_strategy.py} +16 -16
- argo_workflows/model/io_argoproj_workflow_v1alpha1_submit.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_submit_opts.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_suspend_template.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_synchronization.py +9 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_synchronization_status.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_tar_strategy.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_template.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_template_ref.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_transformation_step.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_ttl_strategy.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_update_cron_workflow_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_user_container.py +13 -3
- argo_workflows/model/io_argoproj_workflow_v1alpha1_value_from.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_version.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_volume_claim_gc.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_create_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding_list.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding_spec.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_level_artifact_gc.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_lint_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_list.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_metadata.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resubmit_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resume_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_retry_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_set_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_spec.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_status.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_step.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_stop_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_submit_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_suspend_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_create_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_lint_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_list.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_ref.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_update_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_terminate_request.py +1 -1
- argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_watch_event.py +1 -1
- argo_workflows/model/io_k8s_api_policy_v1_pod_disruption_budget_spec.py +5 -1
- argo_workflows/model/iscsi_volume_source.py +21 -21
- argo_workflows/model/key_to_path.py +7 -7
- argo_workflows/model/label_selector.py +1 -1
- argo_workflows/model/label_selector_requirement.py +1 -1
- argo_workflows/model/lifecycle.py +1 -1
- argo_workflows/model/lifecycle_handler.py +7 -1
- argo_workflows/model/list_meta.py +3 -3
- argo_workflows/model/local_object_reference.py +3 -3
- argo_workflows/model/managed_fields_entry.py +1 -1
- argo_workflows/model/modify_volume_status.py +265 -0
- argo_workflows/model/nfs_volume_source.py +7 -7
- argo_workflows/model/node_affinity.py +1 -1
- argo_workflows/model/node_selector.py +1 -1
- argo_workflows/model/node_selector_requirement.py +3 -11
- argo_workflows/model/node_selector_term.py +1 -1
- argo_workflows/model/object_field_selector.py +1 -1
- argo_workflows/model/object_meta.py +15 -19
- argo_workflows/model/object_reference.py +1 -1
- argo_workflows/model/owner_reference.py +7 -7
- argo_workflows/model/persistent_volume_claim.py +1 -1
- argo_workflows/model/persistent_volume_claim_condition.py +7 -11
- argo_workflows/model/persistent_volume_claim_spec.py +21 -15
- argo_workflows/model/persistent_volume_claim_status.py +25 -20
- argo_workflows/model/persistent_volume_claim_template.py +1 -1
- argo_workflows/model/persistent_volume_claim_volume_source.py +5 -5
- argo_workflows/model/photon_persistent_disk_volume_source.py +5 -5
- argo_workflows/model/pod_affinity.py +1 -1
- argo_workflows/model/pod_affinity_term.py +11 -3
- argo_workflows/model/pod_anti_affinity.py +1 -1
- argo_workflows/model/pod_dns_config.py +1 -1
- argo_workflows/model/pod_dns_config_option.py +1 -1
- argo_workflows/model/pod_security_context.py +9 -3
- argo_workflows/model/portworx_volume_source.py +7 -7
- argo_workflows/model/preferred_scheduling_term.py +1 -1
- argo_workflows/model/probe.py +1 -1
- argo_workflows/model/projected_volume_source.py +5 -5
- argo_workflows/model/quobyte_volume_source.py +13 -13
- argo_workflows/model/rbd_volume_source.py +15 -15
- argo_workflows/model/{io_argoproj_workflow_v1alpha1_artifact_result.py → resource_claim.py} +6 -14
- argo_workflows/model/resource_field_selector.py +3 -3
- argo_workflows/model/resource_requirements.py +13 -3
- argo_workflows/model/scale_io_volume_source.py +19 -19
- argo_workflows/model/se_linux_options.py +1 -1
- argo_workflows/model/seccomp_profile.py +5 -10
- argo_workflows/model/secret_env_source.py +3 -3
- argo_workflows/model/secret_key_selector.py +3 -3
- argo_workflows/model/secret_projection.py +7 -7
- argo_workflows/model/secret_volume_source.py +9 -9
- argo_workflows/model/security_context.py +7 -1
- argo_workflows/model/sensor_create_sensor_request.py +1 -1
- argo_workflows/model/sensor_log_entry.py +1 -1
- argo_workflows/model/sensor_sensor_watch_event.py +1 -1
- argo_workflows/model/sensor_update_sensor_request.py +1 -1
- argo_workflows/model/service_account_token_projection.py +7 -7
- argo_workflows/model/service_port.py +5 -10
- argo_workflows/model/sleep_action.py +261 -0
- argo_workflows/model/storage_os_volume_source.py +9 -9
- argo_workflows/model/stream_result_of_event.py +1 -1
- argo_workflows/model/stream_result_of_eventsource_event_source_watch_event.py +1 -1
- argo_workflows/model/stream_result_of_eventsource_log_entry.py +1 -1
- argo_workflows/model/stream_result_of_io_argoproj_workflow_v1alpha1_log_entry.py +1 -1
- argo_workflows/model/stream_result_of_io_argoproj_workflow_v1alpha1_workflow_watch_event.py +1 -1
- argo_workflows/model/stream_result_of_sensor_log_entry.py +1 -1
- argo_workflows/model/stream_result_of_sensor_sensor_watch_event.py +1 -1
- argo_workflows/model/sysctl.py +1 -1
- argo_workflows/model/tcp_socket_action.py +1 -1
- argo_workflows/model/toleration.py +5 -14
- argo_workflows/model/typed_local_object_reference.py +1 -1
- argo_workflows/model/typed_object_reference.py +275 -0
- argo_workflows/model/volume.py +3 -3
- argo_workflows/model/volume_device.py +1 -1
- argo_workflows/model/volume_mount.py +7 -3
- argo_workflows/model/volume_projection.py +7 -1
- argo_workflows/model/{io_argoproj_workflow_v1alpha1_node_result.py → volume_resource_requirements.py} +12 -26
- argo_workflows/model/vsphere_virtual_disk_volume_source.py +9 -9
- argo_workflows/model/weighted_pod_affinity_term.py +1 -1
- argo_workflows/model/windows_security_context_options.py +3 -3
- argo_workflows/model_utils.py +1 -1
- argo_workflows/models/__init__.py +18 -9
- argo_workflows/rest.py +1 -1
- {argo_workflows-6.5.12.dist-info → argo_workflows-6.6.0.dist-info}/METADATA +2 -2
- argo_workflows-6.6.0.dist-info/RECORD +417 -0
- {argo_workflows-6.5.12.dist-info → argo_workflows-6.6.0.dist-info}/WHEEL +1 -1
- argo_workflows/model/status_cause.py +0 -263
- argo_workflows-6.5.12.dist-info/RECORD +0 -408
- {argo_workflows-6.5.12.dist-info → argo_workflows-6.6.0.dist-info}/LICENSE +0 -0
- {argo_workflows-6.5.12.dist-info → argo_workflows-6.6.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Argo Workflows API
|
|
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/latest/ # noqa: E501
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: VERSION
|
|
7
|
+
Generated by: https://openapi-generator.tech
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
import re # noqa: F401
|
|
12
|
+
import sys # noqa: F401
|
|
13
|
+
|
|
14
|
+
from argo_workflows.model_utils import ( # noqa: F401
|
|
15
|
+
ApiTypeError,
|
|
16
|
+
ModelComposed,
|
|
17
|
+
ModelNormal,
|
|
18
|
+
ModelSimple,
|
|
19
|
+
cached_property,
|
|
20
|
+
change_keys_js_to_python,
|
|
21
|
+
convert_js_args_to_python_args,
|
|
22
|
+
date,
|
|
23
|
+
datetime,
|
|
24
|
+
file_type,
|
|
25
|
+
none_type,
|
|
26
|
+
validate_get_composed_info,
|
|
27
|
+
OpenApiModel
|
|
28
|
+
)
|
|
29
|
+
from argo_workflows.exceptions import ApiAttributeError
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
def lazy_import():
|
|
33
|
+
from argo_workflows.model.io_argoproj_events_v1alpha1_basic_auth import IoArgoprojEventsV1alpha1BasicAuth
|
|
34
|
+
from argo_workflows.model.io_argoproj_events_v1alpha1_event_source_filter import IoArgoprojEventsV1alpha1EventSourceFilter
|
|
35
|
+
from argo_workflows.model.io_argoproj_events_v1alpha1_webhook_context import IoArgoprojEventsV1alpha1WebhookContext
|
|
36
|
+
globals()['IoArgoprojEventsV1alpha1BasicAuth'] = IoArgoprojEventsV1alpha1BasicAuth
|
|
37
|
+
globals()['IoArgoprojEventsV1alpha1EventSourceFilter'] = IoArgoprojEventsV1alpha1EventSourceFilter
|
|
38
|
+
globals()['IoArgoprojEventsV1alpha1WebhookContext'] = IoArgoprojEventsV1alpha1WebhookContext
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
class IoArgoprojEventsV1alpha1GerritEventSource(ModelNormal):
|
|
42
|
+
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
43
|
+
Ref: https://openapi-generator.tech
|
|
44
|
+
|
|
45
|
+
Do not edit the class manually.
|
|
46
|
+
|
|
47
|
+
Attributes:
|
|
48
|
+
allowed_values (dict): The key is the tuple path to the attribute
|
|
49
|
+
and the for var_name this is (var_name,). The value is a dict
|
|
50
|
+
with a capitalized key describing the allowed value and an allowed
|
|
51
|
+
value. These dicts store the allowed enum values.
|
|
52
|
+
attribute_map (dict): The key is attribute name
|
|
53
|
+
and the value is json key in definition.
|
|
54
|
+
discriminator_value_class_map (dict): A dict to go from the discriminator
|
|
55
|
+
variable value to the discriminator class name.
|
|
56
|
+
validations (dict): The key is the tuple path to the attribute
|
|
57
|
+
and the for var_name this is (var_name,). The value is a dict
|
|
58
|
+
that stores validations for max_length, min_length, max_items,
|
|
59
|
+
min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
|
|
60
|
+
inclusive_minimum, and regex.
|
|
61
|
+
additional_properties_type (tuple): A tuple of classes accepted
|
|
62
|
+
as additional properties values.
|
|
63
|
+
"""
|
|
64
|
+
|
|
65
|
+
allowed_values = {
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
validations = {
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@cached_property
|
|
72
|
+
def additional_properties_type():
|
|
73
|
+
"""
|
|
74
|
+
This must be a method because a model may have properties that are
|
|
75
|
+
of type self, this must run after the class is loaded
|
|
76
|
+
"""
|
|
77
|
+
lazy_import()
|
|
78
|
+
return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
|
|
79
|
+
|
|
80
|
+
_nullable = False
|
|
81
|
+
|
|
82
|
+
@cached_property
|
|
83
|
+
def openapi_types():
|
|
84
|
+
"""
|
|
85
|
+
This must be a method because a model may have properties that are
|
|
86
|
+
of type self, this must run after the class is loaded
|
|
87
|
+
|
|
88
|
+
Returns
|
|
89
|
+
openapi_types (dict): The key is attribute name
|
|
90
|
+
and the value is attribute type.
|
|
91
|
+
"""
|
|
92
|
+
lazy_import()
|
|
93
|
+
return {
|
|
94
|
+
'auth': (IoArgoprojEventsV1alpha1BasicAuth,), # noqa: E501
|
|
95
|
+
'delete_hook_on_finish': (bool,), # noqa: E501
|
|
96
|
+
'events': ([str],), # noqa: E501
|
|
97
|
+
'filter': (IoArgoprojEventsV1alpha1EventSourceFilter,), # noqa: E501
|
|
98
|
+
'gerrit_base_url': (str,), # noqa: E501
|
|
99
|
+
'hook_name': (str,), # noqa: E501
|
|
100
|
+
'metadata': ({str: (str,)},), # noqa: E501
|
|
101
|
+
'projects': ([str],), # noqa: E501
|
|
102
|
+
'ssl_verify': (bool,), # noqa: E501
|
|
103
|
+
'webhook': (IoArgoprojEventsV1alpha1WebhookContext,), # noqa: E501
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
@cached_property
|
|
107
|
+
def discriminator():
|
|
108
|
+
return None
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
attribute_map = {
|
|
112
|
+
'auth': 'auth', # noqa: E501
|
|
113
|
+
'delete_hook_on_finish': 'deleteHookOnFinish', # noqa: E501
|
|
114
|
+
'events': 'events', # noqa: E501
|
|
115
|
+
'filter': 'filter', # noqa: E501
|
|
116
|
+
'gerrit_base_url': 'gerritBaseURL', # noqa: E501
|
|
117
|
+
'hook_name': 'hookName', # noqa: E501
|
|
118
|
+
'metadata': 'metadata', # noqa: E501
|
|
119
|
+
'projects': 'projects', # noqa: E501
|
|
120
|
+
'ssl_verify': 'sslVerify', # noqa: E501
|
|
121
|
+
'webhook': 'webhook', # noqa: E501
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
read_only_vars = {
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
_composed_schemas = {}
|
|
128
|
+
|
|
129
|
+
@classmethod
|
|
130
|
+
@convert_js_args_to_python_args
|
|
131
|
+
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
132
|
+
"""IoArgoprojEventsV1alpha1GerritEventSource - a model defined in OpenAPI
|
|
133
|
+
|
|
134
|
+
Keyword Args:
|
|
135
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
|
136
|
+
will be type checked and a TypeError will be
|
|
137
|
+
raised if the wrong type is input.
|
|
138
|
+
Defaults to True
|
|
139
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
|
140
|
+
drill down to the model in received_data
|
|
141
|
+
when deserializing a response
|
|
142
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
143
|
+
are serialized names, as specified in the OpenAPI document.
|
|
144
|
+
False if the variable names in the input data
|
|
145
|
+
are pythonic names, e.g. snake case (default)
|
|
146
|
+
_configuration (Configuration): the instance to use when
|
|
147
|
+
deserializing a file_type parameter.
|
|
148
|
+
If passed, type conversion is attempted
|
|
149
|
+
If omitted no type conversion is done.
|
|
150
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
|
151
|
+
classes that we have traveled through so that
|
|
152
|
+
if we see that class again we will not use its
|
|
153
|
+
discriminator again.
|
|
154
|
+
When traveling through a discriminator, the
|
|
155
|
+
composed schema that is
|
|
156
|
+
is traveled through is added to this set.
|
|
157
|
+
For example if Animal has a discriminator
|
|
158
|
+
petType and we pass in "Dog", and the class Dog
|
|
159
|
+
allOf includes Animal, we move through Animal
|
|
160
|
+
once using the discriminator, and pick Dog.
|
|
161
|
+
Then in Dog, we will make an instance of the
|
|
162
|
+
Animal class but this time we won't travel
|
|
163
|
+
through its discriminator because we passed in
|
|
164
|
+
_visited_composed_classes = (Animal,)
|
|
165
|
+
auth (IoArgoprojEventsV1alpha1BasicAuth): [optional] # noqa: E501
|
|
166
|
+
delete_hook_on_finish (bool): [optional] # noqa: E501
|
|
167
|
+
events ([str]): [optional] # noqa: E501
|
|
168
|
+
filter (IoArgoprojEventsV1alpha1EventSourceFilter): [optional] # noqa: E501
|
|
169
|
+
gerrit_base_url (str): [optional] # noqa: E501
|
|
170
|
+
hook_name (str): [optional] # noqa: E501
|
|
171
|
+
metadata ({str: (str,)}): [optional] # noqa: E501
|
|
172
|
+
projects ([str]): List of project namespace paths like \"whynowy/test\".. [optional] # noqa: E501
|
|
173
|
+
ssl_verify (bool): [optional] # noqa: E501
|
|
174
|
+
webhook (IoArgoprojEventsV1alpha1WebhookContext): [optional] # noqa: E501
|
|
175
|
+
"""
|
|
176
|
+
|
|
177
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
178
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', False)
|
|
179
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
180
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
181
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
182
|
+
|
|
183
|
+
self = super(OpenApiModel, cls).__new__(cls)
|
|
184
|
+
|
|
185
|
+
if args:
|
|
186
|
+
raise ApiTypeError(
|
|
187
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
188
|
+
args,
|
|
189
|
+
self.__class__.__name__,
|
|
190
|
+
),
|
|
191
|
+
path_to_item=_path_to_item,
|
|
192
|
+
valid_classes=(self.__class__,),
|
|
193
|
+
)
|
|
194
|
+
|
|
195
|
+
self._data_store = {}
|
|
196
|
+
self._check_type = _check_type
|
|
197
|
+
self._spec_property_naming = _spec_property_naming
|
|
198
|
+
self._path_to_item = _path_to_item
|
|
199
|
+
self._configuration = _configuration
|
|
200
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
201
|
+
|
|
202
|
+
for var_name, var_value in kwargs.items():
|
|
203
|
+
if var_name not in self.attribute_map and \
|
|
204
|
+
self._configuration is not None and \
|
|
205
|
+
self._configuration.discard_unknown_keys and \
|
|
206
|
+
self.additional_properties_type is None:
|
|
207
|
+
# discard variable.
|
|
208
|
+
continue
|
|
209
|
+
setattr(self, var_name, var_value)
|
|
210
|
+
return self
|
|
211
|
+
|
|
212
|
+
required_properties = set([
|
|
213
|
+
'_data_store',
|
|
214
|
+
'_check_type',
|
|
215
|
+
'_spec_property_naming',
|
|
216
|
+
'_path_to_item',
|
|
217
|
+
'_configuration',
|
|
218
|
+
'_visited_composed_classes',
|
|
219
|
+
])
|
|
220
|
+
|
|
221
|
+
@convert_js_args_to_python_args
|
|
222
|
+
def __init__(self, *args, **kwargs): # noqa: E501
|
|
223
|
+
"""IoArgoprojEventsV1alpha1GerritEventSource - a model defined in OpenAPI
|
|
224
|
+
|
|
225
|
+
Keyword Args:
|
|
226
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
|
227
|
+
will be type checked and a TypeError will be
|
|
228
|
+
raised if the wrong type is input.
|
|
229
|
+
Defaults to True
|
|
230
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
|
231
|
+
drill down to the model in received_data
|
|
232
|
+
when deserializing a response
|
|
233
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
234
|
+
are serialized names, as specified in the OpenAPI document.
|
|
235
|
+
False if the variable names in the input data
|
|
236
|
+
are pythonic names, e.g. snake case (default)
|
|
237
|
+
_configuration (Configuration): the instance to use when
|
|
238
|
+
deserializing a file_type parameter.
|
|
239
|
+
If passed, type conversion is attempted
|
|
240
|
+
If omitted no type conversion is done.
|
|
241
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
|
242
|
+
classes that we have traveled through so that
|
|
243
|
+
if we see that class again we will not use its
|
|
244
|
+
discriminator again.
|
|
245
|
+
When traveling through a discriminator, the
|
|
246
|
+
composed schema that is
|
|
247
|
+
is traveled through is added to this set.
|
|
248
|
+
For example if Animal has a discriminator
|
|
249
|
+
petType and we pass in "Dog", and the class Dog
|
|
250
|
+
allOf includes Animal, we move through Animal
|
|
251
|
+
once using the discriminator, and pick Dog.
|
|
252
|
+
Then in Dog, we will make an instance of the
|
|
253
|
+
Animal class but this time we won't travel
|
|
254
|
+
through its discriminator because we passed in
|
|
255
|
+
_visited_composed_classes = (Animal,)
|
|
256
|
+
auth (IoArgoprojEventsV1alpha1BasicAuth): [optional] # noqa: E501
|
|
257
|
+
delete_hook_on_finish (bool): [optional] # noqa: E501
|
|
258
|
+
events ([str]): [optional] # noqa: E501
|
|
259
|
+
filter (IoArgoprojEventsV1alpha1EventSourceFilter): [optional] # noqa: E501
|
|
260
|
+
gerrit_base_url (str): [optional] # noqa: E501
|
|
261
|
+
hook_name (str): [optional] # noqa: E501
|
|
262
|
+
metadata ({str: (str,)}): [optional] # noqa: E501
|
|
263
|
+
projects ([str]): List of project namespace paths like \"whynowy/test\".. [optional] # noqa: E501
|
|
264
|
+
ssl_verify (bool): [optional] # noqa: E501
|
|
265
|
+
webhook (IoArgoprojEventsV1alpha1WebhookContext): [optional] # noqa: E501
|
|
266
|
+
"""
|
|
267
|
+
|
|
268
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
269
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', False)
|
|
270
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
271
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
272
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
273
|
+
|
|
274
|
+
if args:
|
|
275
|
+
raise ApiTypeError(
|
|
276
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
277
|
+
args,
|
|
278
|
+
self.__class__.__name__,
|
|
279
|
+
),
|
|
280
|
+
path_to_item=_path_to_item,
|
|
281
|
+
valid_classes=(self.__class__,),
|
|
282
|
+
)
|
|
283
|
+
|
|
284
|
+
self._data_store = {}
|
|
285
|
+
self._check_type = _check_type
|
|
286
|
+
self._spec_property_naming = _spec_property_naming
|
|
287
|
+
self._path_to_item = _path_to_item
|
|
288
|
+
self._configuration = _configuration
|
|
289
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
290
|
+
|
|
291
|
+
for var_name, var_value in kwargs.items():
|
|
292
|
+
if var_name not in self.attribute_map and \
|
|
293
|
+
self._configuration is not None and \
|
|
294
|
+
self._configuration.discard_unknown_keys and \
|
|
295
|
+
self.additional_properties_type is None:
|
|
296
|
+
# discard variable.
|
|
297
|
+
continue
|
|
298
|
+
setattr(self, var_name, var_value)
|
|
299
|
+
if var_name in self.read_only_vars:
|
|
300
|
+
raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
|
|
301
|
+
f"class with read only attributes.")
|
|
@@ -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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
|
@@ -97,6 +97,7 @@ class IoArgoprojEventsV1alpha1GitlabEventSource(ModelNormal):
|
|
|
97
97
|
'events': ([str],), # noqa: E501
|
|
98
98
|
'filter': (IoArgoprojEventsV1alpha1EventSourceFilter,), # noqa: E501
|
|
99
99
|
'gitlab_base_url': (str,), # noqa: E501
|
|
100
|
+
'groups': ([str],), # noqa: E501
|
|
100
101
|
'metadata': ({str: (str,)},), # noqa: E501
|
|
101
102
|
'project_id': (str,), # noqa: E501
|
|
102
103
|
'projects': ([str],), # noqa: E501
|
|
@@ -116,6 +117,7 @@ class IoArgoprojEventsV1alpha1GitlabEventSource(ModelNormal):
|
|
|
116
117
|
'events': 'events', # noqa: E501
|
|
117
118
|
'filter': 'filter', # noqa: E501
|
|
118
119
|
'gitlab_base_url': 'gitlabBaseURL', # noqa: E501
|
|
120
|
+
'groups': 'groups', # noqa: E501
|
|
119
121
|
'metadata': 'metadata', # noqa: E501
|
|
120
122
|
'project_id': 'projectID', # noqa: E501
|
|
121
123
|
'projects': 'projects', # noqa: E501
|
|
@@ -170,6 +172,7 @@ class IoArgoprojEventsV1alpha1GitlabEventSource(ModelNormal):
|
|
|
170
172
|
events ([str]): Events are gitlab event to listen to. Refer https://github.com/xanzy/go-gitlab/blob/bf34eca5d13a9f4c3f501d8a97b8ac226d55e4d9/projects.go#L794.. [optional] # noqa: E501
|
|
171
173
|
filter (IoArgoprojEventsV1alpha1EventSourceFilter): [optional] # noqa: E501
|
|
172
174
|
gitlab_base_url (str): [optional] # noqa: E501
|
|
175
|
+
groups ([str]): [optional] # noqa: E501
|
|
173
176
|
metadata ({str: (str,)}): [optional] # noqa: E501
|
|
174
177
|
project_id (str): [optional] # noqa: E501
|
|
175
178
|
projects ([str]): [optional] # noqa: E501
|
|
@@ -262,6 +265,7 @@ class IoArgoprojEventsV1alpha1GitlabEventSource(ModelNormal):
|
|
|
262
265
|
events ([str]): Events are gitlab event to listen to. Refer https://github.com/xanzy/go-gitlab/blob/bf34eca5d13a9f4c3f501d8a97b8ac226d55e4d9/projects.go#L794.. [optional] # noqa: E501
|
|
263
266
|
filter (IoArgoprojEventsV1alpha1EventSourceFilter): [optional] # noqa: E501
|
|
264
267
|
gitlab_base_url (str): [optional] # noqa: E501
|
|
268
|
+
groups ([str]): [optional] # noqa: E501
|
|
265
269
|
metadata ({str: (str,)}): [optional] # noqa: E501
|
|
266
270
|
project_id (str): [optional] # noqa: E501
|
|
267
271
|
projects ([str]): [optional] # noqa: E501
|
|
@@ -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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
|
@@ -172,7 +172,7 @@ class IoArgoprojEventsV1alpha1KafkaEventSource(ModelNormal):
|
|
|
172
172
|
Animal class but this time we won't travel
|
|
173
173
|
through its discriminator because we passed in
|
|
174
174
|
_visited_composed_classes = (Animal,)
|
|
175
|
-
config (str): Yaml format Sarama config for Kafka connection. It follows the struct of sarama.Config. See https://github.com/
|
|
175
|
+
config (str): Yaml format Sarama config for Kafka connection. It follows the struct of sarama.Config. See https://github.com/IBM/sarama/blob/main/config.go e.g. consumer: fetch: min: 1 net: MaxOpenRequests: 5 +optional. [optional] # noqa: E501
|
|
176
176
|
connection_backoff (IoArgoprojEventsV1alpha1Backoff): [optional] # noqa: E501
|
|
177
177
|
consumer_group (IoArgoprojEventsV1alpha1KafkaConsumerGroup): [optional] # noqa: E501
|
|
178
178
|
filter (IoArgoprojEventsV1alpha1EventSourceFilter): [optional] # noqa: E501
|
|
@@ -266,7 +266,7 @@ class IoArgoprojEventsV1alpha1KafkaEventSource(ModelNormal):
|
|
|
266
266
|
Animal class but this time we won't travel
|
|
267
267
|
through its discriminator because we passed in
|
|
268
268
|
_visited_composed_classes = (Animal,)
|
|
269
|
-
config (str): Yaml format Sarama config for Kafka connection. It follows the struct of sarama.Config. See https://github.com/
|
|
269
|
+
config (str): Yaml format Sarama config for Kafka connection. It follows the struct of sarama.Config. See https://github.com/IBM/sarama/blob/main/config.go e.g. consumer: fetch: min: 1 net: MaxOpenRequests: 5 +optional. [optional] # noqa: E501
|
|
270
270
|
connection_backoff (IoArgoprojEventsV1alpha1Backoff): [optional] # noqa: E501
|
|
271
271
|
consumer_group (IoArgoprojEventsV1alpha1KafkaConsumerGroup): [optional] # noqa: E501
|
|
272
272
|
filter (IoArgoprojEventsV1alpha1EventSourceFilter): [optional] # noqa: E501
|
|
@@ -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/
|
|
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
|
|
@@ -31,9 +31,11 @@ from argo_workflows.exceptions import ApiAttributeError
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
33
|
from argo_workflows.model.io_argoproj_events_v1alpha1_sasl_config import IoArgoprojEventsV1alpha1SASLConfig
|
|
34
|
+
from argo_workflows.model.io_argoproj_events_v1alpha1_schema_registry_config import IoArgoprojEventsV1alpha1SchemaRegistryConfig
|
|
34
35
|
from argo_workflows.model.io_argoproj_events_v1alpha1_tls_config import IoArgoprojEventsV1alpha1TLSConfig
|
|
35
36
|
from argo_workflows.model.io_argoproj_events_v1alpha1_trigger_parameter import IoArgoprojEventsV1alpha1TriggerParameter
|
|
36
37
|
globals()['IoArgoprojEventsV1alpha1SASLConfig'] = IoArgoprojEventsV1alpha1SASLConfig
|
|
38
|
+
globals()['IoArgoprojEventsV1alpha1SchemaRegistryConfig'] = IoArgoprojEventsV1alpha1SchemaRegistryConfig
|
|
37
39
|
globals()['IoArgoprojEventsV1alpha1TLSConfig'] = IoArgoprojEventsV1alpha1TLSConfig
|
|
38
40
|
globals()['IoArgoprojEventsV1alpha1TriggerParameter'] = IoArgoprojEventsV1alpha1TriggerParameter
|
|
39
41
|
|
|
@@ -99,6 +101,7 @@ class IoArgoprojEventsV1alpha1KafkaTrigger(ModelNormal):
|
|
|
99
101
|
'payload': ([IoArgoprojEventsV1alpha1TriggerParameter],), # noqa: E501
|
|
100
102
|
'required_acks': (int,), # noqa: E501
|
|
101
103
|
'sasl': (IoArgoprojEventsV1alpha1SASLConfig,), # noqa: E501
|
|
104
|
+
'schema_registry': (IoArgoprojEventsV1alpha1SchemaRegistryConfig,), # noqa: E501
|
|
102
105
|
'tls': (IoArgoprojEventsV1alpha1TLSConfig,), # noqa: E501
|
|
103
106
|
'topic': (str,), # noqa: E501
|
|
104
107
|
'url': (str,), # noqa: E501
|
|
@@ -119,6 +122,7 @@ class IoArgoprojEventsV1alpha1KafkaTrigger(ModelNormal):
|
|
|
119
122
|
'payload': 'payload', # noqa: E501
|
|
120
123
|
'required_acks': 'requiredAcks', # noqa: E501
|
|
121
124
|
'sasl': 'sasl', # noqa: E501
|
|
125
|
+
'schema_registry': 'schemaRegistry', # noqa: E501
|
|
122
126
|
'tls': 'tls', # noqa: E501
|
|
123
127
|
'topic': 'topic', # noqa: E501
|
|
124
128
|
'url': 'url', # noqa: E501
|
|
@@ -169,11 +173,12 @@ class IoArgoprojEventsV1alpha1KafkaTrigger(ModelNormal):
|
|
|
169
173
|
compress (bool): [optional] # noqa: E501
|
|
170
174
|
flush_frequency (int): [optional] # noqa: E501
|
|
171
175
|
parameters ([IoArgoprojEventsV1alpha1TriggerParameter]): Parameters is the list of parameters that is applied to resolved Kafka trigger object.. [optional] # noqa: E501
|
|
172
|
-
partition (int):
|
|
173
|
-
partitioning_key (str): The partitioning key for the messages put on the Kafka topic.
|
|
176
|
+
partition (int): [optional] # noqa: E501
|
|
177
|
+
partitioning_key (str): The partitioning key for the messages put on the Kafka topic. +optional.. [optional] # noqa: E501
|
|
174
178
|
payload ([IoArgoprojEventsV1alpha1TriggerParameter]): Payload is the list of key-value extracted from an event payload to construct the request payload.. [optional] # noqa: E501
|
|
175
179
|
required_acks (int): RequiredAcks used in producer to tell the broker how many replica acknowledgements Defaults to 1 (Only wait for the leader to ack). +optional.. [optional] # noqa: E501
|
|
176
180
|
sasl (IoArgoprojEventsV1alpha1SASLConfig): [optional] # noqa: E501
|
|
181
|
+
schema_registry (IoArgoprojEventsV1alpha1SchemaRegistryConfig): [optional] # noqa: E501
|
|
177
182
|
tls (IoArgoprojEventsV1alpha1TLSConfig): [optional] # noqa: E501
|
|
178
183
|
topic (str): [optional] # noqa: E501
|
|
179
184
|
url (str): URL of the Kafka broker, multiple URLs separated by comma.. [optional] # noqa: E501
|
|
@@ -262,11 +267,12 @@ class IoArgoprojEventsV1alpha1KafkaTrigger(ModelNormal):
|
|
|
262
267
|
compress (bool): [optional] # noqa: E501
|
|
263
268
|
flush_frequency (int): [optional] # noqa: E501
|
|
264
269
|
parameters ([IoArgoprojEventsV1alpha1TriggerParameter]): Parameters is the list of parameters that is applied to resolved Kafka trigger object.. [optional] # noqa: E501
|
|
265
|
-
partition (int):
|
|
266
|
-
partitioning_key (str): The partitioning key for the messages put on the Kafka topic.
|
|
270
|
+
partition (int): [optional] # noqa: E501
|
|
271
|
+
partitioning_key (str): The partitioning key for the messages put on the Kafka topic. +optional.. [optional] # noqa: E501
|
|
267
272
|
payload ([IoArgoprojEventsV1alpha1TriggerParameter]): Payload is the list of key-value extracted from an event payload to construct the request payload.. [optional] # noqa: E501
|
|
268
273
|
required_acks (int): RequiredAcks used in producer to tell the broker how many replica acknowledgements Defaults to 1 (Only wait for the leader to ack). +optional.. [optional] # noqa: E501
|
|
269
274
|
sasl (IoArgoprojEventsV1alpha1SASLConfig): [optional] # noqa: E501
|
|
275
|
+
schema_registry (IoArgoprojEventsV1alpha1SchemaRegistryConfig): [optional] # noqa: E501
|
|
270
276
|
tls (IoArgoprojEventsV1alpha1TLSConfig): [optional] # noqa: E501
|
|
271
277
|
topic (str): [optional] # noqa: E501
|
|
272
278
|
url (str): URL of the Kafka broker, multiple URLs separated by comma.. [optional] # noqa: E501
|
|
@@ -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/
|
|
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/
|
|
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/
|
|
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
|
|
@@ -31,9 +31,11 @@ from argo_workflows.exceptions import ApiAttributeError
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
33
|
from argo_workflows.model.io_argoproj_events_v1alpha1_backoff import IoArgoprojEventsV1alpha1Backoff
|
|
34
|
+
from argo_workflows.model.io_argoproj_events_v1alpha1_basic_auth import IoArgoprojEventsV1alpha1BasicAuth
|
|
34
35
|
from argo_workflows.model.io_argoproj_events_v1alpha1_event_source_filter import IoArgoprojEventsV1alpha1EventSourceFilter
|
|
35
36
|
from argo_workflows.model.io_argoproj_events_v1alpha1_tls_config import IoArgoprojEventsV1alpha1TLSConfig
|
|
36
37
|
globals()['IoArgoprojEventsV1alpha1Backoff'] = IoArgoprojEventsV1alpha1Backoff
|
|
38
|
+
globals()['IoArgoprojEventsV1alpha1BasicAuth'] = IoArgoprojEventsV1alpha1BasicAuth
|
|
37
39
|
globals()['IoArgoprojEventsV1alpha1EventSourceFilter'] = IoArgoprojEventsV1alpha1EventSourceFilter
|
|
38
40
|
globals()['IoArgoprojEventsV1alpha1TLSConfig'] = IoArgoprojEventsV1alpha1TLSConfig
|
|
39
41
|
|
|
@@ -91,6 +93,7 @@ class IoArgoprojEventsV1alpha1MQTTEventSource(ModelNormal):
|
|
|
91
93
|
"""
|
|
92
94
|
lazy_import()
|
|
93
95
|
return {
|
|
96
|
+
'auth': (IoArgoprojEventsV1alpha1BasicAuth,), # noqa: E501
|
|
94
97
|
'client_id': (str,), # noqa: E501
|
|
95
98
|
'connection_backoff': (IoArgoprojEventsV1alpha1Backoff,), # noqa: E501
|
|
96
99
|
'filter': (IoArgoprojEventsV1alpha1EventSourceFilter,), # noqa: E501
|
|
@@ -107,6 +110,7 @@ class IoArgoprojEventsV1alpha1MQTTEventSource(ModelNormal):
|
|
|
107
110
|
|
|
108
111
|
|
|
109
112
|
attribute_map = {
|
|
113
|
+
'auth': 'auth', # noqa: E501
|
|
110
114
|
'client_id': 'clientId', # noqa: E501
|
|
111
115
|
'connection_backoff': 'connectionBackoff', # noqa: E501
|
|
112
116
|
'filter': 'filter', # noqa: E501
|
|
@@ -158,6 +162,7 @@ class IoArgoprojEventsV1alpha1MQTTEventSource(ModelNormal):
|
|
|
158
162
|
Animal class but this time we won't travel
|
|
159
163
|
through its discriminator because we passed in
|
|
160
164
|
_visited_composed_classes = (Animal,)
|
|
165
|
+
auth (IoArgoprojEventsV1alpha1BasicAuth): [optional] # noqa: E501
|
|
161
166
|
client_id (str): [optional] # noqa: E501
|
|
162
167
|
connection_backoff (IoArgoprojEventsV1alpha1Backoff): [optional] # noqa: E501
|
|
163
168
|
filter (IoArgoprojEventsV1alpha1EventSourceFilter): [optional] # noqa: E501
|
|
@@ -247,6 +252,7 @@ class IoArgoprojEventsV1alpha1MQTTEventSource(ModelNormal):
|
|
|
247
252
|
Animal class but this time we won't travel
|
|
248
253
|
through its discriminator because we passed in
|
|
249
254
|
_visited_composed_classes = (Animal,)
|
|
255
|
+
auth (IoArgoprojEventsV1alpha1BasicAuth): [optional] # noqa: E501
|
|
250
256
|
client_id (str): [optional] # noqa: E501
|
|
251
257
|
connection_backoff (IoArgoprojEventsV1alpha1Backoff): [optional] # noqa: E501
|
|
252
258
|
filter (IoArgoprojEventsV1alpha1EventSourceFilter): [optional] # noqa: E501
|
|
@@ -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/
|
|
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/
|
|
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
|