argo-workflows 6.5.13__py3-none-any.whl → 6.6.0rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +20 -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 +15 -1
- 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 +1 -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 +1 -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.13.dist-info → argo_workflows-6.6.0rc1.dist-info}/METADATA +3 -3
- argo_workflows-6.6.0rc1.dist-info/RECORD +417 -0
- {argo_workflows-6.5.13.dist-info → argo_workflows-6.6.0rc1.dist-info}/WHEEL +1 -1
- argo_workflows/model/status_cause.py +0 -263
- argo_workflows-6.5.13.dist-info/RECORD +0 -408
- {argo_workflows-6.5.13.dist-info → argo_workflows-6.6.0rc1.dist-info}/LICENSE +0 -0
- {argo_workflows-6.5.13.dist-info → argo_workflows-6.6.0rc1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Argo Workflows API
|
|
3
3
|
|
|
4
|
-
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/
|
|
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,6 +31,7 @@ from argo_workflows.exceptions import ApiAttributeError
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
33
|
from argo_workflows.model.container_port import ContainerPort
|
|
34
|
+
from argo_workflows.model.container_resize_policy import ContainerResizePolicy
|
|
34
35
|
from argo_workflows.model.env_from_source import EnvFromSource
|
|
35
36
|
from argo_workflows.model.env_var import EnvVar
|
|
36
37
|
from argo_workflows.model.lifecycle import Lifecycle
|
|
@@ -40,6 +41,7 @@ def lazy_import():
|
|
|
40
41
|
from argo_workflows.model.volume_device import VolumeDevice
|
|
41
42
|
from argo_workflows.model.volume_mount import VolumeMount
|
|
42
43
|
globals()['ContainerPort'] = ContainerPort
|
|
44
|
+
globals()['ContainerResizePolicy'] = ContainerResizePolicy
|
|
43
45
|
globals()['EnvFromSource'] = EnvFromSource
|
|
44
46
|
globals()['EnvVar'] = EnvVar
|
|
45
47
|
globals()['Lifecycle'] = Lifecycle
|
|
@@ -75,15 +77,6 @@ class Container(ModelNormal):
|
|
|
75
77
|
"""
|
|
76
78
|
|
|
77
79
|
allowed_values = {
|
|
78
|
-
('image_pull_policy',): {
|
|
79
|
-
'ALWAYS': "Always",
|
|
80
|
-
'IFNOTPRESENT': "IfNotPresent",
|
|
81
|
-
'NEVER': "Never",
|
|
82
|
-
},
|
|
83
|
-
('termination_message_policy',): {
|
|
84
|
-
'FALLBACKTOLOGSONERROR': "FallbackToLogsOnError",
|
|
85
|
-
'FILE': "File",
|
|
86
|
-
},
|
|
87
80
|
}
|
|
88
81
|
|
|
89
82
|
validations = {
|
|
@@ -123,7 +116,9 @@ class Container(ModelNormal):
|
|
|
123
116
|
'name': (str,), # noqa: E501
|
|
124
117
|
'ports': ([ContainerPort],), # noqa: E501
|
|
125
118
|
'readiness_probe': (Probe,), # noqa: E501
|
|
119
|
+
'resize_policy': ([ContainerResizePolicy],), # noqa: E501
|
|
126
120
|
'resources': (ResourceRequirements,), # noqa: E501
|
|
121
|
+
'restart_policy': (str,), # noqa: E501
|
|
127
122
|
'security_context': (SecurityContext,), # noqa: E501
|
|
128
123
|
'startup_probe': (Probe,), # noqa: E501
|
|
129
124
|
'stdin': (bool,), # noqa: E501
|
|
@@ -153,7 +148,9 @@ class Container(ModelNormal):
|
|
|
153
148
|
'name': 'name', # noqa: E501
|
|
154
149
|
'ports': 'ports', # noqa: E501
|
|
155
150
|
'readiness_probe': 'readinessProbe', # noqa: E501
|
|
151
|
+
'resize_policy': 'resizePolicy', # noqa: E501
|
|
156
152
|
'resources': 'resources', # noqa: E501
|
|
153
|
+
'restart_policy': 'restartPolicy', # noqa: E501
|
|
157
154
|
'security_context': 'securityContext', # noqa: E501
|
|
158
155
|
'startup_probe': 'startupProbe', # noqa: E501
|
|
159
156
|
'stdin': 'stdin', # noqa: E501
|
|
@@ -177,7 +174,7 @@ class Container(ModelNormal):
|
|
|
177
174
|
"""Container - a model defined in OpenAPI
|
|
178
175
|
|
|
179
176
|
Args:
|
|
180
|
-
image (str):
|
|
177
|
+
image (str): Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.
|
|
181
178
|
|
|
182
179
|
Keyword Args:
|
|
183
180
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -210,23 +207,25 @@ class Container(ModelNormal):
|
|
|
210
207
|
Animal class but this time we won't travel
|
|
211
208
|
through its discriminator because we passed in
|
|
212
209
|
_visited_composed_classes = (Animal,)
|
|
213
|
-
args ([str]): Arguments to the entrypoint. The
|
|
214
|
-
command ([str]): Entrypoint array. Not executed within a shell. The
|
|
210
|
+
args ([str]): Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell. [optional] # noqa: E501
|
|
211
|
+
command ([str]): Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell. [optional] # noqa: E501
|
|
215
212
|
env ([EnvVar]): List of environment variables to set in the container. Cannot be updated.. [optional] # noqa: E501
|
|
216
213
|
env_from ([EnvFromSource]): List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.. [optional] # noqa: E501
|
|
217
|
-
image_pull_policy (str): Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
|
|
214
|
+
image_pull_policy (str): Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images. [optional] # noqa: E501
|
|
218
215
|
lifecycle (Lifecycle): [optional] # noqa: E501
|
|
219
216
|
liveness_probe (Probe): [optional] # noqa: E501
|
|
220
217
|
name (str): Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.. [optional] # noqa: E501
|
|
221
|
-
ports ([ContainerPort]): List of ports to expose from the container.
|
|
218
|
+
ports ([ContainerPort]): List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.. [optional] # noqa: E501
|
|
222
219
|
readiness_probe (Probe): [optional] # noqa: E501
|
|
220
|
+
resize_policy ([ContainerResizePolicy]): Resources resize policy for the container.. [optional] # noqa: E501
|
|
223
221
|
resources (ResourceRequirements): [optional] # noqa: E501
|
|
222
|
+
restart_policy (str): RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.. [optional] # noqa: E501
|
|
224
223
|
security_context (SecurityContext): [optional] # noqa: E501
|
|
225
224
|
startup_probe (Probe): [optional] # noqa: E501
|
|
226
225
|
stdin (bool): Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.. [optional] # noqa: E501
|
|
227
226
|
stdin_once (bool): Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false. [optional] # noqa: E501
|
|
228
227
|
termination_message_path (str): Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.. [optional] # noqa: E501
|
|
229
|
-
termination_message_policy (str): Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated
|
|
228
|
+
termination_message_policy (str): Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.. [optional] # noqa: E501
|
|
230
229
|
tty (bool): Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.. [optional] # noqa: E501
|
|
231
230
|
volume_devices ([VolumeDevice]): volumeDevices is the list of block devices to be used by the container.. [optional] # noqa: E501
|
|
232
231
|
volume_mounts ([VolumeMount]): Pod volumes to mount into the container's filesystem. Cannot be updated.. [optional] # noqa: E501
|
|
@@ -283,7 +282,7 @@ class Container(ModelNormal):
|
|
|
283
282
|
"""Container - a model defined in OpenAPI
|
|
284
283
|
|
|
285
284
|
Args:
|
|
286
|
-
image (str):
|
|
285
|
+
image (str): Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.
|
|
287
286
|
|
|
288
287
|
Keyword Args:
|
|
289
288
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -316,23 +315,25 @@ class Container(ModelNormal):
|
|
|
316
315
|
Animal class but this time we won't travel
|
|
317
316
|
through its discriminator because we passed in
|
|
318
317
|
_visited_composed_classes = (Animal,)
|
|
319
|
-
args ([str]): Arguments to the entrypoint. The
|
|
320
|
-
command ([str]): Entrypoint array. Not executed within a shell. The
|
|
318
|
+
args ([str]): Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell. [optional] # noqa: E501
|
|
319
|
+
command ([str]): Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell. [optional] # noqa: E501
|
|
321
320
|
env ([EnvVar]): List of environment variables to set in the container. Cannot be updated.. [optional] # noqa: E501
|
|
322
321
|
env_from ([EnvFromSource]): List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.. [optional] # noqa: E501
|
|
323
|
-
image_pull_policy (str): Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
|
|
322
|
+
image_pull_policy (str): Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images. [optional] # noqa: E501
|
|
324
323
|
lifecycle (Lifecycle): [optional] # noqa: E501
|
|
325
324
|
liveness_probe (Probe): [optional] # noqa: E501
|
|
326
325
|
name (str): Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.. [optional] # noqa: E501
|
|
327
|
-
ports ([ContainerPort]): List of ports to expose from the container.
|
|
326
|
+
ports ([ContainerPort]): List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.. [optional] # noqa: E501
|
|
328
327
|
readiness_probe (Probe): [optional] # noqa: E501
|
|
328
|
+
resize_policy ([ContainerResizePolicy]): Resources resize policy for the container.. [optional] # noqa: E501
|
|
329
329
|
resources (ResourceRequirements): [optional] # noqa: E501
|
|
330
|
+
restart_policy (str): RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.. [optional] # noqa: E501
|
|
330
331
|
security_context (SecurityContext): [optional] # noqa: E501
|
|
331
332
|
startup_probe (Probe): [optional] # noqa: E501
|
|
332
333
|
stdin (bool): Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.. [optional] # noqa: E501
|
|
333
334
|
stdin_once (bool): Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false. [optional] # noqa: E501
|
|
334
335
|
termination_message_path (str): Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.. [optional] # noqa: E501
|
|
335
|
-
termination_message_policy (str): Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated
|
|
336
|
+
termination_message_policy (str): Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.. [optional] # noqa: E501
|
|
336
337
|
tty (bool): Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.. [optional] # noqa: E501
|
|
337
338
|
volume_devices ([VolumeDevice]): volumeDevices is the list of block devices to be used by the container.. [optional] # noqa: E501
|
|
338
339
|
volume_mounts ([VolumeMount]): Pod volumes to mount into the container's filesystem. Cannot be updated.. [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
|
|
@@ -55,11 +55,6 @@ class ContainerPort(ModelNormal):
|
|
|
55
55
|
"""
|
|
56
56
|
|
|
57
57
|
allowed_values = {
|
|
58
|
-
('protocol',): {
|
|
59
|
-
'SCTP': "SCTP",
|
|
60
|
-
'TCP': "TCP",
|
|
61
|
-
'UDP': "UDP",
|
|
62
|
-
},
|
|
63
58
|
}
|
|
64
59
|
|
|
65
60
|
validations = {
|
|
@@ -153,7 +148,7 @@ class ContainerPort(ModelNormal):
|
|
|
153
148
|
host_ip (str): What host IP to bind the external port to.. [optional] # noqa: E501
|
|
154
149
|
host_port (int): Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.. [optional] # noqa: E501
|
|
155
150
|
name (str): If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.. [optional] # noqa: E501
|
|
156
|
-
protocol (str): Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\"
|
|
151
|
+
protocol (str): Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".. [optional] # noqa: E501
|
|
157
152
|
"""
|
|
158
153
|
|
|
159
154
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -242,7 +237,7 @@ class ContainerPort(ModelNormal):
|
|
|
242
237
|
host_ip (str): What host IP to bind the external port to.. [optional] # noqa: E501
|
|
243
238
|
host_port (int): Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.. [optional] # noqa: E501
|
|
244
239
|
name (str): If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.. [optional] # noqa: E501
|
|
245
|
-
protocol (str): Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\"
|
|
240
|
+
protocol (str): Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".. [optional] # noqa: E501
|
|
246
241
|
"""
|
|
247
242
|
|
|
248
243
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Argo Workflows API
|
|
3
3
|
|
|
4
|
-
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/
|
|
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
|
|
@@ -29,12 +29,8 @@ from argo_workflows.model_utils import ( # noqa: F401
|
|
|
29
29
|
from argo_workflows.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
def lazy_import():
|
|
33
|
-
from argo_workflows.model.io_argoproj_workflow_v1alpha1_artifact_result_node_status import IoArgoprojWorkflowV1alpha1ArtifactResultNodeStatus
|
|
34
|
-
globals()['IoArgoprojWorkflowV1alpha1ArtifactResultNodeStatus'] = IoArgoprojWorkflowV1alpha1ArtifactResultNodeStatus
|
|
35
32
|
|
|
36
|
-
|
|
37
|
-
class IoArgoprojWorkflowV1alpha1ArtifactGCStatus(ModelNormal):
|
|
33
|
+
class ContainerResizePolicy(ModelNormal):
|
|
38
34
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
35
|
Ref: https://openapi-generator.tech
|
|
40
36
|
|
|
@@ -70,7 +66,6 @@ class IoArgoprojWorkflowV1alpha1ArtifactGCStatus(ModelNormal):
|
|
|
70
66
|
This must be a method because a model may have properties that are
|
|
71
67
|
of type self, this must run after the class is loaded
|
|
72
68
|
"""
|
|
73
|
-
lazy_import()
|
|
74
69
|
return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
|
|
75
70
|
|
|
76
71
|
_nullable = False
|
|
@@ -85,9 +80,9 @@ class IoArgoprojWorkflowV1alpha1ArtifactGCStatus(ModelNormal):
|
|
|
85
80
|
openapi_types (dict): The key is attribute name
|
|
86
81
|
and the value is attribute type.
|
|
87
82
|
"""
|
|
88
|
-
lazy_import()
|
|
89
83
|
return {
|
|
90
|
-
'
|
|
84
|
+
'resource_name': (str,), # noqa: E501
|
|
85
|
+
'restart_policy': (str,), # noqa: E501
|
|
91
86
|
}
|
|
92
87
|
|
|
93
88
|
@cached_property
|
|
@@ -96,7 +91,8 @@ class IoArgoprojWorkflowV1alpha1ArtifactGCStatus(ModelNormal):
|
|
|
96
91
|
|
|
97
92
|
|
|
98
93
|
attribute_map = {
|
|
99
|
-
'
|
|
94
|
+
'resource_name': 'resourceName', # noqa: E501
|
|
95
|
+
'restart_policy': 'restartPolicy', # noqa: E501
|
|
100
96
|
}
|
|
101
97
|
|
|
102
98
|
read_only_vars = {
|
|
@@ -106,8 +102,12 @@ class IoArgoprojWorkflowV1alpha1ArtifactGCStatus(ModelNormal):
|
|
|
106
102
|
|
|
107
103
|
@classmethod
|
|
108
104
|
@convert_js_args_to_python_args
|
|
109
|
-
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
110
|
-
"""
|
|
105
|
+
def _from_openapi_data(cls, resource_name, restart_policy, *args, **kwargs): # noqa: E501
|
|
106
|
+
"""ContainerResizePolicy - a model defined in OpenAPI
|
|
107
|
+
|
|
108
|
+
Args:
|
|
109
|
+
resource_name (str): Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.
|
|
110
|
+
restart_policy (str): Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.
|
|
111
111
|
|
|
112
112
|
Keyword Args:
|
|
113
113
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -140,7 +140,6 @@ class IoArgoprojWorkflowV1alpha1ArtifactGCStatus(ModelNormal):
|
|
|
140
140
|
Animal class but this time we won't travel
|
|
141
141
|
through its discriminator because we passed in
|
|
142
142
|
_visited_composed_classes = (Animal,)
|
|
143
|
-
artifact_results_by_node ({str: (IoArgoprojWorkflowV1alpha1ArtifactResultNodeStatus,)}): ArtifactResultsByNode maps Node name to result. [optional] # noqa: E501
|
|
144
143
|
"""
|
|
145
144
|
|
|
146
145
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -168,6 +167,8 @@ class IoArgoprojWorkflowV1alpha1ArtifactGCStatus(ModelNormal):
|
|
|
168
167
|
self._configuration = _configuration
|
|
169
168
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
170
169
|
|
|
170
|
+
self.resource_name = resource_name
|
|
171
|
+
self.restart_policy = restart_policy
|
|
171
172
|
for var_name, var_value in kwargs.items():
|
|
172
173
|
if var_name not in self.attribute_map and \
|
|
173
174
|
self._configuration is not None and \
|
|
@@ -188,8 +189,12 @@ class IoArgoprojWorkflowV1alpha1ArtifactGCStatus(ModelNormal):
|
|
|
188
189
|
])
|
|
189
190
|
|
|
190
191
|
@convert_js_args_to_python_args
|
|
191
|
-
def __init__(self, *args, **kwargs): # noqa: E501
|
|
192
|
-
"""
|
|
192
|
+
def __init__(self, resource_name, restart_policy, *args, **kwargs): # noqa: E501
|
|
193
|
+
"""ContainerResizePolicy - a model defined in OpenAPI
|
|
194
|
+
|
|
195
|
+
Args:
|
|
196
|
+
resource_name (str): Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.
|
|
197
|
+
restart_policy (str): Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.
|
|
193
198
|
|
|
194
199
|
Keyword Args:
|
|
195
200
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -222,7 +227,6 @@ class IoArgoprojWorkflowV1alpha1ArtifactGCStatus(ModelNormal):
|
|
|
222
227
|
Animal class but this time we won't travel
|
|
223
228
|
through its discriminator because we passed in
|
|
224
229
|
_visited_composed_classes = (Animal,)
|
|
225
|
-
artifact_results_by_node ({str: (IoArgoprojWorkflowV1alpha1ArtifactResultNodeStatus,)}): ArtifactResultsByNode maps Node name to result. [optional] # noqa: E501
|
|
226
230
|
"""
|
|
227
231
|
|
|
228
232
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -248,6 +252,8 @@ class IoArgoprojWorkflowV1alpha1ArtifactGCStatus(ModelNormal):
|
|
|
248
252
|
self._configuration = _configuration
|
|
249
253
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
250
254
|
|
|
255
|
+
self.resource_name = resource_name
|
|
256
|
+
self.restart_policy = restart_policy
|
|
251
257
|
for var_name, var_value in kwargs.items():
|
|
252
258
|
if var_name not in self.attribute_map and \
|
|
253
259
|
self._configuration is not None and \
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Argo Workflows API
|
|
3
3
|
|
|
4
|
-
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/
|
|
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
|
|
@@ -118,7 +118,7 @@ class CSIVolumeSource(ModelNormal):
|
|
|
118
118
|
"""CSIVolumeSource - a model defined in OpenAPI
|
|
119
119
|
|
|
120
120
|
Args:
|
|
121
|
-
driver (str):
|
|
121
|
+
driver (str): driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.
|
|
122
122
|
|
|
123
123
|
Keyword Args:
|
|
124
124
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -151,10 +151,10 @@ class CSIVolumeSource(ModelNormal):
|
|
|
151
151
|
Animal class but this time we won't travel
|
|
152
152
|
through its discriminator because we passed in
|
|
153
153
|
_visited_composed_classes = (Animal,)
|
|
154
|
-
fs_type (str):
|
|
154
|
+
fs_type (str): fsType to mount. Ex. \"ext4\", \"xfs\", \"ntfs\". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.. [optional] # noqa: E501
|
|
155
155
|
node_publish_secret_ref (LocalObjectReference): [optional] # noqa: E501
|
|
156
|
-
read_only (bool):
|
|
157
|
-
volume_attributes ({str: (str,)}):
|
|
156
|
+
read_only (bool): readOnly specifies a read-only configuration for the volume. Defaults to false (read/write).. [optional] # noqa: E501
|
|
157
|
+
volume_attributes ({str: (str,)}): volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.. [optional] # noqa: E501
|
|
158
158
|
"""
|
|
159
159
|
|
|
160
160
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -207,7 +207,7 @@ class CSIVolumeSource(ModelNormal):
|
|
|
207
207
|
"""CSIVolumeSource - a model defined in OpenAPI
|
|
208
208
|
|
|
209
209
|
Args:
|
|
210
|
-
driver (str):
|
|
210
|
+
driver (str): driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.
|
|
211
211
|
|
|
212
212
|
Keyword Args:
|
|
213
213
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -240,10 +240,10 @@ class CSIVolumeSource(ModelNormal):
|
|
|
240
240
|
Animal class but this time we won't travel
|
|
241
241
|
through its discriminator because we passed in
|
|
242
242
|
_visited_composed_classes = (Animal,)
|
|
243
|
-
fs_type (str):
|
|
243
|
+
fs_type (str): fsType to mount. Ex. \"ext4\", \"xfs\", \"ntfs\". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.. [optional] # noqa: E501
|
|
244
244
|
node_publish_secret_ref (LocalObjectReference): [optional] # noqa: E501
|
|
245
|
-
read_only (bool):
|
|
246
|
-
volume_attributes ({str: (str,)}):
|
|
245
|
+
read_only (bool): readOnly specifies a read-only configuration for the volume. Defaults to false (read/write).. [optional] # noqa: E501
|
|
246
|
+
volume_attributes ({str: (str,)}): volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.. [optional] # noqa: E501
|
|
247
247
|
"""
|
|
248
248
|
|
|
249
249
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Argo Workflows API
|
|
3
3
|
|
|
4
|
-
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/
|
|
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
|
|
@@ -136,8 +136,8 @@ class EmptyDirVolumeSource(ModelNormal):
|
|
|
136
136
|
Animal class but this time we won't travel
|
|
137
137
|
through its discriminator because we passed in
|
|
138
138
|
_visited_composed_classes = (Animal,)
|
|
139
|
-
medium (str):
|
|
140
|
-
size_limit (str): Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.)
|
|
139
|
+
medium (str): medium represents what type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir. [optional] # noqa: E501
|
|
140
|
+
size_limit (str): Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.. [optional] # noqa: E501
|
|
141
141
|
"""
|
|
142
142
|
|
|
143
143
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -219,8 +219,8 @@ class EmptyDirVolumeSource(ModelNormal):
|
|
|
219
219
|
Animal class but this time we won't travel
|
|
220
220
|
through its discriminator because we passed in
|
|
221
221
|
_visited_composed_classes = (Animal,)
|
|
222
|
-
medium (str):
|
|
223
|
-
size_limit (str): Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.)
|
|
222
|
+
medium (str): medium represents what type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir. [optional] # noqa: E501
|
|
223
|
+
size_limit (str): Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.. [optional] # noqa: E501
|
|
224
224
|
"""
|
|
225
225
|
|
|
226
226
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Argo Workflows API
|
|
3
3
|
|
|
4
|
-
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/
|
|
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
|
argo_workflows/model/env_var.py
CHANGED
|
@@ -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
|
argo_workflows/model/event.py
CHANGED
|
@@ -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
|
|
@@ -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
|