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
|
@@ -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
|
|
@@ -108,7 +108,7 @@ class PortworxVolumeSource(ModelNormal):
|
|
|
108
108
|
"""PortworxVolumeSource - a model defined in OpenAPI
|
|
109
109
|
|
|
110
110
|
Args:
|
|
111
|
-
volume_id (str):
|
|
111
|
+
volume_id (str): volumeID uniquely identifies a Portworx volume
|
|
112
112
|
|
|
113
113
|
Keyword Args:
|
|
114
114
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -141,8 +141,8 @@ class PortworxVolumeSource(ModelNormal):
|
|
|
141
141
|
Animal class but this time we won't travel
|
|
142
142
|
through its discriminator because we passed in
|
|
143
143
|
_visited_composed_classes = (Animal,)
|
|
144
|
-
fs_type (str):
|
|
145
|
-
read_only (bool):
|
|
144
|
+
fs_type (str): fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified.. [optional] # noqa: E501
|
|
145
|
+
read_only (bool): readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.. [optional] # noqa: E501
|
|
146
146
|
"""
|
|
147
147
|
|
|
148
148
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -195,7 +195,7 @@ class PortworxVolumeSource(ModelNormal):
|
|
|
195
195
|
"""PortworxVolumeSource - a model defined in OpenAPI
|
|
196
196
|
|
|
197
197
|
Args:
|
|
198
|
-
volume_id (str):
|
|
198
|
+
volume_id (str): volumeID uniquely identifies a Portworx volume
|
|
199
199
|
|
|
200
200
|
Keyword Args:
|
|
201
201
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -228,8 +228,8 @@ class PortworxVolumeSource(ModelNormal):
|
|
|
228
228
|
Animal class but this time we won't travel
|
|
229
229
|
through its discriminator because we passed in
|
|
230
230
|
_visited_composed_classes = (Animal,)
|
|
231
|
-
fs_type (str):
|
|
232
|
-
read_only (bool):
|
|
231
|
+
fs_type (str): fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified.. [optional] # noqa: E501
|
|
232
|
+
read_only (bool): readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.. [optional] # noqa: E501
|
|
233
233
|
"""
|
|
234
234
|
|
|
235
235
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Argo Workflows API
|
|
3
3
|
|
|
4
|
-
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/
|
|
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/probe.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
|
|
@@ -142,8 +142,8 @@ class ProjectedVolumeSource(ModelNormal):
|
|
|
142
142
|
Animal class but this time we won't travel
|
|
143
143
|
through its discriminator because we passed in
|
|
144
144
|
_visited_composed_classes = (Animal,)
|
|
145
|
-
default_mode (int):
|
|
146
|
-
sources ([VolumeProjection]): list of volume projections. [optional] # noqa: E501
|
|
145
|
+
default_mode (int): defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.. [optional] # noqa: E501
|
|
146
|
+
sources ([VolumeProjection]): sources is the list of volume projections. [optional] # noqa: E501
|
|
147
147
|
"""
|
|
148
148
|
|
|
149
149
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -225,8 +225,8 @@ class ProjectedVolumeSource(ModelNormal):
|
|
|
225
225
|
Animal class but this time we won't travel
|
|
226
226
|
through its discriminator because we passed in
|
|
227
227
|
_visited_composed_classes = (Animal,)
|
|
228
|
-
default_mode (int):
|
|
229
|
-
sources ([VolumeProjection]): list of volume projections. [optional] # noqa: E501
|
|
228
|
+
default_mode (int): defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.. [optional] # noqa: E501
|
|
229
|
+
sources ([VolumeProjection]): sources is the list of volume projections. [optional] # noqa: E501
|
|
230
230
|
"""
|
|
231
231
|
|
|
232
232
|
_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
|
|
@@ -114,8 +114,8 @@ class QuobyteVolumeSource(ModelNormal):
|
|
|
114
114
|
"""QuobyteVolumeSource - a model defined in OpenAPI
|
|
115
115
|
|
|
116
116
|
Args:
|
|
117
|
-
registry (str):
|
|
118
|
-
volume (str):
|
|
117
|
+
registry (str): registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes
|
|
118
|
+
volume (str): volume is a string that references an already created Quobyte volume by name.
|
|
119
119
|
|
|
120
120
|
Keyword Args:
|
|
121
121
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -148,10 +148,10 @@ class QuobyteVolumeSource(ModelNormal):
|
|
|
148
148
|
Animal class but this time we won't travel
|
|
149
149
|
through its discriminator because we passed in
|
|
150
150
|
_visited_composed_classes = (Animal,)
|
|
151
|
-
group (str):
|
|
152
|
-
read_only (bool):
|
|
153
|
-
tenant (str):
|
|
154
|
-
user (str):
|
|
151
|
+
group (str): group to map volume access to Default is no group. [optional] # noqa: E501
|
|
152
|
+
read_only (bool): readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.. [optional] # noqa: E501
|
|
153
|
+
tenant (str): tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin. [optional] # noqa: E501
|
|
154
|
+
user (str): user to map volume access to Defaults to serivceaccount user. [optional] # noqa: E501
|
|
155
155
|
"""
|
|
156
156
|
|
|
157
157
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -205,8 +205,8 @@ class QuobyteVolumeSource(ModelNormal):
|
|
|
205
205
|
"""QuobyteVolumeSource - a model defined in OpenAPI
|
|
206
206
|
|
|
207
207
|
Args:
|
|
208
|
-
registry (str):
|
|
209
|
-
volume (str):
|
|
208
|
+
registry (str): registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes
|
|
209
|
+
volume (str): volume is a string that references an already created Quobyte volume by name.
|
|
210
210
|
|
|
211
211
|
Keyword Args:
|
|
212
212
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -239,10 +239,10 @@ class QuobyteVolumeSource(ModelNormal):
|
|
|
239
239
|
Animal class but this time we won't travel
|
|
240
240
|
through its discriminator because we passed in
|
|
241
241
|
_visited_composed_classes = (Animal,)
|
|
242
|
-
group (str):
|
|
243
|
-
read_only (bool):
|
|
244
|
-
tenant (str):
|
|
245
|
-
user (str):
|
|
242
|
+
group (str): group to map volume access to Default is no group. [optional] # noqa: E501
|
|
243
|
+
read_only (bool): readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.. [optional] # noqa: E501
|
|
244
|
+
tenant (str): tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin. [optional] # noqa: E501
|
|
245
|
+
user (str): user to map volume access to Defaults to serivceaccount user. [optional] # noqa: E501
|
|
246
246
|
"""
|
|
247
247
|
|
|
248
248
|
_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
|
|
@@ -124,8 +124,8 @@ class RBDVolumeSource(ModelNormal):
|
|
|
124
124
|
"""RBDVolumeSource - a model defined in OpenAPI
|
|
125
125
|
|
|
126
126
|
Args:
|
|
127
|
-
image (str):
|
|
128
|
-
monitors ([str]):
|
|
127
|
+
image (str): image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
|
|
128
|
+
monitors ([str]): monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
|
|
129
129
|
|
|
130
130
|
Keyword Args:
|
|
131
131
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -158,12 +158,12 @@ class RBDVolumeSource(ModelNormal):
|
|
|
158
158
|
Animal class but this time we won't travel
|
|
159
159
|
through its discriminator because we passed in
|
|
160
160
|
_visited_composed_classes = (Animal,)
|
|
161
|
-
fs_type (str):
|
|
162
|
-
keyring (str):
|
|
163
|
-
pool (str):
|
|
164
|
-
read_only (bool):
|
|
161
|
+
fs_type (str): fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd. [optional] # noqa: E501
|
|
162
|
+
keyring (str): keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it. [optional] # noqa: E501
|
|
163
|
+
pool (str): pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it. [optional] # noqa: E501
|
|
164
|
+
read_only (bool): readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it. [optional] # noqa: E501
|
|
165
165
|
secret_ref (LocalObjectReference): [optional] # noqa: E501
|
|
166
|
-
user (str):
|
|
166
|
+
user (str): user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it. [optional] # noqa: E501
|
|
167
167
|
"""
|
|
168
168
|
|
|
169
169
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -217,8 +217,8 @@ class RBDVolumeSource(ModelNormal):
|
|
|
217
217
|
"""RBDVolumeSource - a model defined in OpenAPI
|
|
218
218
|
|
|
219
219
|
Args:
|
|
220
|
-
image (str):
|
|
221
|
-
monitors ([str]):
|
|
220
|
+
image (str): image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
|
|
221
|
+
monitors ([str]): monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
|
|
222
222
|
|
|
223
223
|
Keyword Args:
|
|
224
224
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -251,12 +251,12 @@ class RBDVolumeSource(ModelNormal):
|
|
|
251
251
|
Animal class but this time we won't travel
|
|
252
252
|
through its discriminator because we passed in
|
|
253
253
|
_visited_composed_classes = (Animal,)
|
|
254
|
-
fs_type (str):
|
|
255
|
-
keyring (str):
|
|
256
|
-
pool (str):
|
|
257
|
-
read_only (bool):
|
|
254
|
+
fs_type (str): fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd. [optional] # noqa: E501
|
|
255
|
+
keyring (str): keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it. [optional] # noqa: E501
|
|
256
|
+
pool (str): pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it. [optional] # noqa: E501
|
|
257
|
+
read_only (bool): readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it. [optional] # noqa: E501
|
|
258
258
|
secret_ref (LocalObjectReference): [optional] # noqa: E501
|
|
259
|
-
user (str):
|
|
259
|
+
user (str): user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it. [optional] # noqa: E501
|
|
260
260
|
"""
|
|
261
261
|
|
|
262
262
|
_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
|
|
@@ -30,7 +30,7 @@ from argo_workflows.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
class
|
|
33
|
+
class ResourceClaim(ModelNormal):
|
|
34
34
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
35
35
|
Ref: https://openapi-generator.tech
|
|
36
36
|
|
|
@@ -82,8 +82,6 @@ class IoArgoprojWorkflowV1alpha1ArtifactResult(ModelNormal):
|
|
|
82
82
|
"""
|
|
83
83
|
return {
|
|
84
84
|
'name': (str,), # noqa: E501
|
|
85
|
-
'error': (str,), # noqa: E501
|
|
86
|
-
'success': (bool,), # noqa: E501
|
|
87
85
|
}
|
|
88
86
|
|
|
89
87
|
@cached_property
|
|
@@ -93,8 +91,6 @@ class IoArgoprojWorkflowV1alpha1ArtifactResult(ModelNormal):
|
|
|
93
91
|
|
|
94
92
|
attribute_map = {
|
|
95
93
|
'name': 'name', # noqa: E501
|
|
96
|
-
'error': 'error', # noqa: E501
|
|
97
|
-
'success': 'success', # noqa: E501
|
|
98
94
|
}
|
|
99
95
|
|
|
100
96
|
read_only_vars = {
|
|
@@ -105,10 +101,10 @@ class IoArgoprojWorkflowV1alpha1ArtifactResult(ModelNormal):
|
|
|
105
101
|
@classmethod
|
|
106
102
|
@convert_js_args_to_python_args
|
|
107
103
|
def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501
|
|
108
|
-
"""
|
|
104
|
+
"""ResourceClaim - a model defined in OpenAPI
|
|
109
105
|
|
|
110
106
|
Args:
|
|
111
|
-
name (str): Name
|
|
107
|
+
name (str): Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.
|
|
112
108
|
|
|
113
109
|
Keyword Args:
|
|
114
110
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -141,8 +137,6 @@ class IoArgoprojWorkflowV1alpha1ArtifactResult(ModelNormal):
|
|
|
141
137
|
Animal class but this time we won't travel
|
|
142
138
|
through its discriminator because we passed in
|
|
143
139
|
_visited_composed_classes = (Animal,)
|
|
144
|
-
error (str): Error is an optional error message which should be set if Success==false. [optional] # noqa: E501
|
|
145
|
-
success (bool): Success describes whether the deletion succeeded. [optional] # noqa: E501
|
|
146
140
|
"""
|
|
147
141
|
|
|
148
142
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -192,10 +186,10 @@ class IoArgoprojWorkflowV1alpha1ArtifactResult(ModelNormal):
|
|
|
192
186
|
|
|
193
187
|
@convert_js_args_to_python_args
|
|
194
188
|
def __init__(self, name, *args, **kwargs): # noqa: E501
|
|
195
|
-
"""
|
|
189
|
+
"""ResourceClaim - a model defined in OpenAPI
|
|
196
190
|
|
|
197
191
|
Args:
|
|
198
|
-
name (str): Name
|
|
192
|
+
name (str): Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.
|
|
199
193
|
|
|
200
194
|
Keyword Args:
|
|
201
195
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -228,8 +222,6 @@ class IoArgoprojWorkflowV1alpha1ArtifactResult(ModelNormal):
|
|
|
228
222
|
Animal class but this time we won't travel
|
|
229
223
|
through its discriminator because we passed in
|
|
230
224
|
_visited_composed_classes = (Animal,)
|
|
231
|
-
error (str): Error is an optional error message which should be set if Success==false. [optional] # noqa: E501
|
|
232
|
-
success (bool): Success describes whether the deletion succeeded. [optional] # noqa: E501
|
|
233
225
|
"""
|
|
234
226
|
|
|
235
227
|
_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
|
|
@@ -142,7 +142,7 @@ class ResourceFieldSelector(ModelNormal):
|
|
|
142
142
|
through its discriminator because we passed in
|
|
143
143
|
_visited_composed_classes = (Animal,)
|
|
144
144
|
container_name (str): Container name: required for volumes, optional for env vars. [optional] # noqa: E501
|
|
145
|
-
divisor (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>.)
|
|
145
|
+
divisor (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
|
|
146
146
|
"""
|
|
147
147
|
|
|
148
148
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -229,7 +229,7 @@ class ResourceFieldSelector(ModelNormal):
|
|
|
229
229
|
through its discriminator because we passed in
|
|
230
230
|
_visited_composed_classes = (Animal,)
|
|
231
231
|
container_name (str): Container name: required for volumes, optional for env vars. [optional] # noqa: E501
|
|
232
|
-
divisor (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>.)
|
|
232
|
+
divisor (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
|
|
233
233
|
"""
|
|
234
234
|
|
|
235
235
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Argo Workflows API
|
|
3
3
|
|
|
4
|
-
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/
|
|
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,6 +29,10 @@ 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.resource_claim import ResourceClaim
|
|
34
|
+
globals()['ResourceClaim'] = ResourceClaim
|
|
35
|
+
|
|
32
36
|
|
|
33
37
|
class ResourceRequirements(ModelNormal):
|
|
34
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -66,6 +70,7 @@ class ResourceRequirements(ModelNormal):
|
|
|
66
70
|
This must be a method because a model may have properties that are
|
|
67
71
|
of type self, this must run after the class is loaded
|
|
68
72
|
"""
|
|
73
|
+
lazy_import()
|
|
69
74
|
return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
|
|
70
75
|
|
|
71
76
|
_nullable = False
|
|
@@ -80,7 +85,9 @@ class ResourceRequirements(ModelNormal):
|
|
|
80
85
|
openapi_types (dict): The key is attribute name
|
|
81
86
|
and the value is attribute type.
|
|
82
87
|
"""
|
|
88
|
+
lazy_import()
|
|
83
89
|
return {
|
|
90
|
+
'claims': ([ResourceClaim],), # noqa: E501
|
|
84
91
|
'limits': ({str: (str,)},), # noqa: E501
|
|
85
92
|
'requests': ({str: (str,)},), # noqa: E501
|
|
86
93
|
}
|
|
@@ -91,6 +98,7 @@ class ResourceRequirements(ModelNormal):
|
|
|
91
98
|
|
|
92
99
|
|
|
93
100
|
attribute_map = {
|
|
101
|
+
'claims': 'claims', # noqa: E501
|
|
94
102
|
'limits': 'limits', # noqa: E501
|
|
95
103
|
'requests': 'requests', # noqa: E501
|
|
96
104
|
}
|
|
@@ -136,8 +144,9 @@ class ResourceRequirements(ModelNormal):
|
|
|
136
144
|
Animal class but this time we won't travel
|
|
137
145
|
through its discriminator because we passed in
|
|
138
146
|
_visited_composed_classes = (Animal,)
|
|
147
|
+
claims ([ResourceClaim]): Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. This field is immutable. It can only be set for containers.. [optional] # noqa: E501
|
|
139
148
|
limits ({str: (str,)}): Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/. [optional] # noqa: E501
|
|
140
|
-
requests ({str: (str,)}): Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/. [optional] # noqa: E501
|
|
149
|
+
requests ({str: (str,)}): Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/. [optional] # noqa: E501
|
|
141
150
|
"""
|
|
142
151
|
|
|
143
152
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -219,8 +228,9 @@ class ResourceRequirements(ModelNormal):
|
|
|
219
228
|
Animal class but this time we won't travel
|
|
220
229
|
through its discriminator because we passed in
|
|
221
230
|
_visited_composed_classes = (Animal,)
|
|
231
|
+
claims ([ResourceClaim]): Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. This field is immutable. It can only be set for containers.. [optional] # noqa: E501
|
|
222
232
|
limits ({str: (str,)}): Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/. [optional] # noqa: E501
|
|
223
|
-
requests ({str: (str,)}): Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/. [optional] # noqa: E501
|
|
233
|
+
requests ({str: (str,)}): Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/. [optional] # noqa: E501
|
|
224
234
|
"""
|
|
225
235
|
|
|
226
236
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Argo Workflows API
|
|
3
3
|
|
|
4
|
-
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/
|
|
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
|
|
@@ -128,9 +128,9 @@ class ScaleIOVolumeSource(ModelNormal):
|
|
|
128
128
|
"""ScaleIOVolumeSource - a model defined in OpenAPI
|
|
129
129
|
|
|
130
130
|
Args:
|
|
131
|
-
gateway (str):
|
|
131
|
+
gateway (str): gateway is the host address of the ScaleIO API Gateway.
|
|
132
132
|
secret_ref (LocalObjectReference):
|
|
133
|
-
system (str):
|
|
133
|
+
system (str): system is the name of the storage system as configured in ScaleIO.
|
|
134
134
|
|
|
135
135
|
Keyword Args:
|
|
136
136
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -163,13 +163,13 @@ class ScaleIOVolumeSource(ModelNormal):
|
|
|
163
163
|
Animal class but this time we won't travel
|
|
164
164
|
through its discriminator because we passed in
|
|
165
165
|
_visited_composed_classes = (Animal,)
|
|
166
|
-
fs_type (str):
|
|
167
|
-
protection_domain (str):
|
|
168
|
-
read_only (bool): Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.. [optional] # noqa: E501
|
|
169
|
-
ssl_enabled (bool): Flag
|
|
170
|
-
storage_mode (str):
|
|
171
|
-
storage_pool (str):
|
|
172
|
-
volume_name (str):
|
|
166
|
+
fs_type (str): fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\".. [optional] # noqa: E501
|
|
167
|
+
protection_domain (str): protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.. [optional] # noqa: E501
|
|
168
|
+
read_only (bool): readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.. [optional] # noqa: E501
|
|
169
|
+
ssl_enabled (bool): sslEnabled Flag enable/disable SSL communication with Gateway, default false. [optional] # noqa: E501
|
|
170
|
+
storage_mode (str): storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.. [optional] # noqa: E501
|
|
171
|
+
storage_pool (str): storagePool is the ScaleIO Storage Pool associated with the protection domain.. [optional] # noqa: E501
|
|
172
|
+
volume_name (str): volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.. [optional] # noqa: E501
|
|
173
173
|
"""
|
|
174
174
|
|
|
175
175
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -224,9 +224,9 @@ class ScaleIOVolumeSource(ModelNormal):
|
|
|
224
224
|
"""ScaleIOVolumeSource - a model defined in OpenAPI
|
|
225
225
|
|
|
226
226
|
Args:
|
|
227
|
-
gateway (str):
|
|
227
|
+
gateway (str): gateway is the host address of the ScaleIO API Gateway.
|
|
228
228
|
secret_ref (LocalObjectReference):
|
|
229
|
-
system (str):
|
|
229
|
+
system (str): system is the name of the storage system as configured in ScaleIO.
|
|
230
230
|
|
|
231
231
|
Keyword Args:
|
|
232
232
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -259,13 +259,13 @@ class ScaleIOVolumeSource(ModelNormal):
|
|
|
259
259
|
Animal class but this time we won't travel
|
|
260
260
|
through its discriminator because we passed in
|
|
261
261
|
_visited_composed_classes = (Animal,)
|
|
262
|
-
fs_type (str):
|
|
263
|
-
protection_domain (str):
|
|
264
|
-
read_only (bool): Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.. [optional] # noqa: E501
|
|
265
|
-
ssl_enabled (bool): Flag
|
|
266
|
-
storage_mode (str):
|
|
267
|
-
storage_pool (str):
|
|
268
|
-
volume_name (str):
|
|
262
|
+
fs_type (str): fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\".. [optional] # noqa: E501
|
|
263
|
+
protection_domain (str): protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.. [optional] # noqa: E501
|
|
264
|
+
read_only (bool): readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.. [optional] # noqa: E501
|
|
265
|
+
ssl_enabled (bool): sslEnabled Flag enable/disable SSL communication with Gateway, default false. [optional] # noqa: E501
|
|
266
|
+
storage_mode (str): storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.. [optional] # noqa: E501
|
|
267
|
+
storage_pool (str): storagePool is the ScaleIO Storage Pool associated with the protection domain.. [optional] # noqa: E501
|
|
268
|
+
volume_name (str): volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.. [optional] # noqa: E501
|
|
269
269
|
"""
|
|
270
270
|
|
|
271
271
|
_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
|
|
@@ -55,11 +55,6 @@ class SeccompProfile(ModelNormal):
|
|
|
55
55
|
"""
|
|
56
56
|
|
|
57
57
|
allowed_values = {
|
|
58
|
-
('type',): {
|
|
59
|
-
'LOCALHOST': "Localhost",
|
|
60
|
-
'RUNTIMEDEFAULT': "RuntimeDefault",
|
|
61
|
-
'UNCONFINED': "Unconfined",
|
|
62
|
-
},
|
|
63
58
|
}
|
|
64
59
|
|
|
65
60
|
validations = {
|
|
@@ -111,7 +106,7 @@ class SeccompProfile(ModelNormal):
|
|
|
111
106
|
"""SeccompProfile - a model defined in OpenAPI
|
|
112
107
|
|
|
113
108
|
Args:
|
|
114
|
-
type (str): type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
|
|
109
|
+
type (str): type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
|
|
115
110
|
|
|
116
111
|
Keyword Args:
|
|
117
112
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -144,7 +139,7 @@ class SeccompProfile(ModelNormal):
|
|
|
144
139
|
Animal class but this time we won't travel
|
|
145
140
|
through its discriminator because we passed in
|
|
146
141
|
_visited_composed_classes = (Animal,)
|
|
147
|
-
localhost_profile (str): localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must
|
|
142
|
+
localhost_profile (str): localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.. [optional] # noqa: E501
|
|
148
143
|
"""
|
|
149
144
|
|
|
150
145
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -197,7 +192,7 @@ class SeccompProfile(ModelNormal):
|
|
|
197
192
|
"""SeccompProfile - a model defined in OpenAPI
|
|
198
193
|
|
|
199
194
|
Args:
|
|
200
|
-
type (str): type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
|
|
195
|
+
type (str): type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
|
|
201
196
|
|
|
202
197
|
Keyword Args:
|
|
203
198
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -230,7 +225,7 @@ class SeccompProfile(ModelNormal):
|
|
|
230
225
|
Animal class but this time we won't travel
|
|
231
226
|
through its discriminator because we passed in
|
|
232
227
|
_visited_composed_classes = (Animal,)
|
|
233
|
-
localhost_profile (str): localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must
|
|
228
|
+
localhost_profile (str): localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.. [optional] # noqa: E501
|
|
234
229
|
"""
|
|
235
230
|
|
|
236
231
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Argo Workflows API
|
|
3
3
|
|
|
4
|
-
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/
|
|
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,7 +136,7 @@ class SecretEnvSource(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
|
-
name (str): Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names. [optional] # noqa: E501
|
|
139
|
+
name (str): Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names. [optional] # noqa: E501
|
|
140
140
|
optional (bool): Specify whether the Secret must be defined. [optional] # noqa: E501
|
|
141
141
|
"""
|
|
142
142
|
|
|
@@ -219,7 +219,7 @@ class SecretEnvSource(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
|
-
name (str): Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names. [optional] # noqa: E501
|
|
222
|
+
name (str): Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names. [optional] # noqa: E501
|
|
223
223
|
optional (bool): Specify whether the Secret must be defined. [optional] # noqa: E501
|
|
224
224
|
"""
|
|
225
225
|
|