argo-workflows 6.5.13__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.13.dist-info → argo_workflows-6.6.0.dist-info}/METADATA +3 -3
- argo_workflows-6.6.0.dist-info/RECORD +417 -0
- {argo_workflows-6.5.13.dist-info → argo_workflows-6.6.0.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.0.dist-info}/LICENSE +0 -0
- {argo_workflows-6.5.13.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
|
|
@@ -120,7 +120,7 @@ class CephFSVolumeSource(ModelNormal):
|
|
|
120
120
|
"""CephFSVolumeSource - a model defined in OpenAPI
|
|
121
121
|
|
|
122
122
|
Args:
|
|
123
|
-
monitors ([str]): Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
|
|
123
|
+
monitors ([str]): monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
|
|
124
124
|
|
|
125
125
|
Keyword Args:
|
|
126
126
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -153,11 +153,11 @@ class CephFSVolumeSource(ModelNormal):
|
|
|
153
153
|
Animal class but this time we won't travel
|
|
154
154
|
through its discriminator because we passed in
|
|
155
155
|
_visited_composed_classes = (Animal,)
|
|
156
|
-
path (str): Optional: Used as the mounted root, rather than the full Ceph tree, default is /. [optional] # noqa: E501
|
|
157
|
-
read_only (bool): Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it. [optional] # noqa: E501
|
|
158
|
-
secret_file (str): Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it. [optional] # noqa: E501
|
|
156
|
+
path (str): path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /. [optional] # noqa: E501
|
|
157
|
+
read_only (bool): readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it. [optional] # noqa: E501
|
|
158
|
+
secret_file (str): secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it. [optional] # noqa: E501
|
|
159
159
|
secret_ref (LocalObjectReference): [optional] # noqa: E501
|
|
160
|
-
user (str):
|
|
160
|
+
user (str): user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it. [optional] # noqa: E501
|
|
161
161
|
"""
|
|
162
162
|
|
|
163
163
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -210,7 +210,7 @@ class CephFSVolumeSource(ModelNormal):
|
|
|
210
210
|
"""CephFSVolumeSource - a model defined in OpenAPI
|
|
211
211
|
|
|
212
212
|
Args:
|
|
213
|
-
monitors ([str]): Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
|
|
213
|
+
monitors ([str]): monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
|
|
214
214
|
|
|
215
215
|
Keyword Args:
|
|
216
216
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -243,11 +243,11 @@ class CephFSVolumeSource(ModelNormal):
|
|
|
243
243
|
Animal class but this time we won't travel
|
|
244
244
|
through its discriminator because we passed in
|
|
245
245
|
_visited_composed_classes = (Animal,)
|
|
246
|
-
path (str): Optional: Used as the mounted root, rather than the full Ceph tree, default is /. [optional] # noqa: E501
|
|
247
|
-
read_only (bool): Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it. [optional] # noqa: E501
|
|
248
|
-
secret_file (str): Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it. [optional] # noqa: E501
|
|
246
|
+
path (str): path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /. [optional] # noqa: E501
|
|
247
|
+
read_only (bool): readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it. [optional] # noqa: E501
|
|
248
|
+
secret_file (str): secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it. [optional] # noqa: E501
|
|
249
249
|
secret_ref (LocalObjectReference): [optional] # noqa: E501
|
|
250
|
-
user (str):
|
|
250
|
+
user (str): user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it. [optional] # noqa: E501
|
|
251
251
|
"""
|
|
252
252
|
|
|
253
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
|
|
@@ -116,7 +116,7 @@ class CinderVolumeSource(ModelNormal):
|
|
|
116
116
|
"""CinderVolumeSource - a model defined in OpenAPI
|
|
117
117
|
|
|
118
118
|
Args:
|
|
119
|
-
volume_id (str):
|
|
119
|
+
volume_id (str): volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
120
120
|
|
|
121
121
|
Keyword Args:
|
|
122
122
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -149,8 +149,8 @@ class CinderVolumeSource(ModelNormal):
|
|
|
149
149
|
Animal class but this time we won't travel
|
|
150
150
|
through its discriminator because we passed in
|
|
151
151
|
_visited_composed_classes = (Animal,)
|
|
152
|
-
fs_type (str):
|
|
153
|
-
read_only (bool):
|
|
152
|
+
fs_type (str): fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md. [optional] # noqa: E501
|
|
153
|
+
read_only (bool): readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md. [optional] # noqa: E501
|
|
154
154
|
secret_ref (LocalObjectReference): [optional] # noqa: E501
|
|
155
155
|
"""
|
|
156
156
|
|
|
@@ -204,7 +204,7 @@ class CinderVolumeSource(ModelNormal):
|
|
|
204
204
|
"""CinderVolumeSource - a model defined in OpenAPI
|
|
205
205
|
|
|
206
206
|
Args:
|
|
207
|
-
volume_id (str):
|
|
207
|
+
volume_id (str): volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
208
208
|
|
|
209
209
|
Keyword Args:
|
|
210
210
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -237,8 +237,8 @@ class CinderVolumeSource(ModelNormal):
|
|
|
237
237
|
Animal class but this time we won't travel
|
|
238
238
|
through its discriminator because we passed in
|
|
239
239
|
_visited_composed_classes = (Animal,)
|
|
240
|
-
fs_type (str):
|
|
241
|
-
read_only (bool):
|
|
240
|
+
fs_type (str): fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md. [optional] # noqa: E501
|
|
241
|
+
read_only (bool): readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md. [optional] # noqa: E501
|
|
242
242
|
secret_ref (LocalObjectReference): [optional] # noqa: E501
|
|
243
243
|
"""
|
|
244
244
|
|
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Argo Workflows API
|
|
3
|
+
|
|
4
|
+
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: VERSION
|
|
7
|
+
Generated by: https://openapi-generator.tech
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
import re # noqa: F401
|
|
12
|
+
import sys # noqa: F401
|
|
13
|
+
|
|
14
|
+
from argo_workflows.model_utils import ( # noqa: F401
|
|
15
|
+
ApiTypeError,
|
|
16
|
+
ModelComposed,
|
|
17
|
+
ModelNormal,
|
|
18
|
+
ModelSimple,
|
|
19
|
+
cached_property,
|
|
20
|
+
change_keys_js_to_python,
|
|
21
|
+
convert_js_args_to_python_args,
|
|
22
|
+
date,
|
|
23
|
+
datetime,
|
|
24
|
+
file_type,
|
|
25
|
+
none_type,
|
|
26
|
+
validate_get_composed_info,
|
|
27
|
+
OpenApiModel
|
|
28
|
+
)
|
|
29
|
+
from argo_workflows.exceptions import ApiAttributeError
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
def lazy_import():
|
|
33
|
+
from argo_workflows.model.label_selector import LabelSelector
|
|
34
|
+
globals()['LabelSelector'] = LabelSelector
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
class ClusterTrustBundleProjection(ModelNormal):
|
|
38
|
+
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
|
+
Ref: https://openapi-generator.tech
|
|
40
|
+
|
|
41
|
+
Do not edit the class manually.
|
|
42
|
+
|
|
43
|
+
Attributes:
|
|
44
|
+
allowed_values (dict): The key is the tuple path to the attribute
|
|
45
|
+
and the for var_name this is (var_name,). The value is a dict
|
|
46
|
+
with a capitalized key describing the allowed value and an allowed
|
|
47
|
+
value. These dicts store the allowed enum values.
|
|
48
|
+
attribute_map (dict): The key is attribute name
|
|
49
|
+
and the value is json key in definition.
|
|
50
|
+
discriminator_value_class_map (dict): A dict to go from the discriminator
|
|
51
|
+
variable value to the discriminator class name.
|
|
52
|
+
validations (dict): The key is the tuple path to the attribute
|
|
53
|
+
and the for var_name this is (var_name,). The value is a dict
|
|
54
|
+
that stores validations for max_length, min_length, max_items,
|
|
55
|
+
min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
|
|
56
|
+
inclusive_minimum, and regex.
|
|
57
|
+
additional_properties_type (tuple): A tuple of classes accepted
|
|
58
|
+
as additional properties values.
|
|
59
|
+
"""
|
|
60
|
+
|
|
61
|
+
allowed_values = {
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
validations = {
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@cached_property
|
|
68
|
+
def additional_properties_type():
|
|
69
|
+
"""
|
|
70
|
+
This must be a method because a model may have properties that are
|
|
71
|
+
of type self, this must run after the class is loaded
|
|
72
|
+
"""
|
|
73
|
+
lazy_import()
|
|
74
|
+
return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
|
|
75
|
+
|
|
76
|
+
_nullable = False
|
|
77
|
+
|
|
78
|
+
@cached_property
|
|
79
|
+
def openapi_types():
|
|
80
|
+
"""
|
|
81
|
+
This must be a method because a model may have properties that are
|
|
82
|
+
of type self, this must run after the class is loaded
|
|
83
|
+
|
|
84
|
+
Returns
|
|
85
|
+
openapi_types (dict): The key is attribute name
|
|
86
|
+
and the value is attribute type.
|
|
87
|
+
"""
|
|
88
|
+
lazy_import()
|
|
89
|
+
return {
|
|
90
|
+
'path': (str,), # noqa: E501
|
|
91
|
+
'label_selector': (LabelSelector,), # noqa: E501
|
|
92
|
+
'name': (str,), # noqa: E501
|
|
93
|
+
'optional': (bool,), # noqa: E501
|
|
94
|
+
'signer_name': (str,), # noqa: E501
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
@cached_property
|
|
98
|
+
def discriminator():
|
|
99
|
+
return None
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
attribute_map = {
|
|
103
|
+
'path': 'path', # noqa: E501
|
|
104
|
+
'label_selector': 'labelSelector', # noqa: E501
|
|
105
|
+
'name': 'name', # noqa: E501
|
|
106
|
+
'optional': 'optional', # noqa: E501
|
|
107
|
+
'signer_name': 'signerName', # noqa: E501
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
read_only_vars = {
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
_composed_schemas = {}
|
|
114
|
+
|
|
115
|
+
@classmethod
|
|
116
|
+
@convert_js_args_to_python_args
|
|
117
|
+
def _from_openapi_data(cls, path, *args, **kwargs): # noqa: E501
|
|
118
|
+
"""ClusterTrustBundleProjection - a model defined in OpenAPI
|
|
119
|
+
|
|
120
|
+
Args:
|
|
121
|
+
path (str): Relative path from the volume root to write the bundle.
|
|
122
|
+
|
|
123
|
+
Keyword Args:
|
|
124
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
|
125
|
+
will be type checked and a TypeError will be
|
|
126
|
+
raised if the wrong type is input.
|
|
127
|
+
Defaults to True
|
|
128
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
|
129
|
+
drill down to the model in received_data
|
|
130
|
+
when deserializing a response
|
|
131
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
132
|
+
are serialized names, as specified in the OpenAPI document.
|
|
133
|
+
False if the variable names in the input data
|
|
134
|
+
are pythonic names, e.g. snake case (default)
|
|
135
|
+
_configuration (Configuration): the instance to use when
|
|
136
|
+
deserializing a file_type parameter.
|
|
137
|
+
If passed, type conversion is attempted
|
|
138
|
+
If omitted no type conversion is done.
|
|
139
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
|
140
|
+
classes that we have traveled through so that
|
|
141
|
+
if we see that class again we will not use its
|
|
142
|
+
discriminator again.
|
|
143
|
+
When traveling through a discriminator, the
|
|
144
|
+
composed schema that is
|
|
145
|
+
is traveled through is added to this set.
|
|
146
|
+
For example if Animal has a discriminator
|
|
147
|
+
petType and we pass in "Dog", and the class Dog
|
|
148
|
+
allOf includes Animal, we move through Animal
|
|
149
|
+
once using the discriminator, and pick Dog.
|
|
150
|
+
Then in Dog, we will make an instance of the
|
|
151
|
+
Animal class but this time we won't travel
|
|
152
|
+
through its discriminator because we passed in
|
|
153
|
+
_visited_composed_classes = (Animal,)
|
|
154
|
+
label_selector (LabelSelector): [optional] # noqa: E501
|
|
155
|
+
name (str): Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.. [optional] # noqa: E501
|
|
156
|
+
optional (bool): If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available. If using name, then the named ClusterTrustBundle is allowed not to exist. If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles.. [optional] # noqa: E501
|
|
157
|
+
signer_name (str): Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated.. [optional] # noqa: E501
|
|
158
|
+
"""
|
|
159
|
+
|
|
160
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
161
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', False)
|
|
162
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
163
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
164
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
165
|
+
|
|
166
|
+
self = super(OpenApiModel, cls).__new__(cls)
|
|
167
|
+
|
|
168
|
+
if args:
|
|
169
|
+
raise ApiTypeError(
|
|
170
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
171
|
+
args,
|
|
172
|
+
self.__class__.__name__,
|
|
173
|
+
),
|
|
174
|
+
path_to_item=_path_to_item,
|
|
175
|
+
valid_classes=(self.__class__,),
|
|
176
|
+
)
|
|
177
|
+
|
|
178
|
+
self._data_store = {}
|
|
179
|
+
self._check_type = _check_type
|
|
180
|
+
self._spec_property_naming = _spec_property_naming
|
|
181
|
+
self._path_to_item = _path_to_item
|
|
182
|
+
self._configuration = _configuration
|
|
183
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
184
|
+
|
|
185
|
+
self.path = path
|
|
186
|
+
for var_name, var_value in kwargs.items():
|
|
187
|
+
if var_name not in self.attribute_map and \
|
|
188
|
+
self._configuration is not None and \
|
|
189
|
+
self._configuration.discard_unknown_keys and \
|
|
190
|
+
self.additional_properties_type is None:
|
|
191
|
+
# discard variable.
|
|
192
|
+
continue
|
|
193
|
+
setattr(self, var_name, var_value)
|
|
194
|
+
return self
|
|
195
|
+
|
|
196
|
+
required_properties = set([
|
|
197
|
+
'_data_store',
|
|
198
|
+
'_check_type',
|
|
199
|
+
'_spec_property_naming',
|
|
200
|
+
'_path_to_item',
|
|
201
|
+
'_configuration',
|
|
202
|
+
'_visited_composed_classes',
|
|
203
|
+
])
|
|
204
|
+
|
|
205
|
+
@convert_js_args_to_python_args
|
|
206
|
+
def __init__(self, path, *args, **kwargs): # noqa: E501
|
|
207
|
+
"""ClusterTrustBundleProjection - a model defined in OpenAPI
|
|
208
|
+
|
|
209
|
+
Args:
|
|
210
|
+
path (str): Relative path from the volume root to write the bundle.
|
|
211
|
+
|
|
212
|
+
Keyword Args:
|
|
213
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
|
214
|
+
will be type checked and a TypeError will be
|
|
215
|
+
raised if the wrong type is input.
|
|
216
|
+
Defaults to True
|
|
217
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
|
218
|
+
drill down to the model in received_data
|
|
219
|
+
when deserializing a response
|
|
220
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
221
|
+
are serialized names, as specified in the OpenAPI document.
|
|
222
|
+
False if the variable names in the input data
|
|
223
|
+
are pythonic names, e.g. snake case (default)
|
|
224
|
+
_configuration (Configuration): the instance to use when
|
|
225
|
+
deserializing a file_type parameter.
|
|
226
|
+
If passed, type conversion is attempted
|
|
227
|
+
If omitted no type conversion is done.
|
|
228
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
|
229
|
+
classes that we have traveled through so that
|
|
230
|
+
if we see that class again we will not use its
|
|
231
|
+
discriminator again.
|
|
232
|
+
When traveling through a discriminator, the
|
|
233
|
+
composed schema that is
|
|
234
|
+
is traveled through is added to this set.
|
|
235
|
+
For example if Animal has a discriminator
|
|
236
|
+
petType and we pass in "Dog", and the class Dog
|
|
237
|
+
allOf includes Animal, we move through Animal
|
|
238
|
+
once using the discriminator, and pick Dog.
|
|
239
|
+
Then in Dog, we will make an instance of the
|
|
240
|
+
Animal class but this time we won't travel
|
|
241
|
+
through its discriminator because we passed in
|
|
242
|
+
_visited_composed_classes = (Animal,)
|
|
243
|
+
label_selector (LabelSelector): [optional] # noqa: E501
|
|
244
|
+
name (str): Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.. [optional] # noqa: E501
|
|
245
|
+
optional (bool): If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available. If using name, then the named ClusterTrustBundle is allowed not to exist. If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles.. [optional] # noqa: E501
|
|
246
|
+
signer_name (str): Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated.. [optional] # noqa: E501
|
|
247
|
+
"""
|
|
248
|
+
|
|
249
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
250
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', False)
|
|
251
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
252
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
253
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
254
|
+
|
|
255
|
+
if args:
|
|
256
|
+
raise ApiTypeError(
|
|
257
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
258
|
+
args,
|
|
259
|
+
self.__class__.__name__,
|
|
260
|
+
),
|
|
261
|
+
path_to_item=_path_to_item,
|
|
262
|
+
valid_classes=(self.__class__,),
|
|
263
|
+
)
|
|
264
|
+
|
|
265
|
+
self._data_store = {}
|
|
266
|
+
self._check_type = _check_type
|
|
267
|
+
self._spec_property_naming = _spec_property_naming
|
|
268
|
+
self._path_to_item = _path_to_item
|
|
269
|
+
self._configuration = _configuration
|
|
270
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
271
|
+
|
|
272
|
+
self.path = path
|
|
273
|
+
for var_name, var_value in kwargs.items():
|
|
274
|
+
if var_name not in self.attribute_map and \
|
|
275
|
+
self._configuration is not None and \
|
|
276
|
+
self._configuration.discard_unknown_keys and \
|
|
277
|
+
self.additional_properties_type is None:
|
|
278
|
+
# discard variable.
|
|
279
|
+
continue
|
|
280
|
+
setattr(self, var_name, var_value)
|
|
281
|
+
if var_name in self.read_only_vars:
|
|
282
|
+
raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
|
|
283
|
+
f"class with read only attributes.")
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Argo Workflows API
|
|
3
3
|
|
|
4
|
-
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/
|
|
4
|
+
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501
|
|
5
5
|
|
|
6
6
|
The version of the OpenAPI document: VERSION
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -136,7 +136,7 @@ class ConfigMapEnvSource(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 ConfigMap must be defined. [optional] # noqa: E501
|
|
141
141
|
"""
|
|
142
142
|
|
|
@@ -219,7 +219,7 @@ class ConfigMapEnvSource(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 ConfigMap must be defined. [optional] # noqa: E501
|
|
224
224
|
"""
|
|
225
225
|
|
|
@@ -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
|
|
@@ -141,7 +141,7 @@ class ConfigMapKeySelector(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
|
-
name (str): Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names. [optional] # noqa: E501
|
|
144
|
+
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
|
|
145
145
|
optional (bool): Specify whether the ConfigMap or its key must be defined. [optional] # noqa: E501
|
|
146
146
|
"""
|
|
147
147
|
|
|
@@ -228,7 +228,7 @@ class ConfigMapKeySelector(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
|
-
name (str): Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names. [optional] # noqa: E501
|
|
231
|
+
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
|
|
232
232
|
optional (bool): Specify whether the ConfigMap or its key must be defined. [optional] # noqa: E501
|
|
233
233
|
"""
|
|
234
234
|
|
|
@@ -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
|
|
@@ -144,9 +144,9 @@ class ConfigMapProjection(ModelNormal):
|
|
|
144
144
|
Animal class but this time we won't travel
|
|
145
145
|
through its discriminator because we passed in
|
|
146
146
|
_visited_composed_classes = (Animal,)
|
|
147
|
-
items ([KeyToPath]):
|
|
148
|
-
name (str): Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names. [optional] # noqa: E501
|
|
149
|
-
optional (bool):
|
|
147
|
+
items ([KeyToPath]): items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.. [optional] # noqa: E501
|
|
148
|
+
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
|
|
149
|
+
optional (bool): optional specify whether the ConfigMap or its keys must be defined. [optional] # noqa: E501
|
|
150
150
|
"""
|
|
151
151
|
|
|
152
152
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -228,9 +228,9 @@ class ConfigMapProjection(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
|
-
items ([KeyToPath]):
|
|
232
|
-
name (str): Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names. [optional] # noqa: E501
|
|
233
|
-
optional (bool):
|
|
231
|
+
items ([KeyToPath]): items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.. [optional] # noqa: E501
|
|
232
|
+
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
|
|
233
|
+
optional (bool): optional specify whether the ConfigMap or its keys must be defined. [optional] # noqa: E501
|
|
234
234
|
"""
|
|
235
235
|
|
|
236
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
|
|
@@ -146,10 +146,10 @@ class ConfigMapVolumeSource(ModelNormal):
|
|
|
146
146
|
Animal class but this time we won't travel
|
|
147
147
|
through its discriminator because we passed in
|
|
148
148
|
_visited_composed_classes = (Animal,)
|
|
149
|
-
default_mode (int):
|
|
150
|
-
items ([KeyToPath]):
|
|
151
|
-
name (str): Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names. [optional] # noqa: E501
|
|
152
|
-
optional (bool):
|
|
149
|
+
default_mode (int): defaultMode is optional: 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. Defaults to 0644. 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
|
|
150
|
+
items ([KeyToPath]): items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.. [optional] # noqa: E501
|
|
151
|
+
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
|
|
152
|
+
optional (bool): optional specify whether the ConfigMap or its keys must be defined. [optional] # noqa: E501
|
|
153
153
|
"""
|
|
154
154
|
|
|
155
155
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -231,10 +231,10 @@ class ConfigMapVolumeSource(ModelNormal):
|
|
|
231
231
|
Animal class but this time we won't travel
|
|
232
232
|
through its discriminator because we passed in
|
|
233
233
|
_visited_composed_classes = (Animal,)
|
|
234
|
-
default_mode (int):
|
|
235
|
-
items ([KeyToPath]):
|
|
236
|
-
name (str): Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names. [optional] # noqa: E501
|
|
237
|
-
optional (bool):
|
|
234
|
+
default_mode (int): defaultMode is optional: 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. Defaults to 0644. 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
|
|
235
|
+
items ([KeyToPath]): items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.. [optional] # noqa: E501
|
|
236
|
+
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
|
|
237
|
+
optional (bool): optional specify whether the ConfigMap or its keys must be defined. [optional] # noqa: E501
|
|
238
238
|
"""
|
|
239
239
|
|
|
240
240
|
_check_type = kwargs.pop('_check_type', True)
|