├── .gitchangelog.rc ├── .gitignore ├── .isort.cfg ├── .openapi-generator-ignore ├── .openapi-generator └── VERSION ├── ARGO_VERSION ├── CHANGELOG.rst ├── LICENSE ├── MANIFEST.in ├── Makefile ├── Pipfile ├── README.md ├── argo ├── __init__.py └── workflows │ ├── __init__.py │ └── client │ ├── __about__.py │ ├── __init__.py │ ├── api │ ├── __init__.py │ ├── archived_workflow_service_api.py │ ├── cluster_workflow_template_service_api.py │ ├── cron_workflow_service_api.py │ ├── event_service_api.py │ ├── info_service_api.py │ ├── workflow_service_api.py │ └── workflow_template_service_api.py │ ├── api_client.py │ ├── configuration.py │ ├── exceptions.py │ ├── models │ ├── __init__.py │ ├── google_protobuf_any.py │ ├── grpc_gateway_runtime_stream_error.py │ ├── io_k8s_api_policy_v1beta1_pod_disruption_budget_spec.py │ ├── stream_result_of_io_argoproj_workflow_v1alpha1_log_entry.py │ ├── stream_result_of_io_argoproj_workflow_v1alpha1_workflow_watch_event.py │ ├── stream_result_of_io_k8s_api_core_v1_event.py │ ├── v1_affinity.py │ ├── v1_aws_elastic_block_store_volume_source.py │ ├── v1_azure_disk_volume_source.py │ ├── v1_azure_file_volume_source.py │ ├── v1_capabilities.py │ ├── v1_ceph_fs_volume_source.py │ ├── v1_cinder_volume_source.py │ ├── v1_config_map_env_source.py │ ├── v1_config_map_key_selector.py │ ├── v1_config_map_projection.py │ ├── v1_config_map_volume_source.py │ ├── v1_container.py │ ├── v1_container_port.py │ ├── v1_create_options.py │ ├── v1_csi_volume_source.py │ ├── v1_downward_api_projection.py │ ├── v1_downward_api_volume_file.py │ ├── v1_downward_api_volume_source.py │ ├── v1_empty_dir_volume_source.py │ ├── v1_env_from_source.py │ ├── v1_env_var.py │ ├── v1_env_var_source.py │ ├── v1_event.py │ ├── v1_event_series.py │ ├── v1_event_source.py │ ├── v1_exec_action.py │ ├── v1_fc_volume_source.py │ ├── v1_flex_volume_source.py │ ├── v1_flocker_volume_source.py │ ├── v1_gce_persistent_disk_volume_source.py │ ├── v1_git_repo_volume_source.py │ ├── v1_glusterfs_volume_source.py │ ├── v1_handler.py │ ├── v1_host_alias.py │ ├── v1_host_path_volume_source.py │ ├── v1_http_get_action.py │ ├── v1_http_header.py │ ├── v1_iscsi_volume_source.py │ ├── v1_key_to_path.py │ ├── v1_label_selector.py │ ├── v1_label_selector_requirement.py │ ├── v1_lifecycle.py │ ├── v1_list_meta.py │ ├── v1_local_object_reference.py │ ├── v1_managed_fields_entry.py │ ├── v1_nfs_volume_source.py │ ├── v1_node_affinity.py │ ├── v1_node_selector.py │ ├── v1_node_selector_requirement.py │ ├── v1_node_selector_term.py │ ├── v1_object_field_selector.py │ ├── v1_object_meta.py │ ├── v1_object_reference.py │ ├── v1_owner_reference.py │ ├── v1_persistent_volume_claim.py │ ├── v1_persistent_volume_claim_condition.py │ ├── v1_persistent_volume_claim_spec.py │ ├── v1_persistent_volume_claim_status.py │ ├── v1_persistent_volume_claim_volume_source.py │ ├── v1_photon_persistent_disk_volume_source.py │ ├── v1_pod_affinity.py │ ├── v1_pod_affinity_term.py │ ├── v1_pod_anti_affinity.py │ ├── v1_pod_dns_config.py │ ├── v1_pod_dns_config_option.py │ ├── v1_pod_security_context.py │ ├── v1_portworx_volume_source.py │ ├── v1_preferred_scheduling_term.py │ ├── v1_probe.py │ ├── v1_projected_volume_source.py │ ├── v1_quobyte_volume_source.py │ ├── v1_rbd_volume_source.py │ ├── v1_resource_field_selector.py │ ├── v1_resource_requirements.py │ ├── v1_scale_io_volume_source.py │ ├── v1_se_linux_options.py │ ├── v1_secret_env_source.py │ ├── v1_secret_key_selector.py │ ├── v1_secret_projection.py │ ├── v1_secret_volume_source.py │ ├── v1_security_context.py │ ├── v1_service_account_token_projection.py │ ├── v1_status_cause.py │ ├── v1_status_details.py │ ├── v1_storage_os_volume_source.py │ ├── v1_sysctl.py │ ├── v1_tcp_socket_action.py │ ├── v1_toleration.py │ ├── v1_typed_local_object_reference.py │ ├── v1_volume.py │ ├── v1_volume_device.py │ ├── v1_volume_mount.py │ ├── v1_volume_projection.py │ ├── v1_vsphere_virtual_disk_volume_source.py │ ├── v1_weighted_pod_affinity_term.py │ ├── v1_windows_security_context_options.py │ ├── v1alpha1_archive_strategy.py │ ├── v1alpha1_arguments.py │ ├── v1alpha1_artifact.py │ ├── v1alpha1_artifact_location.py │ ├── v1alpha1_artifact_repository_ref.py │ ├── v1alpha1_artifactory_artifact.py │ ├── v1alpha1_backoff.py │ ├── v1alpha1_cache.py │ ├── v1alpha1_cluster_workflow_template.py │ ├── v1alpha1_cluster_workflow_template_create_request.py │ ├── v1alpha1_cluster_workflow_template_lint_request.py │ ├── v1alpha1_cluster_workflow_template_list.py │ ├── v1alpha1_cluster_workflow_template_update_request.py │ ├── v1alpha1_condition.py │ ├── v1alpha1_continue_on.py │ ├── v1alpha1_counter.py │ ├── v1alpha1_create_cron_workflow_request.py │ ├── v1alpha1_cron_workflow.py │ ├── v1alpha1_cron_workflow_list.py │ ├── v1alpha1_cron_workflow_spec.py │ ├── v1alpha1_cron_workflow_status.py │ ├── v1alpha1_dag_task.py │ ├── v1alpha1_dag_template.py │ ├── v1alpha1_event.py │ ├── v1alpha1_executor_config.py │ ├── v1alpha1_gauge.py │ ├── v1alpha1_gcs_artifact.py │ ├── v1alpha1_get_user_info_response.py │ ├── v1alpha1_git_artifact.py │ ├── v1alpha1_hdfs_artifact.py │ ├── v1alpha1_histogram.py │ ├── v1alpha1_http_artifact.py │ ├── v1alpha1_info_response.py │ ├── v1alpha1_inputs.py │ ├── v1alpha1_link.py │ ├── v1alpha1_lint_cron_workflow_request.py │ ├── v1alpha1_log_entry.py │ ├── v1alpha1_memoization_status.py │ ├── v1alpha1_memoize.py │ ├── v1alpha1_metadata.py │ ├── v1alpha1_metric_label.py │ ├── v1alpha1_metrics.py │ ├── v1alpha1_mutex.py │ ├── v1alpha1_mutex_holding.py │ ├── v1alpha1_mutex_status.py │ ├── v1alpha1_node_status.py │ ├── v1alpha1_node_synchronization_status.py │ ├── v1alpha1_oss_artifact.py │ ├── v1alpha1_outputs.py │ ├── v1alpha1_parameter.py │ ├── v1alpha1_pod_gc.py │ ├── v1alpha1_prometheus.py │ ├── v1alpha1_raw_artifact.py │ ├── v1alpha1_resource_template.py │ ├── v1alpha1_retry_strategy.py │ ├── v1alpha1_s3_artifact.py │ ├── v1alpha1_script_template.py │ ├── v1alpha1_semaphore_holding.py │ ├── v1alpha1_semaphore_ref.py │ ├── v1alpha1_semaphore_status.py │ ├── v1alpha1_sequence.py │ ├── v1alpha1_submit.py │ ├── v1alpha1_submit_opts.py │ ├── v1alpha1_suspend_template.py │ ├── v1alpha1_synchronization.py │ ├── v1alpha1_synchronization_status.py │ ├── v1alpha1_tar_strategy.py │ ├── v1alpha1_template.py │ ├── v1alpha1_template_ref.py │ ├── v1alpha1_ttl_strategy.py │ ├── v1alpha1_update_cron_workflow_request.py │ ├── v1alpha1_user_container.py │ ├── v1alpha1_value_from.py │ ├── v1alpha1_version.py │ ├── v1alpha1_workflow.py │ ├── v1alpha1_workflow_create_request.py │ ├── v1alpha1_workflow_event_binding.py │ ├── v1alpha1_workflow_event_binding_spec.py │ ├── v1alpha1_workflow_lint_request.py │ ├── v1alpha1_workflow_list.py │ ├── v1alpha1_workflow_resubmit_request.py │ ├── v1alpha1_workflow_resume_request.py │ ├── v1alpha1_workflow_retry_request.py │ ├── v1alpha1_workflow_set_request.py │ ├── v1alpha1_workflow_spec.py │ ├── v1alpha1_workflow_status.py │ ├── v1alpha1_workflow_step.py │ ├── v1alpha1_workflow_stop_request.py │ ├── v1alpha1_workflow_submit_request.py │ ├── v1alpha1_workflow_suspend_request.py │ ├── v1alpha1_workflow_template.py │ ├── v1alpha1_workflow_template_create_request.py │ ├── v1alpha1_workflow_template_lint_request.py │ ├── v1alpha1_workflow_template_list.py │ ├── v1alpha1_workflow_template_ref.py │ ├── v1alpha1_workflow_template_spec.py │ ├── v1alpha1_workflow_template_update_request.py │ ├── v1alpha1_workflow_terminate_request.py │ └── v1alpha1_workflow_watch_event.py │ └── rest.py ├── docs ├── ArchivedWorkflowServiceApi.md ├── ClusterWorkflowTemplateServiceApi.md ├── CronWorkflowServiceApi.md ├── EventServiceApi.md ├── GoogleProtobufAny.md ├── GrpcGatewayRuntimeStreamError.md ├── InfoServiceApi.md ├── IoK8sApiPolicyV1beta1PodDisruptionBudgetSpec.md ├── StreamResultOfIoArgoprojWorkflowV1alpha1LogEntry.md ├── StreamResultOfIoArgoprojWorkflowV1alpha1WorkflowWatchEvent.md ├── StreamResultOfIoK8sApiCoreV1Event.md ├── V1AWSElasticBlockStoreVolumeSource.md ├── V1Affinity.md ├── V1AzureDiskVolumeSource.md ├── V1AzureFileVolumeSource.md ├── V1CSIVolumeSource.md ├── V1Capabilities.md ├── V1CephFSVolumeSource.md ├── V1CinderVolumeSource.md ├── V1ConfigMapEnvSource.md ├── V1ConfigMapKeySelector.md ├── V1ConfigMapProjection.md ├── V1ConfigMapVolumeSource.md ├── V1Container.md ├── V1ContainerPort.md ├── V1CreateOptions.md ├── V1DownwardAPIProjection.md ├── V1DownwardAPIVolumeFile.md ├── V1DownwardAPIVolumeSource.md ├── V1EmptyDirVolumeSource.md ├── V1EnvFromSource.md ├── V1EnvVar.md ├── V1EnvVarSource.md ├── V1Event.md ├── V1EventSeries.md ├── V1EventSource.md ├── V1ExecAction.md ├── V1FCVolumeSource.md ├── V1FlexVolumeSource.md ├── V1FlockerVolumeSource.md ├── V1GCEPersistentDiskVolumeSource.md ├── V1GitRepoVolumeSource.md ├── V1GlusterfsVolumeSource.md ├── V1HTTPGetAction.md ├── V1HTTPHeader.md ├── V1Handler.md ├── V1HostAlias.md ├── V1HostPathVolumeSource.md ├── V1ISCSIVolumeSource.md ├── V1KeyToPath.md ├── V1LabelSelector.md ├── V1LabelSelectorRequirement.md ├── V1Lifecycle.md ├── V1ListMeta.md ├── V1LocalObjectReference.md ├── V1ManagedFieldsEntry.md ├── V1NFSVolumeSource.md ├── V1NodeAffinity.md ├── V1NodeSelector.md ├── V1NodeSelectorRequirement.md ├── V1NodeSelectorTerm.md ├── V1ObjectFieldSelector.md ├── V1ObjectMeta.md ├── V1ObjectReference.md ├── V1OwnerReference.md ├── V1PersistentVolumeClaim.md ├── V1PersistentVolumeClaimCondition.md ├── V1PersistentVolumeClaimSpec.md ├── V1PersistentVolumeClaimStatus.md ├── V1PersistentVolumeClaimVolumeSource.md ├── V1PhotonPersistentDiskVolumeSource.md ├── V1PodAffinity.md ├── V1PodAffinityTerm.md ├── V1PodAntiAffinity.md ├── V1PodDNSConfig.md ├── V1PodDNSConfigOption.md ├── V1PodSecurityContext.md ├── V1PortworxVolumeSource.md ├── V1PreferredSchedulingTerm.md ├── V1Probe.md ├── V1ProjectedVolumeSource.md ├── V1QuobyteVolumeSource.md ├── V1RBDVolumeSource.md ├── V1ResourceFieldSelector.md ├── V1ResourceRequirements.md ├── V1SELinuxOptions.md ├── V1ScaleIOVolumeSource.md ├── V1SecretEnvSource.md ├── V1SecretKeySelector.md ├── V1SecretProjection.md ├── V1SecretVolumeSource.md ├── V1SecurityContext.md ├── V1ServiceAccountTokenProjection.md ├── V1StatusCause.md ├── V1StatusDetails.md ├── V1StorageOSVolumeSource.md ├── V1Sysctl.md ├── V1TCPSocketAction.md ├── V1Toleration.md ├── V1TypedLocalObjectReference.md ├── V1Volume.md ├── V1VolumeDevice.md ├── V1VolumeMount.md ├── V1VolumeProjection.md ├── V1VsphereVirtualDiskVolumeSource.md ├── V1WeightedPodAffinityTerm.md ├── V1WindowsSecurityContextOptions.md ├── V1alpha1ArchiveStrategy.md ├── V1alpha1Arguments.md ├── V1alpha1Artifact.md ├── V1alpha1ArtifactLocation.md ├── V1alpha1ArtifactRepositoryRef.md ├── V1alpha1ArtifactoryArtifact.md ├── V1alpha1Backoff.md ├── V1alpha1Cache.md ├── V1alpha1ClusterWorkflowTemplate.md ├── V1alpha1ClusterWorkflowTemplateCreateRequest.md ├── V1alpha1ClusterWorkflowTemplateLintRequest.md ├── V1alpha1ClusterWorkflowTemplateList.md ├── V1alpha1ClusterWorkflowTemplateUpdateRequest.md ├── V1alpha1Condition.md ├── V1alpha1ContinueOn.md ├── V1alpha1Counter.md ├── V1alpha1CreateCronWorkflowRequest.md ├── V1alpha1CronWorkflow.md ├── V1alpha1CronWorkflowList.md ├── V1alpha1CronWorkflowSpec.md ├── V1alpha1CronWorkflowStatus.md ├── V1alpha1DAGTask.md ├── V1alpha1DAGTemplate.md ├── V1alpha1Event.md ├── V1alpha1ExecutorConfig.md ├── V1alpha1GCSArtifact.md ├── V1alpha1Gauge.md ├── V1alpha1GetUserInfoResponse.md ├── V1alpha1GitArtifact.md ├── V1alpha1HDFSArtifact.md ├── V1alpha1HTTPArtifact.md ├── V1alpha1Histogram.md ├── V1alpha1InfoResponse.md ├── V1alpha1Inputs.md ├── V1alpha1Link.md ├── V1alpha1LintCronWorkflowRequest.md ├── V1alpha1LogEntry.md ├── V1alpha1MemoizationStatus.md ├── V1alpha1Memoize.md ├── V1alpha1Metadata.md ├── V1alpha1MetricLabel.md ├── V1alpha1Metrics.md ├── V1alpha1Mutex.md ├── V1alpha1MutexHolding.md ├── V1alpha1MutexStatus.md ├── V1alpha1NodeStatus.md ├── V1alpha1NodeSynchronizationStatus.md ├── V1alpha1OSSArtifact.md ├── V1alpha1Outputs.md ├── V1alpha1Parameter.md ├── V1alpha1PodGC.md ├── V1alpha1Prometheus.md ├── V1alpha1RawArtifact.md ├── V1alpha1ResourceTemplate.md ├── V1alpha1RetryStrategy.md ├── V1alpha1S3Artifact.md ├── V1alpha1ScriptTemplate.md ├── V1alpha1SemaphoreHolding.md ├── V1alpha1SemaphoreRef.md ├── V1alpha1SemaphoreStatus.md ├── V1alpha1Sequence.md ├── V1alpha1Submit.md ├── V1alpha1SubmitOpts.md ├── V1alpha1SuspendTemplate.md ├── V1alpha1Synchronization.md ├── V1alpha1SynchronizationStatus.md ├── V1alpha1TTLStrategy.md ├── V1alpha1TarStrategy.md ├── V1alpha1Template.md ├── V1alpha1TemplateRef.md ├── V1alpha1UpdateCronWorkflowRequest.md ├── V1alpha1UserContainer.md ├── V1alpha1ValueFrom.md ├── V1alpha1Version.md ├── V1alpha1Workflow.md ├── V1alpha1WorkflowCreateRequest.md ├── V1alpha1WorkflowEventBinding.md ├── V1alpha1WorkflowEventBindingSpec.md ├── V1alpha1WorkflowLintRequest.md ├── V1alpha1WorkflowList.md ├── V1alpha1WorkflowResubmitRequest.md ├── V1alpha1WorkflowResumeRequest.md ├── V1alpha1WorkflowRetryRequest.md ├── V1alpha1WorkflowSetRequest.md ├── V1alpha1WorkflowSpec.md ├── V1alpha1WorkflowStatus.md ├── V1alpha1WorkflowStep.md ├── V1alpha1WorkflowStopRequest.md ├── V1alpha1WorkflowSubmitRequest.md ├── V1alpha1WorkflowSuspendRequest.md ├── V1alpha1WorkflowTemplate.md ├── V1alpha1WorkflowTemplateCreateRequest.md ├── V1alpha1WorkflowTemplateLintRequest.md ├── V1alpha1WorkflowTemplateList.md ├── V1alpha1WorkflowTemplateRef.md ├── V1alpha1WorkflowTemplateSpec.md ├── V1alpha1WorkflowTemplateUpdateRequest.md ├── V1alpha1WorkflowTerminateRequest.md ├── V1alpha1WorkflowWatchEvent.md ├── WorkflowServiceApi.md └── WorkflowTemplateServiceApi.md ├── git_push.sh ├── openapi ├── custom │ ├── config.json │ ├── paths.json │ ├── security.json │ └── version.json ├── definitions.json ├── definitions │ ├── V1Time.json │ └── argo.json ├── info.json ├── paths.json ├── specs │ ├── argo-2.10.0.json │ ├── argo-2.10.1.json │ ├── argo-2.10.2.json │ ├── argo-2.11.7.json │ ├── argo-2.11.8.json │ ├── kubernetes-release-1.15.json │ └── kubernetes-release-1.16.json └── swagger.json ├── pytest.ini ├── requirements-dev.txt ├── requirements-test.txt ├── requirements.txt ├── scripts ├── generate_changelog.sh ├── generate_client.sh └── preprocess.py ├── setup.cfg ├── setup.py └── tox.ini /.gitchangelog.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/.gitchangelog.rc -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/.gitignore -------------------------------------------------------------------------------- /.isort.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/.isort.cfg -------------------------------------------------------------------------------- /.openapi-generator-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/.openapi-generator-ignore -------------------------------------------------------------------------------- /.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 4.3.1 -------------------------------------------------------------------------------- /ARGO_VERSION: -------------------------------------------------------------------------------- 1 | 2.12.2 2 | -------------------------------------------------------------------------------- /CHANGELOG.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/CHANGELOG.rst -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/Makefile -------------------------------------------------------------------------------- /Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/Pipfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/README.md -------------------------------------------------------------------------------- /argo/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /argo/workflows/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /argo/workflows/client/__about__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/__about__.py -------------------------------------------------------------------------------- /argo/workflows/client/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/__init__.py -------------------------------------------------------------------------------- /argo/workflows/client/api/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/api/__init__.py -------------------------------------------------------------------------------- /argo/workflows/client/api/archived_workflow_service_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/api/archived_workflow_service_api.py -------------------------------------------------------------------------------- /argo/workflows/client/api/cluster_workflow_template_service_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/api/cluster_workflow_template_service_api.py -------------------------------------------------------------------------------- /argo/workflows/client/api/cron_workflow_service_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/api/cron_workflow_service_api.py -------------------------------------------------------------------------------- /argo/workflows/client/api/event_service_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/api/event_service_api.py -------------------------------------------------------------------------------- /argo/workflows/client/api/info_service_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/api/info_service_api.py -------------------------------------------------------------------------------- /argo/workflows/client/api/workflow_service_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/api/workflow_service_api.py -------------------------------------------------------------------------------- /argo/workflows/client/api/workflow_template_service_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/api/workflow_template_service_api.py -------------------------------------------------------------------------------- /argo/workflows/client/api_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/api_client.py -------------------------------------------------------------------------------- /argo/workflows/client/configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/configuration.py -------------------------------------------------------------------------------- /argo/workflows/client/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/exceptions.py -------------------------------------------------------------------------------- /argo/workflows/client/models/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/__init__.py -------------------------------------------------------------------------------- /argo/workflows/client/models/google_protobuf_any.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/google_protobuf_any.py -------------------------------------------------------------------------------- /argo/workflows/client/models/grpc_gateway_runtime_stream_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/grpc_gateway_runtime_stream_error.py -------------------------------------------------------------------------------- /argo/workflows/client/models/io_k8s_api_policy_v1beta1_pod_disruption_budget_spec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/io_k8s_api_policy_v1beta1_pod_disruption_budget_spec.py -------------------------------------------------------------------------------- /argo/workflows/client/models/stream_result_of_io_argoproj_workflow_v1alpha1_log_entry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/stream_result_of_io_argoproj_workflow_v1alpha1_log_entry.py -------------------------------------------------------------------------------- /argo/workflows/client/models/stream_result_of_io_argoproj_workflow_v1alpha1_workflow_watch_event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/stream_result_of_io_argoproj_workflow_v1alpha1_workflow_watch_event.py -------------------------------------------------------------------------------- /argo/workflows/client/models/stream_result_of_io_k8s_api_core_v1_event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/stream_result_of_io_k8s_api_core_v1_event.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_affinity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_affinity.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_aws_elastic_block_store_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_aws_elastic_block_store_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_azure_disk_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_azure_disk_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_azure_file_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_azure_file_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_capabilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_capabilities.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_ceph_fs_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_ceph_fs_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_cinder_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_cinder_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_config_map_env_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_config_map_env_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_config_map_key_selector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_config_map_key_selector.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_config_map_projection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_config_map_projection.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_config_map_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_config_map_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_container.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_container.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_container_port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_container_port.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_create_options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_create_options.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_csi_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_csi_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_downward_api_projection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_downward_api_projection.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_downward_api_volume_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_downward_api_volume_file.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_downward_api_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_downward_api_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_empty_dir_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_empty_dir_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_env_from_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_env_from_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_env_var.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_env_var.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_env_var_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_env_var_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_event.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_event_series.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_event_series.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_event_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_event_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_exec_action.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_exec_action.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_fc_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_fc_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_flex_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_flex_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_flocker_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_flocker_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_gce_persistent_disk_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_gce_persistent_disk_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_git_repo_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_git_repo_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_glusterfs_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_glusterfs_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_handler.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_host_alias.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_host_alias.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_host_path_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_host_path_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_http_get_action.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_http_get_action.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_http_header.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_http_header.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_iscsi_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_iscsi_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_key_to_path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_key_to_path.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_label_selector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_label_selector.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_label_selector_requirement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_label_selector_requirement.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_lifecycle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_lifecycle.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_list_meta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_list_meta.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_local_object_reference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_local_object_reference.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_managed_fields_entry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_managed_fields_entry.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_nfs_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_nfs_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_node_affinity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_node_affinity.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_node_selector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_node_selector.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_node_selector_requirement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_node_selector_requirement.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_node_selector_term.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_node_selector_term.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_object_field_selector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_object_field_selector.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_object_meta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_object_meta.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_object_reference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_object_reference.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_owner_reference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_owner_reference.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_persistent_volume_claim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_persistent_volume_claim.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_persistent_volume_claim_condition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_persistent_volume_claim_condition.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_persistent_volume_claim_spec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_persistent_volume_claim_spec.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_persistent_volume_claim_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_persistent_volume_claim_status.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_persistent_volume_claim_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_persistent_volume_claim_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_photon_persistent_disk_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_photon_persistent_disk_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_pod_affinity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_pod_affinity.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_pod_affinity_term.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_pod_affinity_term.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_pod_anti_affinity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_pod_anti_affinity.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_pod_dns_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_pod_dns_config.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_pod_dns_config_option.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_pod_dns_config_option.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_pod_security_context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_pod_security_context.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_portworx_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_portworx_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_preferred_scheduling_term.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_preferred_scheduling_term.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_probe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_probe.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_projected_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_projected_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_quobyte_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_quobyte_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_rbd_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_rbd_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_resource_field_selector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_resource_field_selector.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_resource_requirements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_resource_requirements.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_scale_io_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_scale_io_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_se_linux_options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_se_linux_options.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_secret_env_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_secret_env_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_secret_key_selector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_secret_key_selector.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_secret_projection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_secret_projection.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_secret_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_secret_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_security_context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_security_context.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_service_account_token_projection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_service_account_token_projection.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_status_cause.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_status_cause.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_status_details.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_status_details.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_storage_os_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_storage_os_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_sysctl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_sysctl.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_tcp_socket_action.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_tcp_socket_action.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_toleration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_toleration.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_typed_local_object_reference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_typed_local_object_reference.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_volume.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_volume.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_volume_device.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_volume_device.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_volume_mount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_volume_mount.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_volume_projection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_volume_projection.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_vsphere_virtual_disk_volume_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_vsphere_virtual_disk_volume_source.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_weighted_pod_affinity_term.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_weighted_pod_affinity_term.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1_windows_security_context_options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1_windows_security_context_options.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_archive_strategy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_archive_strategy.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_arguments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_arguments.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_artifact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_artifact.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_artifact_location.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_artifact_location.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_artifact_repository_ref.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_artifact_repository_ref.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_artifactory_artifact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_artifactory_artifact.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_backoff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_backoff.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_cache.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_cluster_workflow_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_cluster_workflow_template.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_cluster_workflow_template_create_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_cluster_workflow_template_create_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_cluster_workflow_template_lint_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_cluster_workflow_template_lint_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_cluster_workflow_template_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_cluster_workflow_template_list.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_cluster_workflow_template_update_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_cluster_workflow_template_update_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_condition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_condition.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_continue_on.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_continue_on.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_counter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_counter.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_create_cron_workflow_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_create_cron_workflow_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_cron_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_cron_workflow.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_cron_workflow_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_cron_workflow_list.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_cron_workflow_spec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_cron_workflow_spec.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_cron_workflow_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_cron_workflow_status.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_dag_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_dag_task.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_dag_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_dag_template.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_event.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_executor_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_executor_config.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_gauge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_gauge.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_gcs_artifact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_gcs_artifact.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_get_user_info_response.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_get_user_info_response.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_git_artifact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_git_artifact.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_hdfs_artifact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_hdfs_artifact.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_histogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_histogram.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_http_artifact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_http_artifact.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_info_response.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_info_response.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_inputs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_inputs.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_link.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_link.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_lint_cron_workflow_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_lint_cron_workflow_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_log_entry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_log_entry.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_memoization_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_memoization_status.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_memoize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_memoize.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_metadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_metadata.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_metric_label.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_metric_label.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_metrics.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_mutex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_mutex.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_mutex_holding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_mutex_holding.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_mutex_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_mutex_status.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_node_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_node_status.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_node_synchronization_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_node_synchronization_status.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_oss_artifact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_oss_artifact.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_outputs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_outputs.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_parameter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_parameter.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_pod_gc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_pod_gc.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_prometheus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_prometheus.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_raw_artifact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_raw_artifact.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_resource_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_resource_template.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_retry_strategy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_retry_strategy.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_s3_artifact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_s3_artifact.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_script_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_script_template.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_semaphore_holding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_semaphore_holding.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_semaphore_ref.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_semaphore_ref.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_semaphore_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_semaphore_status.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_sequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_sequence.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_submit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_submit.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_submit_opts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_submit_opts.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_suspend_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_suspend_template.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_synchronization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_synchronization.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_synchronization_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_synchronization_status.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_tar_strategy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_tar_strategy.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_template.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_template_ref.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_template_ref.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_ttl_strategy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_ttl_strategy.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_update_cron_workflow_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_update_cron_workflow_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_user_container.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_user_container.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_value_from.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_value_from.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_version.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_create_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_create_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_event_binding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_event_binding.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_event_binding_spec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_event_binding_spec.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_lint_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_lint_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_list.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_resubmit_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_resubmit_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_resume_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_resume_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_retry_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_retry_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_set_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_set_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_spec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_spec.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_status.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_step.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_step.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_stop_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_stop_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_submit_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_submit_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_suspend_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_suspend_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_template.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_template_create_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_template_create_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_template_lint_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_template_lint_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_template_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_template_list.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_template_ref.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_template_ref.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_template_spec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_template_spec.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_template_update_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_template_update_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_terminate_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_terminate_request.py -------------------------------------------------------------------------------- /argo/workflows/client/models/v1alpha1_workflow_watch_event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/models/v1alpha1_workflow_watch_event.py -------------------------------------------------------------------------------- /argo/workflows/client/rest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/argo/workflows/client/rest.py -------------------------------------------------------------------------------- /docs/ArchivedWorkflowServiceApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/ArchivedWorkflowServiceApi.md -------------------------------------------------------------------------------- /docs/ClusterWorkflowTemplateServiceApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/ClusterWorkflowTemplateServiceApi.md -------------------------------------------------------------------------------- /docs/CronWorkflowServiceApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/CronWorkflowServiceApi.md -------------------------------------------------------------------------------- /docs/EventServiceApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/EventServiceApi.md -------------------------------------------------------------------------------- /docs/GoogleProtobufAny.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/GoogleProtobufAny.md -------------------------------------------------------------------------------- /docs/GrpcGatewayRuntimeStreamError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/GrpcGatewayRuntimeStreamError.md -------------------------------------------------------------------------------- /docs/InfoServiceApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/InfoServiceApi.md -------------------------------------------------------------------------------- /docs/IoK8sApiPolicyV1beta1PodDisruptionBudgetSpec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/IoK8sApiPolicyV1beta1PodDisruptionBudgetSpec.md -------------------------------------------------------------------------------- /docs/StreamResultOfIoArgoprojWorkflowV1alpha1LogEntry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/StreamResultOfIoArgoprojWorkflowV1alpha1LogEntry.md -------------------------------------------------------------------------------- /docs/StreamResultOfIoArgoprojWorkflowV1alpha1WorkflowWatchEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/StreamResultOfIoArgoprojWorkflowV1alpha1WorkflowWatchEvent.md -------------------------------------------------------------------------------- /docs/StreamResultOfIoK8sApiCoreV1Event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/StreamResultOfIoK8sApiCoreV1Event.md -------------------------------------------------------------------------------- /docs/V1AWSElasticBlockStoreVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1AWSElasticBlockStoreVolumeSource.md -------------------------------------------------------------------------------- /docs/V1Affinity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1Affinity.md -------------------------------------------------------------------------------- /docs/V1AzureDiskVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1AzureDiskVolumeSource.md -------------------------------------------------------------------------------- /docs/V1AzureFileVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1AzureFileVolumeSource.md -------------------------------------------------------------------------------- /docs/V1CSIVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1CSIVolumeSource.md -------------------------------------------------------------------------------- /docs/V1Capabilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1Capabilities.md -------------------------------------------------------------------------------- /docs/V1CephFSVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1CephFSVolumeSource.md -------------------------------------------------------------------------------- /docs/V1CinderVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1CinderVolumeSource.md -------------------------------------------------------------------------------- /docs/V1ConfigMapEnvSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ConfigMapEnvSource.md -------------------------------------------------------------------------------- /docs/V1ConfigMapKeySelector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ConfigMapKeySelector.md -------------------------------------------------------------------------------- /docs/V1ConfigMapProjection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ConfigMapProjection.md -------------------------------------------------------------------------------- /docs/V1ConfigMapVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ConfigMapVolumeSource.md -------------------------------------------------------------------------------- /docs/V1Container.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1Container.md -------------------------------------------------------------------------------- /docs/V1ContainerPort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ContainerPort.md -------------------------------------------------------------------------------- /docs/V1CreateOptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1CreateOptions.md -------------------------------------------------------------------------------- /docs/V1DownwardAPIProjection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1DownwardAPIProjection.md -------------------------------------------------------------------------------- /docs/V1DownwardAPIVolumeFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1DownwardAPIVolumeFile.md -------------------------------------------------------------------------------- /docs/V1DownwardAPIVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1DownwardAPIVolumeSource.md -------------------------------------------------------------------------------- /docs/V1EmptyDirVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1EmptyDirVolumeSource.md -------------------------------------------------------------------------------- /docs/V1EnvFromSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1EnvFromSource.md -------------------------------------------------------------------------------- /docs/V1EnvVar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1EnvVar.md -------------------------------------------------------------------------------- /docs/V1EnvVarSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1EnvVarSource.md -------------------------------------------------------------------------------- /docs/V1Event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1Event.md -------------------------------------------------------------------------------- /docs/V1EventSeries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1EventSeries.md -------------------------------------------------------------------------------- /docs/V1EventSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1EventSource.md -------------------------------------------------------------------------------- /docs/V1ExecAction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ExecAction.md -------------------------------------------------------------------------------- /docs/V1FCVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1FCVolumeSource.md -------------------------------------------------------------------------------- /docs/V1FlexVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1FlexVolumeSource.md -------------------------------------------------------------------------------- /docs/V1FlockerVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1FlockerVolumeSource.md -------------------------------------------------------------------------------- /docs/V1GCEPersistentDiskVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1GCEPersistentDiskVolumeSource.md -------------------------------------------------------------------------------- /docs/V1GitRepoVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1GitRepoVolumeSource.md -------------------------------------------------------------------------------- /docs/V1GlusterfsVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1GlusterfsVolumeSource.md -------------------------------------------------------------------------------- /docs/V1HTTPGetAction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1HTTPGetAction.md -------------------------------------------------------------------------------- /docs/V1HTTPHeader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1HTTPHeader.md -------------------------------------------------------------------------------- /docs/V1Handler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1Handler.md -------------------------------------------------------------------------------- /docs/V1HostAlias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1HostAlias.md -------------------------------------------------------------------------------- /docs/V1HostPathVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1HostPathVolumeSource.md -------------------------------------------------------------------------------- /docs/V1ISCSIVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ISCSIVolumeSource.md -------------------------------------------------------------------------------- /docs/V1KeyToPath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1KeyToPath.md -------------------------------------------------------------------------------- /docs/V1LabelSelector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1LabelSelector.md -------------------------------------------------------------------------------- /docs/V1LabelSelectorRequirement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1LabelSelectorRequirement.md -------------------------------------------------------------------------------- /docs/V1Lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1Lifecycle.md -------------------------------------------------------------------------------- /docs/V1ListMeta.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ListMeta.md -------------------------------------------------------------------------------- /docs/V1LocalObjectReference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1LocalObjectReference.md -------------------------------------------------------------------------------- /docs/V1ManagedFieldsEntry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ManagedFieldsEntry.md -------------------------------------------------------------------------------- /docs/V1NFSVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1NFSVolumeSource.md -------------------------------------------------------------------------------- /docs/V1NodeAffinity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1NodeAffinity.md -------------------------------------------------------------------------------- /docs/V1NodeSelector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1NodeSelector.md -------------------------------------------------------------------------------- /docs/V1NodeSelectorRequirement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1NodeSelectorRequirement.md -------------------------------------------------------------------------------- /docs/V1NodeSelectorTerm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1NodeSelectorTerm.md -------------------------------------------------------------------------------- /docs/V1ObjectFieldSelector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ObjectFieldSelector.md -------------------------------------------------------------------------------- /docs/V1ObjectMeta.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ObjectMeta.md -------------------------------------------------------------------------------- /docs/V1ObjectReference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ObjectReference.md -------------------------------------------------------------------------------- /docs/V1OwnerReference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1OwnerReference.md -------------------------------------------------------------------------------- /docs/V1PersistentVolumeClaim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1PersistentVolumeClaim.md -------------------------------------------------------------------------------- /docs/V1PersistentVolumeClaimCondition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1PersistentVolumeClaimCondition.md -------------------------------------------------------------------------------- /docs/V1PersistentVolumeClaimSpec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1PersistentVolumeClaimSpec.md -------------------------------------------------------------------------------- /docs/V1PersistentVolumeClaimStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1PersistentVolumeClaimStatus.md -------------------------------------------------------------------------------- /docs/V1PersistentVolumeClaimVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1PersistentVolumeClaimVolumeSource.md -------------------------------------------------------------------------------- /docs/V1PhotonPersistentDiskVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1PhotonPersistentDiskVolumeSource.md -------------------------------------------------------------------------------- /docs/V1PodAffinity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1PodAffinity.md -------------------------------------------------------------------------------- /docs/V1PodAffinityTerm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1PodAffinityTerm.md -------------------------------------------------------------------------------- /docs/V1PodAntiAffinity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1PodAntiAffinity.md -------------------------------------------------------------------------------- /docs/V1PodDNSConfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1PodDNSConfig.md -------------------------------------------------------------------------------- /docs/V1PodDNSConfigOption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1PodDNSConfigOption.md -------------------------------------------------------------------------------- /docs/V1PodSecurityContext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1PodSecurityContext.md -------------------------------------------------------------------------------- /docs/V1PortworxVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1PortworxVolumeSource.md -------------------------------------------------------------------------------- /docs/V1PreferredSchedulingTerm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1PreferredSchedulingTerm.md -------------------------------------------------------------------------------- /docs/V1Probe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1Probe.md -------------------------------------------------------------------------------- /docs/V1ProjectedVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ProjectedVolumeSource.md -------------------------------------------------------------------------------- /docs/V1QuobyteVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1QuobyteVolumeSource.md -------------------------------------------------------------------------------- /docs/V1RBDVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1RBDVolumeSource.md -------------------------------------------------------------------------------- /docs/V1ResourceFieldSelector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ResourceFieldSelector.md -------------------------------------------------------------------------------- /docs/V1ResourceRequirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ResourceRequirements.md -------------------------------------------------------------------------------- /docs/V1SELinuxOptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1SELinuxOptions.md -------------------------------------------------------------------------------- /docs/V1ScaleIOVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ScaleIOVolumeSource.md -------------------------------------------------------------------------------- /docs/V1SecretEnvSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1SecretEnvSource.md -------------------------------------------------------------------------------- /docs/V1SecretKeySelector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1SecretKeySelector.md -------------------------------------------------------------------------------- /docs/V1SecretProjection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1SecretProjection.md -------------------------------------------------------------------------------- /docs/V1SecretVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1SecretVolumeSource.md -------------------------------------------------------------------------------- /docs/V1SecurityContext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1SecurityContext.md -------------------------------------------------------------------------------- /docs/V1ServiceAccountTokenProjection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1ServiceAccountTokenProjection.md -------------------------------------------------------------------------------- /docs/V1StatusCause.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1StatusCause.md -------------------------------------------------------------------------------- /docs/V1StatusDetails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1StatusDetails.md -------------------------------------------------------------------------------- /docs/V1StorageOSVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1StorageOSVolumeSource.md -------------------------------------------------------------------------------- /docs/V1Sysctl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1Sysctl.md -------------------------------------------------------------------------------- /docs/V1TCPSocketAction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1TCPSocketAction.md -------------------------------------------------------------------------------- /docs/V1Toleration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1Toleration.md -------------------------------------------------------------------------------- /docs/V1TypedLocalObjectReference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1TypedLocalObjectReference.md -------------------------------------------------------------------------------- /docs/V1Volume.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1Volume.md -------------------------------------------------------------------------------- /docs/V1VolumeDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1VolumeDevice.md -------------------------------------------------------------------------------- /docs/V1VolumeMount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1VolumeMount.md -------------------------------------------------------------------------------- /docs/V1VolumeProjection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1VolumeProjection.md -------------------------------------------------------------------------------- /docs/V1VsphereVirtualDiskVolumeSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1VsphereVirtualDiskVolumeSource.md -------------------------------------------------------------------------------- /docs/V1WeightedPodAffinityTerm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1WeightedPodAffinityTerm.md -------------------------------------------------------------------------------- /docs/V1WindowsSecurityContextOptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1WindowsSecurityContextOptions.md -------------------------------------------------------------------------------- /docs/V1alpha1ArchiveStrategy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1ArchiveStrategy.md -------------------------------------------------------------------------------- /docs/V1alpha1Arguments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Arguments.md -------------------------------------------------------------------------------- /docs/V1alpha1Artifact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Artifact.md -------------------------------------------------------------------------------- /docs/V1alpha1ArtifactLocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1ArtifactLocation.md -------------------------------------------------------------------------------- /docs/V1alpha1ArtifactRepositoryRef.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1ArtifactRepositoryRef.md -------------------------------------------------------------------------------- /docs/V1alpha1ArtifactoryArtifact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1ArtifactoryArtifact.md -------------------------------------------------------------------------------- /docs/V1alpha1Backoff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Backoff.md -------------------------------------------------------------------------------- /docs/V1alpha1Cache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Cache.md -------------------------------------------------------------------------------- /docs/V1alpha1ClusterWorkflowTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1ClusterWorkflowTemplate.md -------------------------------------------------------------------------------- /docs/V1alpha1ClusterWorkflowTemplateCreateRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1ClusterWorkflowTemplateCreateRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1ClusterWorkflowTemplateLintRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1ClusterWorkflowTemplateLintRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1ClusterWorkflowTemplateList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1ClusterWorkflowTemplateList.md -------------------------------------------------------------------------------- /docs/V1alpha1ClusterWorkflowTemplateUpdateRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1ClusterWorkflowTemplateUpdateRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1Condition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Condition.md -------------------------------------------------------------------------------- /docs/V1alpha1ContinueOn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1ContinueOn.md -------------------------------------------------------------------------------- /docs/V1alpha1Counter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Counter.md -------------------------------------------------------------------------------- /docs/V1alpha1CreateCronWorkflowRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1CreateCronWorkflowRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1CronWorkflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1CronWorkflow.md -------------------------------------------------------------------------------- /docs/V1alpha1CronWorkflowList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1CronWorkflowList.md -------------------------------------------------------------------------------- /docs/V1alpha1CronWorkflowSpec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1CronWorkflowSpec.md -------------------------------------------------------------------------------- /docs/V1alpha1CronWorkflowStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1CronWorkflowStatus.md -------------------------------------------------------------------------------- /docs/V1alpha1DAGTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1DAGTask.md -------------------------------------------------------------------------------- /docs/V1alpha1DAGTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1DAGTemplate.md -------------------------------------------------------------------------------- /docs/V1alpha1Event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Event.md -------------------------------------------------------------------------------- /docs/V1alpha1ExecutorConfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1ExecutorConfig.md -------------------------------------------------------------------------------- /docs/V1alpha1GCSArtifact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1GCSArtifact.md -------------------------------------------------------------------------------- /docs/V1alpha1Gauge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Gauge.md -------------------------------------------------------------------------------- /docs/V1alpha1GetUserInfoResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1GetUserInfoResponse.md -------------------------------------------------------------------------------- /docs/V1alpha1GitArtifact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1GitArtifact.md -------------------------------------------------------------------------------- /docs/V1alpha1HDFSArtifact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1HDFSArtifact.md -------------------------------------------------------------------------------- /docs/V1alpha1HTTPArtifact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1HTTPArtifact.md -------------------------------------------------------------------------------- /docs/V1alpha1Histogram.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Histogram.md -------------------------------------------------------------------------------- /docs/V1alpha1InfoResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1InfoResponse.md -------------------------------------------------------------------------------- /docs/V1alpha1Inputs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Inputs.md -------------------------------------------------------------------------------- /docs/V1alpha1Link.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Link.md -------------------------------------------------------------------------------- /docs/V1alpha1LintCronWorkflowRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1LintCronWorkflowRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1LogEntry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1LogEntry.md -------------------------------------------------------------------------------- /docs/V1alpha1MemoizationStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1MemoizationStatus.md -------------------------------------------------------------------------------- /docs/V1alpha1Memoize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Memoize.md -------------------------------------------------------------------------------- /docs/V1alpha1Metadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Metadata.md -------------------------------------------------------------------------------- /docs/V1alpha1MetricLabel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1MetricLabel.md -------------------------------------------------------------------------------- /docs/V1alpha1Metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Metrics.md -------------------------------------------------------------------------------- /docs/V1alpha1Mutex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Mutex.md -------------------------------------------------------------------------------- /docs/V1alpha1MutexHolding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1MutexHolding.md -------------------------------------------------------------------------------- /docs/V1alpha1MutexStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1MutexStatus.md -------------------------------------------------------------------------------- /docs/V1alpha1NodeStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1NodeStatus.md -------------------------------------------------------------------------------- /docs/V1alpha1NodeSynchronizationStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1NodeSynchronizationStatus.md -------------------------------------------------------------------------------- /docs/V1alpha1OSSArtifact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1OSSArtifact.md -------------------------------------------------------------------------------- /docs/V1alpha1Outputs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Outputs.md -------------------------------------------------------------------------------- /docs/V1alpha1Parameter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Parameter.md -------------------------------------------------------------------------------- /docs/V1alpha1PodGC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1PodGC.md -------------------------------------------------------------------------------- /docs/V1alpha1Prometheus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Prometheus.md -------------------------------------------------------------------------------- /docs/V1alpha1RawArtifact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1RawArtifact.md -------------------------------------------------------------------------------- /docs/V1alpha1ResourceTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1ResourceTemplate.md -------------------------------------------------------------------------------- /docs/V1alpha1RetryStrategy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1RetryStrategy.md -------------------------------------------------------------------------------- /docs/V1alpha1S3Artifact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1S3Artifact.md -------------------------------------------------------------------------------- /docs/V1alpha1ScriptTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1ScriptTemplate.md -------------------------------------------------------------------------------- /docs/V1alpha1SemaphoreHolding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1SemaphoreHolding.md -------------------------------------------------------------------------------- /docs/V1alpha1SemaphoreRef.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1SemaphoreRef.md -------------------------------------------------------------------------------- /docs/V1alpha1SemaphoreStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1SemaphoreStatus.md -------------------------------------------------------------------------------- /docs/V1alpha1Sequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Sequence.md -------------------------------------------------------------------------------- /docs/V1alpha1Submit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Submit.md -------------------------------------------------------------------------------- /docs/V1alpha1SubmitOpts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1SubmitOpts.md -------------------------------------------------------------------------------- /docs/V1alpha1SuspendTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1SuspendTemplate.md -------------------------------------------------------------------------------- /docs/V1alpha1Synchronization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Synchronization.md -------------------------------------------------------------------------------- /docs/V1alpha1SynchronizationStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1SynchronizationStatus.md -------------------------------------------------------------------------------- /docs/V1alpha1TTLStrategy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1TTLStrategy.md -------------------------------------------------------------------------------- /docs/V1alpha1TarStrategy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1TarStrategy.md -------------------------------------------------------------------------------- /docs/V1alpha1Template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Template.md -------------------------------------------------------------------------------- /docs/V1alpha1TemplateRef.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1TemplateRef.md -------------------------------------------------------------------------------- /docs/V1alpha1UpdateCronWorkflowRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1UpdateCronWorkflowRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1UserContainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1UserContainer.md -------------------------------------------------------------------------------- /docs/V1alpha1ValueFrom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1ValueFrom.md -------------------------------------------------------------------------------- /docs/V1alpha1Version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Version.md -------------------------------------------------------------------------------- /docs/V1alpha1Workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1Workflow.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowCreateRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowCreateRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowEventBinding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowEventBinding.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowEventBindingSpec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowEventBindingSpec.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowLintRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowLintRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowList.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowResubmitRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowResubmitRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowResumeRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowResumeRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowRetryRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowRetryRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowSetRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowSetRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowSpec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowSpec.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowStatus.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowStep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowStep.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowStopRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowStopRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowSubmitRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowSubmitRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowSuspendRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowSuspendRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowTemplate.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowTemplateCreateRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowTemplateCreateRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowTemplateLintRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowTemplateLintRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowTemplateList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowTemplateList.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowTemplateRef.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowTemplateRef.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowTemplateSpec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowTemplateSpec.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowTemplateUpdateRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowTemplateUpdateRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowTerminateRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowTerminateRequest.md -------------------------------------------------------------------------------- /docs/V1alpha1WorkflowWatchEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/V1alpha1WorkflowWatchEvent.md -------------------------------------------------------------------------------- /docs/WorkflowServiceApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/WorkflowServiceApi.md -------------------------------------------------------------------------------- /docs/WorkflowTemplateServiceApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/docs/WorkflowTemplateServiceApi.md -------------------------------------------------------------------------------- /git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/git_push.sh -------------------------------------------------------------------------------- /openapi/custom/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/custom/config.json -------------------------------------------------------------------------------- /openapi/custom/paths.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/custom/paths.json -------------------------------------------------------------------------------- /openapi/custom/security.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/custom/security.json -------------------------------------------------------------------------------- /openapi/custom/version.json: -------------------------------------------------------------------------------- 1 | { 2 | "swagger": "2.0" 3 | } 4 | -------------------------------------------------------------------------------- /openapi/definitions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/definitions.json -------------------------------------------------------------------------------- /openapi/definitions/V1Time.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/definitions/V1Time.json -------------------------------------------------------------------------------- /openapi/definitions/argo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/definitions/argo.json -------------------------------------------------------------------------------- /openapi/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/info.json -------------------------------------------------------------------------------- /openapi/paths.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/paths.json -------------------------------------------------------------------------------- /openapi/specs/argo-2.10.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/specs/argo-2.10.0.json -------------------------------------------------------------------------------- /openapi/specs/argo-2.10.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/specs/argo-2.10.1.json -------------------------------------------------------------------------------- /openapi/specs/argo-2.10.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/specs/argo-2.10.2.json -------------------------------------------------------------------------------- /openapi/specs/argo-2.11.7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/specs/argo-2.11.7.json -------------------------------------------------------------------------------- /openapi/specs/argo-2.11.8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/specs/argo-2.11.8.json -------------------------------------------------------------------------------- /openapi/specs/kubernetes-release-1.15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/specs/kubernetes-release-1.15.json -------------------------------------------------------------------------------- /openapi/specs/kubernetes-release-1.16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/specs/kubernetes-release-1.16.json -------------------------------------------------------------------------------- /openapi/swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/openapi/swagger.json -------------------------------------------------------------------------------- /pytest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/pytest.ini -------------------------------------------------------------------------------- /requirements-dev.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/requirements-dev.txt -------------------------------------------------------------------------------- /requirements-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/requirements-test.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/generate_changelog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/scripts/generate_changelog.sh -------------------------------------------------------------------------------- /scripts/generate_client.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/scripts/generate_client.sh -------------------------------------------------------------------------------- /scripts/preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/scripts/preprocess.py -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- 1 | [flake8] 2 | max-line-length=99 3 | -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/setup.py -------------------------------------------------------------------------------- /tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argoproj-labs/argo-client-python/HEAD/tox.ini --------------------------------------------------------------------------------