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
|
|
@@ -30,7 +30,9 @@ from argo_workflows.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
+
from argo_workflows.model.modify_volume_status import ModifyVolumeStatus
|
|
33
34
|
from argo_workflows.model.persistent_volume_claim_condition import PersistentVolumeClaimCondition
|
|
35
|
+
globals()['ModifyVolumeStatus'] = ModifyVolumeStatus
|
|
34
36
|
globals()['PersistentVolumeClaimCondition'] = PersistentVolumeClaimCondition
|
|
35
37
|
|
|
36
38
|
|
|
@@ -59,11 +61,6 @@ class PersistentVolumeClaimStatus(ModelNormal):
|
|
|
59
61
|
"""
|
|
60
62
|
|
|
61
63
|
allowed_values = {
|
|
62
|
-
('phase',): {
|
|
63
|
-
'BOUND': "Bound",
|
|
64
|
-
'LOST': "Lost",
|
|
65
|
-
'PENDING': "Pending",
|
|
66
|
-
},
|
|
67
64
|
}
|
|
68
65
|
|
|
69
66
|
validations = {
|
|
@@ -93,11 +90,13 @@ class PersistentVolumeClaimStatus(ModelNormal):
|
|
|
93
90
|
lazy_import()
|
|
94
91
|
return {
|
|
95
92
|
'access_modes': ([str],), # noqa: E501
|
|
93
|
+
'allocated_resource_statuses': ({str: (str,)},), # noqa: E501
|
|
96
94
|
'allocated_resources': ({str: (str,)},), # noqa: E501
|
|
97
95
|
'capacity': ({str: (str,)},), # noqa: E501
|
|
98
96
|
'conditions': ([PersistentVolumeClaimCondition],), # noqa: E501
|
|
97
|
+
'current_volume_attributes_class_name': (str,), # noqa: E501
|
|
98
|
+
'modify_volume_status': (ModifyVolumeStatus,), # noqa: E501
|
|
99
99
|
'phase': (str,), # noqa: E501
|
|
100
|
-
'resize_status': (str,), # noqa: E501
|
|
101
100
|
}
|
|
102
101
|
|
|
103
102
|
@cached_property
|
|
@@ -107,11 +106,13 @@ class PersistentVolumeClaimStatus(ModelNormal):
|
|
|
107
106
|
|
|
108
107
|
attribute_map = {
|
|
109
108
|
'access_modes': 'accessModes', # noqa: E501
|
|
109
|
+
'allocated_resource_statuses': 'allocatedResourceStatuses', # noqa: E501
|
|
110
110
|
'allocated_resources': 'allocatedResources', # noqa: E501
|
|
111
111
|
'capacity': 'capacity', # noqa: E501
|
|
112
112
|
'conditions': 'conditions', # noqa: E501
|
|
113
|
+
'current_volume_attributes_class_name': 'currentVolumeAttributesClassName', # noqa: E501
|
|
114
|
+
'modify_volume_status': 'modifyVolumeStatus', # noqa: E501
|
|
113
115
|
'phase': 'phase', # noqa: E501
|
|
114
|
-
'resize_status': 'resizeStatus', # noqa: E501
|
|
115
116
|
}
|
|
116
117
|
|
|
117
118
|
read_only_vars = {
|
|
@@ -155,12 +156,14 @@ class PersistentVolumeClaimStatus(ModelNormal):
|
|
|
155
156
|
Animal class but this time we won't travel
|
|
156
157
|
through its discriminator because we passed in
|
|
157
158
|
_visited_composed_classes = (Animal,)
|
|
158
|
-
access_modes ([str]):
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
159
|
+
access_modes ([str]): accessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1. [optional] # noqa: E501
|
|
160
|
+
allocated_resource_statuses ({str: (str,)}): allocatedResourceStatuses stores status of resource being resized for the given PVC. Key names follow standard Kubernetes label syntax. Valid values are either: * Un-prefixed keys: - storage - the capacity of the volume. * Custom resources must use implementation-defined prefixed names such as \"example.com/my-custom-resource\" Apart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used. ClaimResourceStatus can be in any of following states: - ControllerResizeInProgress: State set when resize controller starts resizing the volume in control-plane. - ControllerResizeFailed: State set when resize has failed in resize controller with a terminal error. - NodeResizePending: State set when resize controller has finished resizing the volume but further resizing of volume is needed on the node. - NodeResizeInProgress: State set when kubelet starts resizing the volume. - NodeResizeFailed: State set when resizing has failed in kubelet with a terminal error. Transient errors don't set NodeResizeFailed. For example: if expanding a PVC for more capacity - this field can be one of the following states: - pvc.status.allocatedResourceStatus['storage'] = \"ControllerResizeInProgress\" - pvc.status.allocatedResourceStatus['storage'] = \"ControllerResizeFailed\" - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizePending\" - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizeInProgress\" - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizeFailed\" When this field is not set, it means that no resize operation is in progress for the given PVC. A controller that receives PVC update with previously unknown resourceName or ClaimResourceStatus should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.. [optional] # noqa: E501
|
|
161
|
+
allocated_resources ({str: (str,)}): allocatedResources tracks the resources allocated to a PVC including its capacity. Key names follow standard Kubernetes label syntax. Valid values are either: * Un-prefixed keys: - storage - the capacity of the volume. * Custom resources must use implementation-defined prefixed names such as \"example.com/my-custom-resource\" Apart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used. Capacity reported here may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity. A controller that receives PVC update with previously unknown resourceName should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.. [optional] # noqa: E501
|
|
162
|
+
capacity ({str: (str,)}): capacity represents the actual resources of the underlying volume.. [optional] # noqa: E501
|
|
163
|
+
conditions ([PersistentVolumeClaimCondition]): conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'Resizing'.. [optional] # noqa: E501
|
|
164
|
+
current_volume_attributes_class_name (str): currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is an alpha field and requires enabling VolumeAttributesClass feature.. [optional] # noqa: E501
|
|
165
|
+
modify_volume_status (ModifyVolumeStatus): [optional] # noqa: E501
|
|
166
|
+
phase (str): phase represents the current phase of PersistentVolumeClaim.. [optional] # noqa: E501
|
|
164
167
|
"""
|
|
165
168
|
|
|
166
169
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -242,12 +245,14 @@ class PersistentVolumeClaimStatus(ModelNormal):
|
|
|
242
245
|
Animal class but this time we won't travel
|
|
243
246
|
through its discriminator because we passed in
|
|
244
247
|
_visited_composed_classes = (Animal,)
|
|
245
|
-
access_modes ([str]):
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
248
|
+
access_modes ([str]): accessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1. [optional] # noqa: E501
|
|
249
|
+
allocated_resource_statuses ({str: (str,)}): allocatedResourceStatuses stores status of resource being resized for the given PVC. Key names follow standard Kubernetes label syntax. Valid values are either: * Un-prefixed keys: - storage - the capacity of the volume. * Custom resources must use implementation-defined prefixed names such as \"example.com/my-custom-resource\" Apart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used. ClaimResourceStatus can be in any of following states: - ControllerResizeInProgress: State set when resize controller starts resizing the volume in control-plane. - ControllerResizeFailed: State set when resize has failed in resize controller with a terminal error. - NodeResizePending: State set when resize controller has finished resizing the volume but further resizing of volume is needed on the node. - NodeResizeInProgress: State set when kubelet starts resizing the volume. - NodeResizeFailed: State set when resizing has failed in kubelet with a terminal error. Transient errors don't set NodeResizeFailed. For example: if expanding a PVC for more capacity - this field can be one of the following states: - pvc.status.allocatedResourceStatus['storage'] = \"ControllerResizeInProgress\" - pvc.status.allocatedResourceStatus['storage'] = \"ControllerResizeFailed\" - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizePending\" - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizeInProgress\" - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizeFailed\" When this field is not set, it means that no resize operation is in progress for the given PVC. A controller that receives PVC update with previously unknown resourceName or ClaimResourceStatus should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.. [optional] # noqa: E501
|
|
250
|
+
allocated_resources ({str: (str,)}): allocatedResources tracks the resources allocated to a PVC including its capacity. Key names follow standard Kubernetes label syntax. Valid values are either: * Un-prefixed keys: - storage - the capacity of the volume. * Custom resources must use implementation-defined prefixed names such as \"example.com/my-custom-resource\" Apart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used. Capacity reported here may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity. A controller that receives PVC update with previously unknown resourceName should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.. [optional] # noqa: E501
|
|
251
|
+
capacity ({str: (str,)}): capacity represents the actual resources of the underlying volume.. [optional] # noqa: E501
|
|
252
|
+
conditions ([PersistentVolumeClaimCondition]): conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'Resizing'.. [optional] # noqa: E501
|
|
253
|
+
current_volume_attributes_class_name (str): currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is an alpha field and requires enabling VolumeAttributesClass feature.. [optional] # noqa: E501
|
|
254
|
+
modify_volume_status (ModifyVolumeStatus): [optional] # noqa: E501
|
|
255
|
+
phase (str): phase represents the current phase of PersistentVolumeClaim.. [optional] # noqa: E501
|
|
251
256
|
"""
|
|
252
257
|
|
|
253
258
|
_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
|
|
@@ -106,7 +106,7 @@ class PersistentVolumeClaimVolumeSource(ModelNormal):
|
|
|
106
106
|
"""PersistentVolumeClaimVolumeSource - a model defined in OpenAPI
|
|
107
107
|
|
|
108
108
|
Args:
|
|
109
|
-
claim_name (str):
|
|
109
|
+
claim_name (str): claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
|
|
110
110
|
|
|
111
111
|
Keyword Args:
|
|
112
112
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -139,7 +139,7 @@ class PersistentVolumeClaimVolumeSource(ModelNormal):
|
|
|
139
139
|
Animal class but this time we won't travel
|
|
140
140
|
through its discriminator because we passed in
|
|
141
141
|
_visited_composed_classes = (Animal,)
|
|
142
|
-
read_only (bool): Will force the ReadOnly setting in VolumeMounts. Default false.. [optional] # noqa: E501
|
|
142
|
+
read_only (bool): readOnly Will force the ReadOnly setting in VolumeMounts. Default false.. [optional] # noqa: E501
|
|
143
143
|
"""
|
|
144
144
|
|
|
145
145
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -192,7 +192,7 @@ class PersistentVolumeClaimVolumeSource(ModelNormal):
|
|
|
192
192
|
"""PersistentVolumeClaimVolumeSource - a model defined in OpenAPI
|
|
193
193
|
|
|
194
194
|
Args:
|
|
195
|
-
claim_name (str):
|
|
195
|
+
claim_name (str): claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
|
|
196
196
|
|
|
197
197
|
Keyword Args:
|
|
198
198
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -225,7 +225,7 @@ class PersistentVolumeClaimVolumeSource(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
|
-
read_only (bool): Will force the ReadOnly setting in VolumeMounts. Default false.. [optional] # noqa: E501
|
|
228
|
+
read_only (bool): readOnly Will force the ReadOnly setting in VolumeMounts. Default false.. [optional] # noqa: E501
|
|
229
229
|
"""
|
|
230
230
|
|
|
231
231
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Argo Workflows API
|
|
3
3
|
|
|
4
|
-
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/
|
|
4
|
+
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: VERSION
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -106,7 +106,7 @@ class PhotonPersistentDiskVolumeSource(ModelNormal):
|
|
|
106
106
|
"""PhotonPersistentDiskVolumeSource - a model defined in OpenAPI
|
|
107
107
|
|
|
108
108
|
Args:
|
|
109
|
-
pd_id (str): ID that identifies Photon Controller persistent disk
|
|
109
|
+
pd_id (str): pdID is the ID that identifies Photon Controller persistent disk
|
|
110
110
|
|
|
111
111
|
Keyword Args:
|
|
112
112
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -139,7 +139,7 @@ class PhotonPersistentDiskVolumeSource(ModelNormal):
|
|
|
139
139
|
Animal class but this time we won't travel
|
|
140
140
|
through its discriminator because we passed in
|
|
141
141
|
_visited_composed_classes = (Animal,)
|
|
142
|
-
fs_type (str):
|
|
142
|
+
fs_type (str): fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.. [optional] # noqa: E501
|
|
143
143
|
"""
|
|
144
144
|
|
|
145
145
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -192,7 +192,7 @@ class PhotonPersistentDiskVolumeSource(ModelNormal):
|
|
|
192
192
|
"""PhotonPersistentDiskVolumeSource - a model defined in OpenAPI
|
|
193
193
|
|
|
194
194
|
Args:
|
|
195
|
-
pd_id (str): ID that identifies Photon Controller persistent disk
|
|
195
|
+
pd_id (str): pdID is the ID that identifies Photon Controller persistent disk
|
|
196
196
|
|
|
197
197
|
Keyword Args:
|
|
198
198
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -225,7 +225,7 @@ class PhotonPersistentDiskVolumeSource(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
|
-
fs_type (str):
|
|
228
|
+
fs_type (str): fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.. [optional] # noqa: E501
|
|
229
229
|
"""
|
|
230
230
|
|
|
231
231
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Argo Workflows API
|
|
3
3
|
|
|
4
|
-
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/
|
|
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
|
|
@@ -89,6 +89,8 @@ class PodAffinityTerm(ModelNormal):
|
|
|
89
89
|
return {
|
|
90
90
|
'topology_key': (str,), # noqa: E501
|
|
91
91
|
'label_selector': (LabelSelector,), # noqa: E501
|
|
92
|
+
'match_label_keys': ([str],), # noqa: E501
|
|
93
|
+
'mismatch_label_keys': ([str],), # noqa: E501
|
|
92
94
|
'namespace_selector': (LabelSelector,), # noqa: E501
|
|
93
95
|
'namespaces': ([str],), # noqa: E501
|
|
94
96
|
}
|
|
@@ -101,6 +103,8 @@ class PodAffinityTerm(ModelNormal):
|
|
|
101
103
|
attribute_map = {
|
|
102
104
|
'topology_key': 'topologyKey', # noqa: E501
|
|
103
105
|
'label_selector': 'labelSelector', # noqa: E501
|
|
106
|
+
'match_label_keys': 'matchLabelKeys', # noqa: E501
|
|
107
|
+
'mismatch_label_keys': 'mismatchLabelKeys', # noqa: E501
|
|
104
108
|
'namespace_selector': 'namespaceSelector', # noqa: E501
|
|
105
109
|
'namespaces': 'namespaces', # noqa: E501
|
|
106
110
|
}
|
|
@@ -150,8 +154,10 @@ class PodAffinityTerm(ModelNormal):
|
|
|
150
154
|
through its discriminator because we passed in
|
|
151
155
|
_visited_composed_classes = (Animal,)
|
|
152
156
|
label_selector (LabelSelector): [optional] # noqa: E501
|
|
157
|
+
match_label_keys ([str]): MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.. [optional] # noqa: E501
|
|
158
|
+
mismatch_label_keys ([str]): MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.. [optional] # noqa: E501
|
|
153
159
|
namespace_selector (LabelSelector): [optional] # noqa: E501
|
|
154
|
-
namespaces ([str]): namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\"
|
|
160
|
+
namespaces ([str]): namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\".. [optional] # noqa: E501
|
|
155
161
|
"""
|
|
156
162
|
|
|
157
163
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -238,8 +244,10 @@ class PodAffinityTerm(ModelNormal):
|
|
|
238
244
|
through its discriminator because we passed in
|
|
239
245
|
_visited_composed_classes = (Animal,)
|
|
240
246
|
label_selector (LabelSelector): [optional] # noqa: E501
|
|
247
|
+
match_label_keys ([str]): MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.. [optional] # noqa: E501
|
|
248
|
+
mismatch_label_keys ([str]): MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.. [optional] # noqa: E501
|
|
241
249
|
namespace_selector (LabelSelector): [optional] # noqa: E501
|
|
242
|
-
namespaces ([str]): namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\"
|
|
250
|
+
namespaces ([str]): namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\".. [optional] # noqa: E501
|
|
243
251
|
"""
|
|
244
252
|
|
|
245
253
|
_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
|
|
@@ -30,10 +30,12 @@ from argo_workflows.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
+
from argo_workflows.model.app_armor_profile import AppArmorProfile
|
|
33
34
|
from argo_workflows.model.se_linux_options import SELinuxOptions
|
|
34
35
|
from argo_workflows.model.seccomp_profile import SeccompProfile
|
|
35
36
|
from argo_workflows.model.sysctl import Sysctl
|
|
36
37
|
from argo_workflows.model.windows_security_context_options import WindowsSecurityContextOptions
|
|
38
|
+
globals()['AppArmorProfile'] = AppArmorProfile
|
|
37
39
|
globals()['SELinuxOptions'] = SELinuxOptions
|
|
38
40
|
globals()['SeccompProfile'] = SeccompProfile
|
|
39
41
|
globals()['Sysctl'] = Sysctl
|
|
@@ -93,6 +95,7 @@ class PodSecurityContext(ModelNormal):
|
|
|
93
95
|
"""
|
|
94
96
|
lazy_import()
|
|
95
97
|
return {
|
|
98
|
+
'app_armor_profile': (AppArmorProfile,), # noqa: E501
|
|
96
99
|
'fs_group': (int,), # noqa: E501
|
|
97
100
|
'fs_group_change_policy': (str,), # noqa: E501
|
|
98
101
|
'run_as_group': (int,), # noqa: E501
|
|
@@ -111,6 +114,7 @@ class PodSecurityContext(ModelNormal):
|
|
|
111
114
|
|
|
112
115
|
|
|
113
116
|
attribute_map = {
|
|
117
|
+
'app_armor_profile': 'appArmorProfile', # noqa: E501
|
|
114
118
|
'fs_group': 'fsGroup', # noqa: E501
|
|
115
119
|
'fs_group_change_policy': 'fsGroupChangePolicy', # noqa: E501
|
|
116
120
|
'run_as_group': 'runAsGroup', # noqa: E501
|
|
@@ -164,6 +168,7 @@ class PodSecurityContext(ModelNormal):
|
|
|
164
168
|
Animal class but this time we won't travel
|
|
165
169
|
through its discriminator because we passed in
|
|
166
170
|
_visited_composed_classes = (Animal,)
|
|
171
|
+
app_armor_profile (AppArmorProfile): [optional] # noqa: E501
|
|
167
172
|
fs_group (int): A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod: 1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw---- If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.. [optional] # noqa: E501
|
|
168
173
|
fs_group_change_policy (str): fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are \"OnRootMismatch\" and \"Always\". If not specified, \"Always\" is used. Note that this field cannot be set when spec.os.name is windows.. [optional] # noqa: E501
|
|
169
174
|
run_as_group (int): The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.. [optional] # noqa: E501
|
|
@@ -171,7 +176,7 @@ class PodSecurityContext(ModelNormal):
|
|
|
171
176
|
run_as_user (int): The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.. [optional] # noqa: E501
|
|
172
177
|
se_linux_options (SELinuxOptions): [optional] # noqa: E501
|
|
173
178
|
seccomp_profile (SeccompProfile): [optional] # noqa: E501
|
|
174
|
-
supplemental_groups ([int]): A list of groups applied to the first process run in each container, in addition to the container's primary GID.
|
|
179
|
+
supplemental_groups ([int]): A list of groups applied to the first process run in each container, in addition to the container's primary GID, the fsGroup (if specified), and group memberships defined in the container image for the uid of the container process. If unspecified, no additional groups are added to any container. Note that group memberships defined in the container image for the uid of the container process are still effective, even if they are not included in this list. Note that this field cannot be set when spec.os.name is windows.. [optional] # noqa: E501
|
|
175
180
|
sysctls ([Sysctl]): Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.. [optional] # noqa: E501
|
|
176
181
|
windows_options (WindowsSecurityContextOptions): [optional] # noqa: E501
|
|
177
182
|
"""
|
|
@@ -255,6 +260,7 @@ class PodSecurityContext(ModelNormal):
|
|
|
255
260
|
Animal class but this time we won't travel
|
|
256
261
|
through its discriminator because we passed in
|
|
257
262
|
_visited_composed_classes = (Animal,)
|
|
263
|
+
app_armor_profile (AppArmorProfile): [optional] # noqa: E501
|
|
258
264
|
fs_group (int): A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod: 1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw---- If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.. [optional] # noqa: E501
|
|
259
265
|
fs_group_change_policy (str): fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are \"OnRootMismatch\" and \"Always\". If not specified, \"Always\" is used. Note that this field cannot be set when spec.os.name is windows.. [optional] # noqa: E501
|
|
260
266
|
run_as_group (int): The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.. [optional] # noqa: E501
|
|
@@ -262,7 +268,7 @@ class PodSecurityContext(ModelNormal):
|
|
|
262
268
|
run_as_user (int): The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.. [optional] # noqa: E501
|
|
263
269
|
se_linux_options (SELinuxOptions): [optional] # noqa: E501
|
|
264
270
|
seccomp_profile (SeccompProfile): [optional] # noqa: E501
|
|
265
|
-
supplemental_groups ([int]): A list of groups applied to the first process run in each container, in addition to the container's primary GID.
|
|
271
|
+
supplemental_groups ([int]): A list of groups applied to the first process run in each container, in addition to the container's primary GID, the fsGroup (if specified), and group memberships defined in the container image for the uid of the container process. If unspecified, no additional groups are added to any container. Note that group memberships defined in the container image for the uid of the container process are still effective, even if they are not included in this list. Note that this field cannot be set when spec.os.name is windows.. [optional] # noqa: E501
|
|
266
272
|
sysctls ([Sysctl]): Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.. [optional] # noqa: E501
|
|
267
273
|
windows_options (WindowsSecurityContextOptions): [optional] # noqa: E501
|
|
268
274
|
"""
|
|
@@ -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)
|