diff --git a/README.md b/README.md index 83b9a44162ae..3db5ec6ae524 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ Argo is a [Cloud Native Computing Foundation (CNCF)](https://cncf.io/) graduated ## Use Cases -* [Machine Learning pipelines](https://argo-workflows.readthedocs.io/en/stable/use-cases/machine-learning/) -* [Data and batch processing](https://argo-workflows.readthedocs.io/en/stable/use-cases/data-processing/) -* [Infrastructure automation](https://argo-workflows.readthedocs.io/en/stable/use-cases/infrastructure-automation/) -* [CI/CD](https://argo-workflows.readthedocs.io/en/stable/use-cases/ci-cd/) -* [Other use cases](https://argo-workflows.readthedocs.io/en/stable/use-cases/other/) +* [Machine Learning pipelines](https://argo-workflows.readthedocs.io/en/latest/use-cases/machine-learning/) +* [Data and batch processing](https://argo-workflows.readthedocs.io/en/latest/use-cases/data-processing/) +* [Infrastructure automation](https://argo-workflows.readthedocs.io/en/latest/use-cases/infrastructure-automation/) +* [CI/CD](https://argo-workflows.readthedocs.io/en/latest/use-cases/ci-cd/) +* [Other use cases](https://argo-workflows.readthedocs.io/en/latest/use-cases/other/) ## Why Argo Workflows? @@ -74,12 +74,12 @@ Check out our [Java, Golang and Python clients](docs/client-libraries.md). ## Quickstart -* [Get started here](https://argo-workflows.readthedocs.io/en/stable/quick-start/) -* [Walk-through examples](https://argo-workflows.readthedocs.io/en/stable/walk-through/) +* [Get started here](https://argo-workflows.readthedocs.io/en/latest/quick-start/) +* [Walk-through examples](https://argo-workflows.readthedocs.io/en/latest/walk-through/) ## Documentation -[View the docs](https://argo-workflows.readthedocs.io/en/stable/) +[View the docs](https://argo-workflows.readthedocs.io/en/latest/) ## Features diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index d7f4e5afac5e..193a102766e5 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -11,7 +11,7 @@ ], "swagger": "2.0", "info": { - "description": "Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/", + "description": "Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/", "title": "Argo Workflows API", "version": "VERSION" }, diff --git a/cmd/argo/commands/common/get_test.go b/cmd/argo/commands/common/get_test.go index 2023b2799aef..4e9492f4d302 100644 --- a/cmd/argo/commands/common/get_test.go +++ b/cmd/argo/commands/common/get_test.go @@ -422,7 +422,7 @@ func Test_printWorkflowHelperNudges(t *testing.T) { securityNudges := "This workflow does not have security context set. " + "You can run your workflow pods more securely by setting it.\n" + - "Learn more at https://argo-workflows.readthedocs.io/en/stable/workflow-pod-security-context/\n" + "Learn more at https://argo-workflows.readthedocs.io/en/latest/workflow-pod-security-context/\n" t.Run("SecuredWorkflow", func(t *testing.T) { output := PrintWorkflowHelper(&securedWf, GetFlags{}) diff --git a/cmd/argo/commands/server.go b/cmd/argo/commands/server.go index 083cf80b3639..ec3c62c875eb 100644 --- a/cmd/argo/commands/server.go +++ b/cmd/argo/commands/server.go @@ -138,7 +138,7 @@ See %s`, help.ArgoServer), } } else { - log.Warn("You are running in insecure mode. Learn how to enable transport layer security: https://argo-workflows.readthedocs.io/en/stable/tls/") + log.Warn("You are running in insecure mode. Learn how to enable transport layer security: https://argo-workflows.readthedocs.io/en/latest/tls/") } modes := auth.Modes{} @@ -149,7 +149,7 @@ See %s`, help.ArgoServer), } } if reflect.DeepEqual(modes, auth.Modes{auth.Server: true}) { - log.Warn("You are running without client authentication. Learn how to enable client authentication: https://argo-workflows.readthedocs.io/en/stable/argo-server-auth-mode/") + log.Warn("You are running without client authentication. Learn how to enable client authentication: https://argo-workflows.readthedocs.io/en/latest/argo-server-auth-mode/") } opts := apiserver.ArgoServerOpts{ diff --git a/config/config.go b/config/config.go index 70add88cb7f2..b2a49ef0c6ec 100644 --- a/config/config.go +++ b/config/config.go @@ -97,7 +97,7 @@ type Config struct { InitialDelay metav1.Duration `json:"initialDelay,omitempty"` // The command/args for each image, needed when the command is not specified and the emissary executor is used. - // https://argo-workflows.readthedocs.io/en/stable/workflow-executors/#emissary-emissary + // https://argo-workflows.readthedocs.io/en/latest/workflow-executors/#emissary-emissary Images map[string]Image `json:"images,omitempty"` // Workflow retention by number of workflows diff --git a/docs/README.md b/docs/README.md index 246d1bb126cf..afef903c4f67 100644 --- a/docs/README.md +++ b/docs/README.md @@ -19,11 +19,11 @@ Argo is a [Cloud Native Computing Foundation (CNCF)](https://cncf.io/) graduated ## Use Cases -* [Machine Learning pipelines](https://argo-workflows.readthedocs.io/en/stable/use-cases/machine-learning/) -* [Data and batch processing](https://argo-workflows.readthedocs.io/en/stable/use-cases/data-processing/) -* [Infrastructure automation](https://argo-workflows.readthedocs.io/en/stable/use-cases/infrastructure-automation/) -* [CI/CD](https://argo-workflows.readthedocs.io/en/stable/use-cases/ci-cd/) -* [Other use cases](https://argo-workflows.readthedocs.io/en/stable/use-cases/other/) +* [Machine Learning pipelines](https://argo-workflows.readthedocs.io/en/latest/use-cases/machine-learning/) +* [Data and batch processing](https://argo-workflows.readthedocs.io/en/latest/use-cases/data-processing/) +* [Infrastructure automation](https://argo-workflows.readthedocs.io/en/latest/use-cases/infrastructure-automation/) +* [CI/CD](https://argo-workflows.readthedocs.io/en/latest/use-cases/ci-cd/) +* [Other use cases](https://argo-workflows.readthedocs.io/en/latest/use-cases/other/) ## Why Argo Workflows? diff --git a/docs/argo-server-sso-argocd.md b/docs/argo-server-sso-argocd.md index 9b4db2ddfc88..a3f304a633a8 100644 --- a/docs/argo-server-sso-argocd.md +++ b/docs/argo-server-sso-argocd.md @@ -87,7 +87,7 @@ metadata: data: # SSO Configuration for the Argo server. # You must also start argo server with `--auth-mode sso`. - # https://argo-workflows.readthedocs.io/en/stable/argo-server-auth-mode/ + # https://argo-workflows.readthedocs.io/en/latest/argo-server-auth-mode/ sso: | # This is the root URL of the OIDC provider (required). issuer: https://argo-cd.mydomain.com/api/dex diff --git a/docs/cli/argo_server.md b/docs/cli/argo_server.md index 88690eec647f..1876fc108d11 100644 --- a/docs/cli/argo_server.md +++ b/docs/cli/argo_server.md @@ -10,7 +10,7 @@ argo server [flags] ``` -See https://argo-workflows.readthedocs.io/en/stable/argo-server/ +See https://argo-workflows.readthedocs.io/en/latest/argo-server/ ``` ### Options diff --git a/docs/workflow-controller-configmap.yaml b/docs/workflow-controller-configmap.yaml index bfad46d903e9..b7b9c5f60543 100644 --- a/docs/workflow-controller-configmap.yaml +++ b/docs/workflow-controller-configmap.yaml @@ -1,3 +1,6 @@ +####### +# NEW URL FOR THIS FILE: https://argo-workflows.readthedocs.io/en/latest/workflow-controller-configmap.yaml +####### # This file describes the config settings available in the workflow controller configmap apiVersion: v1 kind: ConfigMap @@ -201,7 +204,7 @@ data: kubeletInsecure: "false" # The command/args for each image, needed when the command is not specified and the emissary executor is used. - # https://argo-workflows.readthedocs.io/en/stable/workflow-executors/#emissary-emissary + # https://argo-workflows.readthedocs.io/en/latest/workflow-executors/#emissary-emissary images: | argoproj/argosay:v2: cmd: [/argosay] @@ -372,7 +375,7 @@ data: # SSO Configuration for the Argo server. # You must also start argo server with `--auth-mode sso`. - # https://argo-workflows.readthedocs.io/en/stable/argo-server-auth-mode/ + # https://argo-workflows.readthedocs.io/en/latest/argo-server-auth-mode/ sso: | # This is the root URL of the OIDC provider (required). issuer: https://issuer.root.url/ diff --git a/examples/README.md b/examples/README.md index 51aa783740e2..e9491eb7cd58 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,3 +1,3 @@ # Documentation by Example -This has been moved to [the docs](https://argo-workflows.readthedocs.io/en/stable/walk-through/). +This has been moved to [the docs](https://argo-workflows.readthedocs.io/en/latest/walk-through/). diff --git a/examples/input-artifact-s3.yaml b/examples/input-artifact-s3.yaml index 38c8098b8c5c..25a6e9812a16 100644 --- a/examples/input-artifact-s3.yaml +++ b/examples/input-artifact-s3.yaml @@ -27,7 +27,7 @@ spec: key: path/in/bucket # Specify the bucket region. Note that if you want Argo to figure out this automatically, # you can set additional statement policy that allows `s3:GetBucketLocation` action. - # For details, check out: https://argo-workflows.readthedocs.io/en/stable/configure-artifact-repository/#configuring-aws-s3 + # For details, check out: https://argo-workflows.readthedocs.io/en/latest/configure-artifact-repository/#configuring-aws-s3 region: us-west-2 # accessKeySecret and secretKeySecret are secret selectors. # It references the k8s secret named 'my-s3-credentials'. diff --git a/examples/intermediate-parameters.yaml b/examples/intermediate-parameters.yaml index ca99dd3174b7..67a46ff32a5e 100644 --- a/examples/intermediate-parameters.yaml +++ b/examples/intermediate-parameters.yaml @@ -1,5 +1,5 @@ # This example demonstrates the ability to use intermediate parameter. -# See https://argo-workflows.readthedocs.io/en/stable/intermediate-inputs/ for details. +# See https://argo-workflows.readthedocs.io/en/latest/intermediate-inputs/ for details. apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: diff --git a/examples/key-only-artifact.yaml b/examples/key-only-artifact.yaml index 6a89d6ac15ea..ef0a6360ecf4 100644 --- a/examples/key-only-artifact.yaml +++ b/examples/key-only-artifact.yaml @@ -1,5 +1,5 @@ # this example shows how to use key-only artifacts - introduced in v3.0 -# https://argo-workflows.readthedocs.io/en/stable/key-only-artifacts/ +# https://argo-workflows.readthedocs.io/en/latest/key-only-artifacts/ apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: diff --git a/examples/output-artifact-s3.yaml b/examples/output-artifact-s3.yaml index 9f8acfd4bfad..b1e475803eaf 100644 --- a/examples/output-artifact-s3.yaml +++ b/examples/output-artifact-s3.yaml @@ -32,7 +32,7 @@ spec: bucket: my-bucket # Specify the bucket region. Note that if you want Argo to figure out this automatically, # you can set additional statement policy that allows `s3:GetBucketLocation` action. - # For details, check out: https://argo-workflows.readthedocs.io/en/stable/configure-artifact-repository/#configuring-aws-s3 + # For details, check out: https://argo-workflows.readthedocs.io/en/latest/configure-artifact-repository/#configuring-aws-s3 region: us-west-2 # NOTE: by default, output artifacts are automatically tarred and gzipped before saving. diff --git a/hack/release-notes.md b/hack/release-notes.md index 47f57bd36aa1..c609223147fd 100644 --- a/hack/release-notes.md +++ b/hack/release-notes.md @@ -6,7 +6,7 @@ Find out on [our blog](https://blog.argoproj.io) and [changelog](https://github. ## Breaking Changes and Known Issues -Check the [upgrading guide](https://argo-workflows.readthedocs.io/en/stable/upgrading/) and search for [existing issues on GitHub](https://github.com/argoproj/argo-workflows/issues). +Check the [upgrading guide](https://argo-workflows.readthedocs.io/en/latest/upgrading/) and search for [existing issues on GitHub](https://github.com/argoproj/argo-workflows/issues). ## Installation diff --git a/manifests/README.md b/manifests/README.md index a0751416a584..17b0ba2038e8 100644 --- a/manifests/README.md +++ b/manifests/README.md @@ -1,3 +1,3 @@ # Argo Install Manifests -Please read [installation](https://argo-workflows.readthedocs.io/en/stable/installation/) +Please read [installation](https://argo-workflows.readthedocs.io/en/latest/installation/) diff --git a/manifests/quick-start/base/agent-role.yaml b/manifests/quick-start/base/agent-role.yaml index 9bcf226774d2..3fcd41d0f3fb 100644 --- a/manifests/quick-start/base/agent-role.yaml +++ b/manifests/quick-start/base/agent-role.yaml @@ -1,4 +1,4 @@ -# https://argo-workflows.readthedocs.io/en/stable/workflow-rbac/ +# https://argo-workflows.readthedocs.io/en/latest/workflow-rbac/ apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: diff --git a/manifests/quick-start/base/artifactgc-role.yaml b/manifests/quick-start/base/artifactgc-role.yaml index 4aba2d527a43..668f162e503f 100644 --- a/manifests/quick-start/base/artifactgc-role.yaml +++ b/manifests/quick-start/base/artifactgc-role.yaml @@ -1,4 +1,4 @@ -# https://argo-workflows.readthedocs.io/en/stable/workflow-rbac/ +# https://argo-workflows.readthedocs.io/en/latest/workflow-rbac/ apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: diff --git a/pkg/apiclient/_.primary.swagger.json b/pkg/apiclient/_.primary.swagger.json index ef1652bcad35..1d3c874ed717 100644 --- a/pkg/apiclient/_.primary.swagger.json +++ b/pkg/apiclient/_.primary.swagger.json @@ -13,7 +13,7 @@ "host": "localhost:2746", "info": { "title": "Argo Workflows API", - "description": "Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/", + "description": "Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/", "version": "VERSION" }, "securityDefinitions": { diff --git a/pkg/apis/workflow/v1alpha1/workflow_types.go b/pkg/apis/workflow/v1alpha1/workflow_types.go index 914f0db804ec..cf9f8d7856bc 100644 --- a/pkg/apis/workflow/v1alpha1/workflow_types.go +++ b/pkg/apis/workflow/v1alpha1/workflow_types.go @@ -1173,7 +1173,7 @@ func (a *ArtifactLocation) Get() (ArtifactLocationType, error) { } else if a.S3 != nil { return a.S3, nil } - return nil, fmt.Errorf("You need to configure artifact storage. More information on how to do this can be found in the docs: https://argo-workflows.readthedocs.io/en/stable/configure-artifact-repository/") + return nil, fmt.Errorf("You need to configure artifact storage. More information on how to do this can be found in the docs: https://argo-workflows.readthedocs.io/en/latest/configure-artifact-repository/") } // SetType sets the type of the artifact to type the argument. diff --git a/pkg/apis/workflow/v1alpha1/workflow_types_test.go b/pkg/apis/workflow/v1alpha1/workflow_types_test.go index a9d10620469b..18f4910e691e 100644 --- a/pkg/apis/workflow/v1alpha1/workflow_types_test.go +++ b/pkg/apis/workflow/v1alpha1/workflow_types_test.go @@ -435,7 +435,7 @@ func TestArtifactLocation_Get(t *testing.T) { v, err = (&ArtifactLocation{}).Get() assert.Nil(t, v) - assert.EqualError(t, err, "You need to configure artifact storage. More information on how to do this can be found in the docs: https://argo-workflows.readthedocs.io/en/stable/configure-artifact-repository/") + assert.EqualError(t, err, "You need to configure artifact storage. More information on how to do this can be found in the docs: https://argo-workflows.readthedocs.io/en/latest/configure-artifact-repository/") v, _ = (&ArtifactLocation{Azure: &AzureArtifact{}}).Get() assert.IsType(t, &AzureArtifact{}, v) diff --git a/sdks/python/client/argo_workflows/__init__.py b/sdks/python/client/argo_workflows/__init__.py index 8acab6e0347e..c333a3889136 100644 --- a/sdks/python/client/argo_workflows/__init__.py +++ b/sdks/python/client/argo_workflows/__init__.py @@ -3,7 +3,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/api/archived_workflow_service_api.py b/sdks/python/client/argo_workflows/api/archived_workflow_service_api.py index 2b6c2ed1d38d..7f63506edef9 100644 --- a/sdks/python/client/argo_workflows/api/archived_workflow_service_api.py +++ b/sdks/python/client/argo_workflows/api/archived_workflow_service_api.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/api/artifact_service_api.py b/sdks/python/client/argo_workflows/api/artifact_service_api.py index e5e9fc6f7cc5..29b2d6294b18 100644 --- a/sdks/python/client/argo_workflows/api/artifact_service_api.py +++ b/sdks/python/client/argo_workflows/api/artifact_service_api.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/api/cluster_workflow_template_service_api.py b/sdks/python/client/argo_workflows/api/cluster_workflow_template_service_api.py index 835009bcf556..5053a8f21aa3 100644 --- a/sdks/python/client/argo_workflows/api/cluster_workflow_template_service_api.py +++ b/sdks/python/client/argo_workflows/api/cluster_workflow_template_service_api.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/api/cron_workflow_service_api.py b/sdks/python/client/argo_workflows/api/cron_workflow_service_api.py index b020bb8fb783..e510d7300a69 100644 --- a/sdks/python/client/argo_workflows/api/cron_workflow_service_api.py +++ b/sdks/python/client/argo_workflows/api/cron_workflow_service_api.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/api/event_service_api.py b/sdks/python/client/argo_workflows/api/event_service_api.py index 8e9e2e7cc832..3c893df3ccb8 100644 --- a/sdks/python/client/argo_workflows/api/event_service_api.py +++ b/sdks/python/client/argo_workflows/api/event_service_api.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/api/event_source_service_api.py b/sdks/python/client/argo_workflows/api/event_source_service_api.py index c79e9cf492ad..874d90c19198 100644 --- a/sdks/python/client/argo_workflows/api/event_source_service_api.py +++ b/sdks/python/client/argo_workflows/api/event_source_service_api.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/api/info_service_api.py b/sdks/python/client/argo_workflows/api/info_service_api.py index 9f979d35ff01..bced53622b91 100644 --- a/sdks/python/client/argo_workflows/api/info_service_api.py +++ b/sdks/python/client/argo_workflows/api/info_service_api.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/api/sensor_service_api.py b/sdks/python/client/argo_workflows/api/sensor_service_api.py index 5940cbfb0fdc..c8e7d89c762b 100644 --- a/sdks/python/client/argo_workflows/api/sensor_service_api.py +++ b/sdks/python/client/argo_workflows/api/sensor_service_api.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/api/workflow_service_api.py b/sdks/python/client/argo_workflows/api/workflow_service_api.py index 3b528c324503..838e3545d1b9 100644 --- a/sdks/python/client/argo_workflows/api/workflow_service_api.py +++ b/sdks/python/client/argo_workflows/api/workflow_service_api.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/api/workflow_template_service_api.py b/sdks/python/client/argo_workflows/api/workflow_template_service_api.py index 1380e28500c6..3b01cc57210a 100644 --- a/sdks/python/client/argo_workflows/api/workflow_template_service_api.py +++ b/sdks/python/client/argo_workflows/api/workflow_template_service_api.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/api_client.py b/sdks/python/client/argo_workflows/api_client.py index 3f6ad6f697f9..5d9aa10e07c7 100644 --- a/sdks/python/client/argo_workflows/api_client.py +++ b/sdks/python/client/argo_workflows/api_client.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/configuration.py b/sdks/python/client/argo_workflows/configuration.py index 1cbab74cdbf4..58c5cf6b00de 100644 --- a/sdks/python/client/argo_workflows/configuration.py +++ b/sdks/python/client/argo_workflows/configuration.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/exceptions.py b/sdks/python/client/argo_workflows/exceptions.py index 45cfc6e1c7f4..b152a42786dc 100644 --- a/sdks/python/client/argo_workflows/exceptions.py +++ b/sdks/python/client/argo_workflows/exceptions.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/affinity.py b/sdks/python/client/argo_workflows/model/affinity.py index 191802fb8329..16d6a91e58d0 100644 --- a/sdks/python/client/argo_workflows/model/affinity.py +++ b/sdks/python/client/argo_workflows/model/affinity.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/aws_elastic_block_store_volume_source.py b/sdks/python/client/argo_workflows/model/aws_elastic_block_store_volume_source.py index 0ed30ec5232b..2e920aa7dcd5 100644 --- a/sdks/python/client/argo_workflows/model/aws_elastic_block_store_volume_source.py +++ b/sdks/python/client/argo_workflows/model/aws_elastic_block_store_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/azure_disk_volume_source.py b/sdks/python/client/argo_workflows/model/azure_disk_volume_source.py index b96aafdeec38..17ee5b9f0c8e 100644 --- a/sdks/python/client/argo_workflows/model/azure_disk_volume_source.py +++ b/sdks/python/client/argo_workflows/model/azure_disk_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/azure_file_volume_source.py b/sdks/python/client/argo_workflows/model/azure_file_volume_source.py index 3972aa555249..506429512cb4 100644 --- a/sdks/python/client/argo_workflows/model/azure_file_volume_source.py +++ b/sdks/python/client/argo_workflows/model/azure_file_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/capabilities.py b/sdks/python/client/argo_workflows/model/capabilities.py index 831400e76967..9ea5e307b8a8 100644 --- a/sdks/python/client/argo_workflows/model/capabilities.py +++ b/sdks/python/client/argo_workflows/model/capabilities.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/ceph_fs_volume_source.py b/sdks/python/client/argo_workflows/model/ceph_fs_volume_source.py index 58a6a193de59..9c998a222022 100644 --- a/sdks/python/client/argo_workflows/model/ceph_fs_volume_source.py +++ b/sdks/python/client/argo_workflows/model/ceph_fs_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/cinder_volume_source.py b/sdks/python/client/argo_workflows/model/cinder_volume_source.py index e78948efb433..fec29d096506 100644 --- a/sdks/python/client/argo_workflows/model/cinder_volume_source.py +++ b/sdks/python/client/argo_workflows/model/cinder_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/config_map_env_source.py b/sdks/python/client/argo_workflows/model/config_map_env_source.py index 98e1dd2af17b..c01e403afeb8 100644 --- a/sdks/python/client/argo_workflows/model/config_map_env_source.py +++ b/sdks/python/client/argo_workflows/model/config_map_env_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/config_map_key_selector.py b/sdks/python/client/argo_workflows/model/config_map_key_selector.py index 14f0a0f114f1..73d37d46d1cc 100644 --- a/sdks/python/client/argo_workflows/model/config_map_key_selector.py +++ b/sdks/python/client/argo_workflows/model/config_map_key_selector.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/config_map_projection.py b/sdks/python/client/argo_workflows/model/config_map_projection.py index c830c9b75c9b..c806a2c2f636 100644 --- a/sdks/python/client/argo_workflows/model/config_map_projection.py +++ b/sdks/python/client/argo_workflows/model/config_map_projection.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/config_map_volume_source.py b/sdks/python/client/argo_workflows/model/config_map_volume_source.py index 1cd0aae6a04f..1cbd2ecced62 100644 --- a/sdks/python/client/argo_workflows/model/config_map_volume_source.py +++ b/sdks/python/client/argo_workflows/model/config_map_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/container.py b/sdks/python/client/argo_workflows/model/container.py index ade108106e5c..228ff2fabb8a 100644 --- a/sdks/python/client/argo_workflows/model/container.py +++ b/sdks/python/client/argo_workflows/model/container.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/container_port.py b/sdks/python/client/argo_workflows/model/container_port.py index a6dc379f504d..15c182a4735c 100644 --- a/sdks/python/client/argo_workflows/model/container_port.py +++ b/sdks/python/client/argo_workflows/model/container_port.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/create_options.py b/sdks/python/client/argo_workflows/model/create_options.py index acb7cfb4f950..ec2bd5534cc2 100644 --- a/sdks/python/client/argo_workflows/model/create_options.py +++ b/sdks/python/client/argo_workflows/model/create_options.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/csi_volume_source.py b/sdks/python/client/argo_workflows/model/csi_volume_source.py index 925da85a7bf7..cfa528787e97 100644 --- a/sdks/python/client/argo_workflows/model/csi_volume_source.py +++ b/sdks/python/client/argo_workflows/model/csi_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/downward_api_projection.py b/sdks/python/client/argo_workflows/model/downward_api_projection.py index f3c03324b36f..52c53a9ba72f 100644 --- a/sdks/python/client/argo_workflows/model/downward_api_projection.py +++ b/sdks/python/client/argo_workflows/model/downward_api_projection.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/downward_api_volume_file.py b/sdks/python/client/argo_workflows/model/downward_api_volume_file.py index 01e1a86d9249..0ff6d17ee505 100644 --- a/sdks/python/client/argo_workflows/model/downward_api_volume_file.py +++ b/sdks/python/client/argo_workflows/model/downward_api_volume_file.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/downward_api_volume_source.py b/sdks/python/client/argo_workflows/model/downward_api_volume_source.py index bee1fa7a2382..2254b6392fe0 100644 --- a/sdks/python/client/argo_workflows/model/downward_api_volume_source.py +++ b/sdks/python/client/argo_workflows/model/downward_api_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/duration.py b/sdks/python/client/argo_workflows/model/duration.py index 4c1b48acd5d7..624f4e17cad6 100644 --- a/sdks/python/client/argo_workflows/model/duration.py +++ b/sdks/python/client/argo_workflows/model/duration.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/empty_dir_volume_source.py b/sdks/python/client/argo_workflows/model/empty_dir_volume_source.py index 568a87172236..e8ccff6a2235 100644 --- a/sdks/python/client/argo_workflows/model/empty_dir_volume_source.py +++ b/sdks/python/client/argo_workflows/model/empty_dir_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/env_from_source.py b/sdks/python/client/argo_workflows/model/env_from_source.py index 95ff9aada8cb..01f02d608447 100644 --- a/sdks/python/client/argo_workflows/model/env_from_source.py +++ b/sdks/python/client/argo_workflows/model/env_from_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/env_var.py b/sdks/python/client/argo_workflows/model/env_var.py index c700be7c09e4..a46cde40f49c 100644 --- a/sdks/python/client/argo_workflows/model/env_var.py +++ b/sdks/python/client/argo_workflows/model/env_var.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/env_var_source.py b/sdks/python/client/argo_workflows/model/env_var_source.py index 47f85a1bbaac..8d728eeabd23 100644 --- a/sdks/python/client/argo_workflows/model/env_var_source.py +++ b/sdks/python/client/argo_workflows/model/env_var_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/ephemeral_volume_source.py b/sdks/python/client/argo_workflows/model/ephemeral_volume_source.py index 6fce4ab4f825..0e84bcc4eeba 100644 --- a/sdks/python/client/argo_workflows/model/ephemeral_volume_source.py +++ b/sdks/python/client/argo_workflows/model/ephemeral_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/event.py b/sdks/python/client/argo_workflows/model/event.py index a92cb0144e44..a140a3c29827 100644 --- a/sdks/python/client/argo_workflows/model/event.py +++ b/sdks/python/client/argo_workflows/model/event.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/event_series.py b/sdks/python/client/argo_workflows/model/event_series.py index 4ae62ed62440..03b18074310e 100644 --- a/sdks/python/client/argo_workflows/model/event_series.py +++ b/sdks/python/client/argo_workflows/model/event_series.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/event_source.py b/sdks/python/client/argo_workflows/model/event_source.py index b883dd38d9d0..75a47b809300 100644 --- a/sdks/python/client/argo_workflows/model/event_source.py +++ b/sdks/python/client/argo_workflows/model/event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/eventsource_create_event_source_request.py b/sdks/python/client/argo_workflows/model/eventsource_create_event_source_request.py index 36224e4776bb..83af421a7a84 100644 --- a/sdks/python/client/argo_workflows/model/eventsource_create_event_source_request.py +++ b/sdks/python/client/argo_workflows/model/eventsource_create_event_source_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/eventsource_event_source_watch_event.py b/sdks/python/client/argo_workflows/model/eventsource_event_source_watch_event.py index ffa29059ea6c..e0bb4c50191b 100644 --- a/sdks/python/client/argo_workflows/model/eventsource_event_source_watch_event.py +++ b/sdks/python/client/argo_workflows/model/eventsource_event_source_watch_event.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/eventsource_log_entry.py b/sdks/python/client/argo_workflows/model/eventsource_log_entry.py index 8e141361e07d..5201eeb6140c 100644 --- a/sdks/python/client/argo_workflows/model/eventsource_log_entry.py +++ b/sdks/python/client/argo_workflows/model/eventsource_log_entry.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/eventsource_update_event_source_request.py b/sdks/python/client/argo_workflows/model/eventsource_update_event_source_request.py index 25e8431a71e5..1f00975b5e79 100644 --- a/sdks/python/client/argo_workflows/model/eventsource_update_event_source_request.py +++ b/sdks/python/client/argo_workflows/model/eventsource_update_event_source_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/exec_action.py b/sdks/python/client/argo_workflows/model/exec_action.py index 4579c58e6bd7..5b9c49d58015 100644 --- a/sdks/python/client/argo_workflows/model/exec_action.py +++ b/sdks/python/client/argo_workflows/model/exec_action.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/fc_volume_source.py b/sdks/python/client/argo_workflows/model/fc_volume_source.py index 2b1346e48b35..1c87fc425e23 100644 --- a/sdks/python/client/argo_workflows/model/fc_volume_source.py +++ b/sdks/python/client/argo_workflows/model/fc_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/flex_volume_source.py b/sdks/python/client/argo_workflows/model/flex_volume_source.py index ae505f34f1a5..910e2cb85a23 100644 --- a/sdks/python/client/argo_workflows/model/flex_volume_source.py +++ b/sdks/python/client/argo_workflows/model/flex_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/flocker_volume_source.py b/sdks/python/client/argo_workflows/model/flocker_volume_source.py index 48828a75c53e..a362f844f36e 100644 --- a/sdks/python/client/argo_workflows/model/flocker_volume_source.py +++ b/sdks/python/client/argo_workflows/model/flocker_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/gce_persistent_disk_volume_source.py b/sdks/python/client/argo_workflows/model/gce_persistent_disk_volume_source.py index 95c9ef2986e0..46f9a5b1d50d 100644 --- a/sdks/python/client/argo_workflows/model/gce_persistent_disk_volume_source.py +++ b/sdks/python/client/argo_workflows/model/gce_persistent_disk_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/git_repo_volume_source.py b/sdks/python/client/argo_workflows/model/git_repo_volume_source.py index 547f29a1f49b..ad898421a0fc 100644 --- a/sdks/python/client/argo_workflows/model/git_repo_volume_source.py +++ b/sdks/python/client/argo_workflows/model/git_repo_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/glusterfs_volume_source.py b/sdks/python/client/argo_workflows/model/glusterfs_volume_source.py index 9c67c48d2990..6d39843cc0b1 100644 --- a/sdks/python/client/argo_workflows/model/glusterfs_volume_source.py +++ b/sdks/python/client/argo_workflows/model/glusterfs_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/google_protobuf_any.py b/sdks/python/client/argo_workflows/model/google_protobuf_any.py index ee3cfb66708b..dd11635fc9de 100644 --- a/sdks/python/client/argo_workflows/model/google_protobuf_any.py +++ b/sdks/python/client/argo_workflows/model/google_protobuf_any.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/group_version_resource.py b/sdks/python/client/argo_workflows/model/group_version_resource.py index 67d759c3da1f..edb3e16bb6bd 100644 --- a/sdks/python/client/argo_workflows/model/group_version_resource.py +++ b/sdks/python/client/argo_workflows/model/group_version_resource.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/grpc_action.py b/sdks/python/client/argo_workflows/model/grpc_action.py index 38bb060df6a4..08d0be473b18 100644 --- a/sdks/python/client/argo_workflows/model/grpc_action.py +++ b/sdks/python/client/argo_workflows/model/grpc_action.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/grpc_gateway_runtime_error.py b/sdks/python/client/argo_workflows/model/grpc_gateway_runtime_error.py index 58bf4ec7e047..9f3fd97cfa95 100644 --- a/sdks/python/client/argo_workflows/model/grpc_gateway_runtime_error.py +++ b/sdks/python/client/argo_workflows/model/grpc_gateway_runtime_error.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/grpc_gateway_runtime_stream_error.py b/sdks/python/client/argo_workflows/model/grpc_gateway_runtime_stream_error.py index ed8887c530dc..99b82d1bf108 100644 --- a/sdks/python/client/argo_workflows/model/grpc_gateway_runtime_stream_error.py +++ b/sdks/python/client/argo_workflows/model/grpc_gateway_runtime_stream_error.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/host_alias.py b/sdks/python/client/argo_workflows/model/host_alias.py index ef6e009ca3bb..7d1640053212 100644 --- a/sdks/python/client/argo_workflows/model/host_alias.py +++ b/sdks/python/client/argo_workflows/model/host_alias.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/host_path_volume_source.py b/sdks/python/client/argo_workflows/model/host_path_volume_source.py index c83881bf3504..6f9191ddf18c 100644 --- a/sdks/python/client/argo_workflows/model/host_path_volume_source.py +++ b/sdks/python/client/argo_workflows/model/host_path_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/http_get_action.py b/sdks/python/client/argo_workflows/model/http_get_action.py index 27f8b43e2daa..86a125d711f6 100644 --- a/sdks/python/client/argo_workflows/model/http_get_action.py +++ b/sdks/python/client/argo_workflows/model/http_get_action.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/http_header.py b/sdks/python/client/argo_workflows/model/http_header.py index 6b46a7b3970c..de7ff70e9a83 100644 --- a/sdks/python/client/argo_workflows/model/http_header.py +++ b/sdks/python/client/argo_workflows/model/http_header.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amount.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amount.py index 2423cd0e4fbb..6cb7bbe57499 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amount.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amount.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_consume_config.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_consume_config.py index d6080202e058..eaa7dd8acc3f 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_consume_config.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_consume_config.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_event_source.py index 57fe6d58230f..c48740be319f 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_exchange_declare_config.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_exchange_declare_config.py index 7cbc4bd19534..78e154206e11 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_exchange_declare_config.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_exchange_declare_config.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_queue_bind_config.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_queue_bind_config.py index ed1d10da0cc0..23675a1c82ed 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_queue_bind_config.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_queue_bind_config.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_queue_declare_config.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_queue_declare_config.py index ef5ed1e3a7ec..589529111ca7 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_queue_declare_config.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_amqp_queue_declare_config.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_argo_workflow_trigger.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_argo_workflow_trigger.py index 21b8675d5086..3658a3e4e57c 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_argo_workflow_trigger.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_argo_workflow_trigger.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_artifact_location.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_artifact_location.py index d656c2ac1b69..1f2c2e946883 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_artifact_location.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_artifact_location.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_aws_lambda_trigger.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_aws_lambda_trigger.py index 742d4e641374..9c3805876c99 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_aws_lambda_trigger.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_aws_lambda_trigger.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_azure_event_hubs_trigger.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_azure_event_hubs_trigger.py index 3930f5ec2555..31711cb45c67 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_azure_event_hubs_trigger.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_azure_event_hubs_trigger.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_azure_events_hub_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_azure_events_hub_event_source.py index 4df2c57c7c82..a4c54b585749 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_azure_events_hub_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_azure_events_hub_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_backoff.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_backoff.py index f94c60e62953..347afcc7221d 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_backoff.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_backoff.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_basic_auth.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_basic_auth.py index 005f2f4e67ce..f92b06a3619e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_basic_auth.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_basic_auth.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_auth.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_auth.py index f997a5d777bc..04f5b1e53f80 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_auth.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_auth.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_basic_auth.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_basic_auth.py index 58e6dd099ccc..916f7366d9c5 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_basic_auth.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_basic_auth.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_event_source.py index b281a387292c..3939065eec16 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_repository.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_repository.py index 1bac7365c905..9a41746db1a8 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_repository.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_repository.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_server_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_server_event_source.py index 96678d9bfaea..57c1eeadaf28 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_server_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_server_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_server_repository.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_server_repository.py index 6c37fb316578..a913f26341d1 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_server_repository.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_bitbucket_server_repository.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_calendar_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_calendar_event_source.py index b3eed7f3664b..d62e991558ec 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_calendar_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_calendar_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_catchup_configuration.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_catchup_configuration.py index 5d8a37fb178b..b2aa2cb7bb84 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_catchup_configuration.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_catchup_configuration.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_condition.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_condition.py index faf276c519fd..07df4c4bd186 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_condition.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_condition.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_conditions_reset_by_time.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_conditions_reset_by_time.py index eeeb73f5710d..1e0270d7cc4f 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_conditions_reset_by_time.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_conditions_reset_by_time.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_conditions_reset_criteria.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_conditions_reset_criteria.py index dcc216e95edf..0bf7d9e76916 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_conditions_reset_criteria.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_conditions_reset_criteria.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_config_map_persistence.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_config_map_persistence.py index c3085b32e6bb..a394297c566d 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_config_map_persistence.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_config_map_persistence.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_custom_trigger.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_custom_trigger.py index 8db83a27ac65..ee11737c1aae 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_custom_trigger.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_custom_trigger.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_data_filter.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_data_filter.py index 18cf828c8f60..551820efed73 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_data_filter.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_data_filter.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_emitter_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_emitter_event_source.py index cc8703675e82..c51403b60782 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_emitter_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_emitter_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_context.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_context.py index c32e137bf179..407be77edd35 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_context.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_context.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency.py index 475d18395aaf..f75cdcd89a61 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency_filter.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency_filter.py index be4b60a3709a..335a7f9b9a9a 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency_filter.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency_filter.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency_transformer.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency_transformer.py index 66579156def9..0412a1b0f59b 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency_transformer.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_dependency_transformer.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_persistence.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_persistence.py index bda6720eddf0..7a750f023c47 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_persistence.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_persistence.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source.py index d2a3e1240ed5..e0ccea56f660 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_filter.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_filter.py index c6ab310d6aa6..3cd42535b945 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_filter.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_filter.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_list.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_list.py index 46db4a17403f..831798b34304 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_list.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_list.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_spec.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_spec.py index b4e1790c7917..f41bd0f72a00 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_spec.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_spec.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_status.py index ea3f1fb29ed9..f2f0e349af17 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_event_source_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_expr_filter.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_expr_filter.py index 7d6191b5cbf2..5416f95c7cc0 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_expr_filter.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_expr_filter.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_file_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_file_artifact.py index 7d29593ffd1a..20d7c7e94cf7 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_file_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_file_artifact.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_file_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_file_event_source.py index 2f303ef83a0e..9c181014e3ae 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_file_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_file_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_generic_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_generic_event_source.py index fdfe9e4ece89..b65fa8ee43e3 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_generic_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_generic_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_git_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_git_artifact.py index 8034ef226321..5d87658c70c0 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_git_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_git_artifact.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_git_creds.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_git_creds.py index 4d66926cf9ce..65eb7f70ab91 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_git_creds.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_git_creds.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_git_remote_config.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_git_remote_config.py index 6454d3df813e..d02db3151c8a 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_git_remote_config.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_git_remote_config.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_github_app_creds.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_github_app_creds.py index 364041f322a9..79739c6ac094 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_github_app_creds.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_github_app_creds.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_github_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_github_event_source.py index 6551b8159246..300c34b2da48 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_github_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_github_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_gitlab_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_gitlab_event_source.py index 912c8f047eb9..94b31c375383 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_gitlab_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_gitlab_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_hdfs_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_hdfs_event_source.py index 4e0f1017c956..dc5fff99079d 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_hdfs_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_hdfs_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_http_trigger.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_http_trigger.py index c2cf7b26f00d..a972868e5139 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_http_trigger.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_http_trigger.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_int64_or_string.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_int64_or_string.py index 1801756c52e0..710ec4d27a1a 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_int64_or_string.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_int64_or_string.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_k8_s_resource_policy.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_k8_s_resource_policy.py index 24b4e2bf39eb..5461dac117b7 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_k8_s_resource_policy.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_k8_s_resource_policy.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_kafka_consumer_group.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_kafka_consumer_group.py index 5c20b7de6f23..648263a68d7a 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_kafka_consumer_group.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_kafka_consumer_group.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_kafka_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_kafka_event_source.py index 221a71f6582b..d91d3f890f85 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_kafka_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_kafka_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_kafka_trigger.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_kafka_trigger.py index 5a12a954c7d9..9e7be7bcc4b5 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_kafka_trigger.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_kafka_trigger.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_log_trigger.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_log_trigger.py index 10648f9644c2..1a51a4fbb283 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_log_trigger.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_log_trigger.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_metadata.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_metadata.py index 0316d9a95afb..3a57a5d60c6a 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_metadata.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_metadata.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_mqtt_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_mqtt_event_source.py index 75657801cd80..d94c028f789d 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_mqtt_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_mqtt_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nats_auth.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nats_auth.py index c4442bd6ed93..e066d7dae76c 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nats_auth.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nats_auth.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nats_events_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nats_events_source.py index 1f5d83bfd31a..7534ec59b2eb 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nats_events_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nats_events_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nats_trigger.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nats_trigger.py index c7eb012e5e1f..fe91ddb51d42 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nats_trigger.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nats_trigger.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nsq_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nsq_event_source.py index 979ca0c5d9bd..f3e0513de680 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nsq_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_nsq_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_open_whisk_trigger.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_open_whisk_trigger.py index 88e7806fde10..893b248f29ba 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_open_whisk_trigger.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_open_whisk_trigger.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_owned_repositories.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_owned_repositories.py index ec8c2e95f142..fb7556ac1f1a 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_owned_repositories.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_owned_repositories.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_payload_field.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_payload_field.py index faf8044a770f..78ade3573f30 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_payload_field.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_payload_field.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_pub_sub_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_pub_sub_event_source.py index 027bf92b1c1e..5badd3c68fac 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_pub_sub_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_pub_sub_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_pulsar_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_pulsar_event_source.py index 5d067b83b8ac..03a12b7be7a9 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_pulsar_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_pulsar_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_pulsar_trigger.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_pulsar_trigger.py index 8c28a27a19b7..9d3622dd3923 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_pulsar_trigger.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_pulsar_trigger.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_rate_limit.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_rate_limit.py index ec8a14311040..ff82cc26642f 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_rate_limit.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_rate_limit.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_redis_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_redis_event_source.py index 9f1687f2a2b8..e3cf938a9038 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_redis_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_redis_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_redis_stream_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_redis_stream_event_source.py index 9bae1f37bfa3..1b2515ffac9b 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_redis_stream_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_redis_stream_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_resource.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_resource.py index 216269fa04bf..41535c92a5ac 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_resource.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_resource.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_resource_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_resource_event_source.py index 6f1becbefd45..d26918d0740f 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_resource_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_resource_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_resource_filter.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_resource_filter.py index e8faa0b59496..26dd205a0f1f 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_resource_filter.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_resource_filter.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_s3_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_s3_artifact.py index 305c6883a773..a6eefd18637c 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_s3_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_s3_artifact.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_s3_bucket.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_s3_bucket.py index 2fba910a6dbc..56f61b075ced 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_s3_bucket.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_s3_bucket.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_s3_filter.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_s3_filter.py index ac3b9fb380ea..a2410f720c48 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_s3_filter.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_s3_filter.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sasl_config.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sasl_config.py index 824a1e85f5fb..6107821d6a9c 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sasl_config.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sasl_config.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_secure_header.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_secure_header.py index 3db34a9db976..3b2bc72fc0f9 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_secure_header.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_secure_header.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_selector.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_selector.py index 89608caa94a8..54c76eeeaf3e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_selector.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_selector.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor.py index 0f4e2be86baa..6931d2dc53e7 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor_list.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor_list.py index 7cc04d52a2b7..dee62a1f3f90 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor_list.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor_list.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor_spec.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor_spec.py index aaac63f8feb1..0e31e537d838 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor_spec.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor_spec.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor_status.py index d3102444c452..6dfa9291858e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sensor_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_service.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_service.py index fdd99d88574a..ca7c730af766 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_service.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_service.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_slack_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_slack_event_source.py index 0e2d919d2bff..56a1713060ec 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_slack_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_slack_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_slack_trigger.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_slack_trigger.py index ce9e2f18e591..97214c9e1af5 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_slack_trigger.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_slack_trigger.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sns_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sns_event_source.py index c7c42d135ea8..1ee61864431e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sns_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sns_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sqs_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sqs_event_source.py index df039e415ba9..44d583d5dbe6 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sqs_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_sqs_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_standard_k8_s_trigger.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_standard_k8_s_trigger.py index 0772667a6149..0f0a4e540842 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_standard_k8_s_trigger.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_standard_k8_s_trigger.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_status.py index e38f6e1dee53..c29559f7eb18 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_status_policy.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_status_policy.py index 5382fddda021..d27324e86210 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_status_policy.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_status_policy.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_storage_grid_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_storage_grid_event_source.py index eacf3f2dde9b..6b3a78fffbe6 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_storage_grid_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_storage_grid_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_storage_grid_filter.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_storage_grid_filter.py index dde65b8cfd6e..e15d005d6566 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_storage_grid_filter.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_storage_grid_filter.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_stripe_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_stripe_event_source.py index 6f5ee1236ed9..60ce13c32c0a 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_stripe_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_stripe_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_template.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_template.py index 3fb96e10d18c..fe6dd7c6b393 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_template.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_template.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_time_filter.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_time_filter.py index 9a016fa8cfd9..8ad1034f178b 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_time_filter.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_time_filter.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_tls_config.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_tls_config.py index fb7ad994dcbf..1fee1144e475 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_tls_config.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_tls_config.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger.py index 4fc4a0c4e50a..da2d1fa44a4d 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_parameter.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_parameter.py index 9fd4c024f1a8..8c88dd6b7d4e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_parameter.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_parameter.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_parameter_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_parameter_source.py index 24a4e0b3ecc3..00e7431d6b8a 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_parameter_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_parameter_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_policy.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_policy.py index 037245136595..e2a0584d293a 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_policy.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_policy.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_template.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_template.py index be2bf4c2a58b..a89c85e08844 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_template.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_trigger_template.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_url_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_url_artifact.py index 197ca7bdbed3..a8e63789e05d 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_url_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_url_artifact.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_value_from_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_value_from_source.py index f893a9e21da9..dad95c34b8e5 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_value_from_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_value_from_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_watch_path_config.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_watch_path_config.py index 696ae86de95a..dba84388ad4e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_watch_path_config.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_watch_path_config.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_webhook_context.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_webhook_context.py index 59fd31ec6874..921fbda41a0e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_webhook_context.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_webhook_context.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_webhook_event_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_webhook_event_source.py index 7ee0c71e5f1d..c6316912e390 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_webhook_event_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_events_v1alpha1_webhook_event_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_archive_strategy.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_archive_strategy.py index e5595408425a..d9d39be8cb8f 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_archive_strategy.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_archive_strategy.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_arguments.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_arguments.py index 7470221b9815..8e3c181bd4e6 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_arguments.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_arguments.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_art_gc_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_art_gc_status.py index eb1019c672b9..2efbd182e401 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_art_gc_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_art_gc_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact.py index c3bd8f1f43a9..0f3b949ca659 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_gc.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_gc.py index 99448c3b2312..59dcfb17013e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_gc.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_gc.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_gc_spec.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_gc_spec.py index fab1dc0e9b65..980053beb018 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_gc_spec.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_gc_spec.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_gc_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_gc_status.py index 98215cdf73eb..c572129cf8fe 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_gc_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_gc_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_location.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_location.py index 9fa872b95224..ae0839bfa657 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_location.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_location.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_node_spec.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_node_spec.py index 9f081effeee9..9a9738702e47 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_node_spec.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_node_spec.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_paths.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_paths.py index 3f7e0d2f1fe8..ff235ad19c04 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_paths.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_paths.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository.py index e12006e9328b..7e8fede73e29 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository_ref.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository_ref.py index cf777b344623..192bbc81b767 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository_ref.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository_ref.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository_ref_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository_ref_status.py index 086678eb1b92..32dc97e78f70 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository_ref_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_repository_ref_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_result.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_result.py index 86b5ba9b8d53..e7499b43b44b 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_result.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_result.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_result_node_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_result_node_status.py index 96562390d68b..67c623b2be37 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_result_node_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifact_result_node_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifactory_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifactory_artifact.py index 5010b1a1abf3..7d4ed2d35e9b 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifactory_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifactory_artifact.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifactory_artifact_repository.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifactory_artifact_repository.py index 87c4e84bc810..9f5d82327748 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifactory_artifact_repository.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_artifactory_artifact_repository.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_azure_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_azure_artifact.py index 844c13a6216e..2e2eae2d0f4b 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_azure_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_azure_artifact.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_azure_artifact_repository.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_azure_artifact_repository.py index 1a1a8ec6f314..14aff3f604a4 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_azure_artifact_repository.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_azure_artifact_repository.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_backoff.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_backoff.py index 2ceeeadc5398..0b3b121164a0 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_backoff.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_backoff.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_basic_auth.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_basic_auth.py index 5c6f0b64e885..224d5362979f 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_basic_auth.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_basic_auth.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cache.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cache.py index 1dda2f26229c..e5fc792e1e73 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cache.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cache.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_client_cert_auth.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_client_cert_auth.py index 3894b98b35d2..ad3aa2125090 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_client_cert_auth.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_client_cert_auth.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template.py index 7872085ebbf3..b9b2c127ad4d 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_create_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_create_request.py index 6aa55d94b63e..bec8ab170943 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_create_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_create_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_lint_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_lint_request.py index cd6e2e0901d6..5d9338f8ad30 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_lint_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_lint_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_list.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_list.py index 6c57dfa1da53..c24373aa482d 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_list.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_list.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_update_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_update_request.py index 97ff9894af9a..e4335b74a006 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_update_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cluster_workflow_template_update_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_collect_event_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_collect_event_request.py index e71f54be7c15..2a438b7bb7e6 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_collect_event_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_collect_event_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_column.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_column.py index 91139df87c62..51b334370e39 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_column.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_column.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_condition.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_condition.py index 1c055a55c599..2402926c1a8a 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_condition.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_condition.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_container_node.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_container_node.py index 05bd1c27430a..e46bebbe4852 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_container_node.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_container_node.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_container_set_retry_strategy.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_container_set_retry_strategy.py index 257390655e83..280de7d31032 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_container_set_retry_strategy.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_container_set_retry_strategy.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_container_set_template.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_container_set_template.py index 205f1fb10f61..3f1315306671 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_container_set_template.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_container_set_template.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_continue_on.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_continue_on.py index 919099b94541..dc63fff98dbe 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_continue_on.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_continue_on.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_counter.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_counter.py index 8bb25c358d80..a0af3fc91c6a 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_counter.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_counter.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_create_cron_workflow_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_create_cron_workflow_request.py index 16e09b1cbcf0..f1823e76291f 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_create_cron_workflow_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_create_cron_workflow_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_create_s3_bucket_options.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_create_s3_bucket_options.py index 2b3140de9340..b031245695a2 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_create_s3_bucket_options.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_create_s3_bucket_options.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow.py index a2178eb96deb..60a8c145ca38 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_list.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_list.py index 66ef7a36443c..a6c54eec531a 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_list.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_list.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_resume_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_resume_request.py index 2a05170d5890..7f300fa1938b 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_resume_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_resume_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_spec.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_spec.py index 513fc188976b..ec9ad743d383 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_spec.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_spec.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_status.py index e7ce83b21a7b..0a8a9a233265 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_suspend_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_suspend_request.py index 71d176751f18..37deadfe3da8 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_suspend_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_cron_workflow_suspend_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_task.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_task.py index 6ca3588fa094..9ad55a16de98 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_task.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_task.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_template.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_template.py index 68f47fdd1ccc..8fcb8976aac7 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_template.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_dag_template.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_data.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_data.py index 168d3ab4e1f2..fdaa1f9a01d5 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_data.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_data.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_data_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_data_source.py index a6ac9de8ce3e..904e7e30e013 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_data_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_data_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_event.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_event.py index dad8cbe5f72a..dd94ffd44d2c 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_event.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_event.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_executor_config.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_executor_config.py index 843c437f9f62..7ab0a9a0c578 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_executor_config.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_executor_config.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_gauge.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_gauge.py index 514de8ceea83..b1c122de5d17 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_gauge.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_gauge.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_gcs_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_gcs_artifact.py index a9672fca1c26..59f6eff9fda1 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_gcs_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_gcs_artifact.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_gcs_artifact_repository.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_gcs_artifact_repository.py index 0f6fcaad02a7..0f3e5e9d0753 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_gcs_artifact_repository.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_gcs_artifact_repository.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_get_user_info_response.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_get_user_info_response.py index 66f384903025..9d6cb8042bde 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_get_user_info_response.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_get_user_info_response.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_git_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_git_artifact.py index 5eb9df2d6c78..41b4b8287f67 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_git_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_git_artifact.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_hdfs_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_hdfs_artifact.py index d92ed0ebc49e..0554d3cff9bd 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_hdfs_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_hdfs_artifact.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_hdfs_artifact_repository.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_hdfs_artifact_repository.py index d6a5e50af2b7..2a8f16b957ab 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_hdfs_artifact_repository.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_hdfs_artifact_repository.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_header.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_header.py index d8fc859ec70c..9c60d08cb160 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_header.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_header.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_histogram.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_histogram.py index a2a8fe2f2a08..d5bfd37f942f 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_histogram.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_histogram.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http.py index fec296b12255..323d1b17cf2a 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_artifact.py index 8cde9a57a32b..ed4214d73b59 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_artifact.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_auth.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_auth.py index c545ea0ca275..8832c8742b4c 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_auth.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_auth.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_body_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_body_source.py index 273ec2a2e3f0..4f343457d486 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_body_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_body_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_header.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_header.py index f85bf07c3d47..46d25f86b85f 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_header.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_header.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_header_source.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_header_source.py index c6e9eaf17ff5..38726ccc4e1b 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_header_source.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_http_header_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_info_response.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_info_response.py index 78c9b0ae77ff..73b42932b240 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_info_response.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_info_response.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_inputs.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_inputs.py index 090c1920326c..27a2c1d335d8 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_inputs.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_inputs.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_label_keys.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_label_keys.py index 414bca793d68..618bb73c11ce 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_label_keys.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_label_keys.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_label_value_from.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_label_value_from.py index 414e6480b3c5..cf586092dd9e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_label_value_from.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_label_value_from.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_label_values.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_label_values.py index f5a802c4abcf..7a36cb778eba 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_label_values.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_label_values.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_lifecycle_hook.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_lifecycle_hook.py index d32eb28bcccb..a28912825b4e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_lifecycle_hook.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_lifecycle_hook.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_link.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_link.py index c8429c2dd3e9..600bdfccabd2 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_link.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_link.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_lint_cron_workflow_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_lint_cron_workflow_request.py index 701813c27e4e..ab27b6454733 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_lint_cron_workflow_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_lint_cron_workflow_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_log_entry.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_log_entry.py index 6ac6c69199a2..914013fc4227 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_log_entry.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_log_entry.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_manifest_from.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_manifest_from.py index 0c133ca0da3c..97ac065c989c 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_manifest_from.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_manifest_from.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_memoization_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_memoization_status.py index 61bc05aacf6b..ba0a053daf40 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_memoization_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_memoization_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_memoize.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_memoize.py index 30b7b9823ce0..68ee63676cf3 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_memoize.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_memoize.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_metadata.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_metadata.py index 441c3546309c..5927b779c6bb 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_metadata.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_metadata.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_metric_label.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_metric_label.py index fdeaec056d3d..a954f8d51f30 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_metric_label.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_metric_label.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_metrics.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_metrics.py index b42198048430..b7a4022ebc6d 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_metrics.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_metrics.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex.py index baac2ab640ec..0a15d05c6ba2 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex_holding.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex_holding.py index b11bdbe1f159..aaf3303520d1 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex_holding.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex_holding.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex_status.py index d676b2c39e54..09c5e9239a39 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_mutex_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_flag.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_flag.py index 8b1c41db5bbf..a39d3bbbe135 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_flag.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_flag.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_result.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_result.py index 980b84d5bdf2..cba548a9cc84 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_result.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_result.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_status.py index 257f053ef60d..7b385d2b3ca8 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_synchronization_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_synchronization_status.py index f7354758177f..8747678d56a0 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_synchronization_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_node_synchronization_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_o_auth2_auth.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_o_auth2_auth.py index 2f450913e6c5..03bf77905ef0 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_o_auth2_auth.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_o_auth2_auth.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_o_auth2_endpoint_param.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_o_auth2_endpoint_param.py index e7357a5b6fa7..1c6e6c5287a8 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_o_auth2_endpoint_param.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_o_auth2_endpoint_param.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_artifact.py index 3527545ea2ef..ba528607caa2 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_artifact.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_artifact_repository.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_artifact_repository.py index 2bd78acbeefe..0467bbd3e863 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_artifact_repository.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_artifact_repository.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_lifecycle_rule.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_lifecycle_rule.py index ccf8bf775872..096192ea6e17 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_lifecycle_rule.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_oss_lifecycle_rule.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_outputs.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_outputs.py index bfb6fe63a274..725e6faa8a8f 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_outputs.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_outputs.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_parallel_steps.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_parallel_steps.py index d247bb22ae7d..6a79eeb037a8 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_parallel_steps.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_parallel_steps.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_parameter.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_parameter.py index aeb78824a387..8415cb8ab6db 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_parameter.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_parameter.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_pod_gc.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_pod_gc.py index 063ba92471ec..06ccce15c88d 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_pod_gc.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_pod_gc.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_prometheus.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_prometheus.py index 5c9816fb41fa..82d07a01baf9 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_prometheus.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_prometheus.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_raw_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_raw_artifact.py index bdd60b050377..90bff2a0c528 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_raw_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_raw_artifact.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_resource_template.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_resource_template.py index 1e113ba87945..a228a09e7614 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_resource_template.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_resource_template.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_resubmit_archived_workflow_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_resubmit_archived_workflow_request.py index 6f7f504d4111..076a15fd3e98 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_resubmit_archived_workflow_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_resubmit_archived_workflow_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_affinity.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_affinity.py index 65c1dd9c5143..3bc39ed6d26e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_affinity.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_affinity.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_archived_workflow_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_archived_workflow_request.py index 9b8b6c01df9f..fcd68a5cb29e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_archived_workflow_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_archived_workflow_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_strategy.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_strategy.py index f3d0be72148d..a665c3fbf216 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_strategy.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_retry_strategy.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_artifact.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_artifact.py index 7e22cc9a37fd..fd019b40a4b6 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_artifact.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_artifact.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_artifact_repository.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_artifact_repository.py index 627b86f908f1..c61fa854ac92 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_artifact_repository.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_artifact_repository.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_encryption_options.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_encryption_options.py index 6136d56c54fb..1e1241e9205e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_encryption_options.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_encryption_options.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_script_template.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_script_template.py index 1ad756216f55..d758ae5d8df6 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_script_template.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_script_template.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_holding.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_holding.py index c29ba9a8b56c..f3f75ce5c515 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_holding.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_holding.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_ref.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_ref.py index c4916526bc59..0d382bc48a74 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_ref.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_ref.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_status.py index b37717afe2c4..f68e7856de0c 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_semaphore_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_sequence.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_sequence.py index 8bb61ef410ce..0c2dbadc0fb4 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_sequence.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_sequence.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_submit.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_submit.py index f99283283511..b1a1401b0945 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_submit.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_submit.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_submit_opts.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_submit_opts.py index 33cfa8ee48a9..a36addde4cd6 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_submit_opts.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_submit_opts.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_suspend_template.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_suspend_template.py index 82a07fef1d31..2215751d3974 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_suspend_template.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_suspend_template.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_synchronization.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_synchronization.py index 52625ec58343..3c3a131cbb58 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_synchronization.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_synchronization.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_synchronization_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_synchronization_status.py index a41fb666309c..e3c26a871829 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_synchronization_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_synchronization_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_tar_strategy.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_tar_strategy.py index ee361c5f37d9..d98eb3b97e46 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_tar_strategy.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_tar_strategy.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_template.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_template.py index 7b2fb4cfefa2..13d05724dd34 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_template.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_template.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_template_ref.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_template_ref.py index 679f527a29c0..3ae5eab1c725 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_template_ref.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_template_ref.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_transformation_step.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_transformation_step.py index 27d3b64fccb9..c7f1730f4923 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_transformation_step.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_transformation_step.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_ttl_strategy.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_ttl_strategy.py index 83b57022fbaa..5304b35f9ef3 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_ttl_strategy.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_ttl_strategy.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_update_cron_workflow_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_update_cron_workflow_request.py index 60a15dcf9eb6..cf698ecd3649 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_update_cron_workflow_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_update_cron_workflow_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_user_container.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_user_container.py index 386b3ee0a056..f88454a8df08 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_user_container.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_user_container.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_value_from.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_value_from.py index 26cb9c1f3975..9a0f6a638680 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_value_from.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_value_from.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_version.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_version.py index 51e743f5247b..ed5b87d1a0d0 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_version.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_version.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_volume_claim_gc.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_volume_claim_gc.py index 1320a5c6851a..dd27a89083d0 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_volume_claim_gc.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_volume_claim_gc.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow.py index 81c635c4b112..0d99c0d467b1 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_create_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_create_request.py index 1ac2e0d35c45..7c6bc59469e1 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_create_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_create_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding.py index d11d9af13948..d0a99c342eed 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding_list.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding_list.py index ece49f7eb15e..28c4aeb9a423 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding_list.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding_list.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding_spec.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding_spec.py index 39d9a2bb0683..5e72a731b05a 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding_spec.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_event_binding_spec.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_level_artifact_gc.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_level_artifact_gc.py index 3b01cd7fc050..f8eb6fa28d30 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_level_artifact_gc.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_level_artifact_gc.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_lint_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_lint_request.py index 8d580d0a60d9..0a8504da0e84 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_lint_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_lint_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_list.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_list.py index dea36fb88265..34b08c1f829e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_list.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_list.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_metadata.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_metadata.py index f19f7c34a8ee..adad10278573 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_metadata.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_metadata.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resubmit_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resubmit_request.py index c87b4ce1f501..0fc118b08b62 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resubmit_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resubmit_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resume_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resume_request.py index 1a9853bfebfe..04f3e35fe070 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resume_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_resume_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_retry_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_retry_request.py index e254157e1163..9412908a05ca 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_retry_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_retry_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_set_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_set_request.py index a44bfae3dc55..5cf79fccbc62 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_set_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_set_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_spec.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_spec.py index 816884ba8838..d56f6e163032 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_spec.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_spec.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_status.py index d70274f6f216..70a9cbf46250 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_step.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_step.py index 7c775adcac70..4172f91ca0fc 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_step.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_step.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_stop_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_stop_request.py index 5c338f6bda50..321513fc0e73 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_stop_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_stop_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_submit_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_submit_request.py index 3ecdc8855970..180c32a9fc99 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_submit_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_submit_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_suspend_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_suspend_request.py index 6cae9abd469a..6420cecbebc3 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_suspend_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_suspend_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_task_set_spec.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_task_set_spec.py index db3cdb5e25b7..b081782c627c 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_task_set_spec.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_task_set_spec.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_task_set_status.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_task_set_status.py index 82c49ef8d5bc..f45a852ab6b7 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_task_set_status.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_task_set_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template.py index 21d4a6ef061c..cefd3e6511f2 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_create_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_create_request.py index c5a8cd4cf40b..8cedb13d08be 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_create_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_create_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_lint_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_lint_request.py index e175d57787f8..2b2ce37b57a7 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_lint_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_lint_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_list.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_list.py index bdf2132b7e50..f7a843c2f50e 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_list.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_list.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_ref.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_ref.py index bcf6d5ca9deb..1de65d6bb56d 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_ref.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_ref.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_update_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_update_request.py index 8d794dff3160..f922f386d082 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_update_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_template_update_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_terminate_request.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_terminate_request.py index 2ec369d68470..f4a4b862712d 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_terminate_request.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_terminate_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_watch_event.py b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_watch_event.py index 38c45d75ef26..722fd357ccb4 100644 --- a/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_watch_event.py +++ b/sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_workflow_watch_event.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/io_k8s_api_policy_v1_pod_disruption_budget_spec.py b/sdks/python/client/argo_workflows/model/io_k8s_api_policy_v1_pod_disruption_budget_spec.py index bc64d86eb687..4f71a528489e 100644 --- a/sdks/python/client/argo_workflows/model/io_k8s_api_policy_v1_pod_disruption_budget_spec.py +++ b/sdks/python/client/argo_workflows/model/io_k8s_api_policy_v1_pod_disruption_budget_spec.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/iscsi_volume_source.py b/sdks/python/client/argo_workflows/model/iscsi_volume_source.py index 51161b0e2586..2ae5e355f608 100644 --- a/sdks/python/client/argo_workflows/model/iscsi_volume_source.py +++ b/sdks/python/client/argo_workflows/model/iscsi_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/key_to_path.py b/sdks/python/client/argo_workflows/model/key_to_path.py index 37bd48816006..73e3a740d4a4 100644 --- a/sdks/python/client/argo_workflows/model/key_to_path.py +++ b/sdks/python/client/argo_workflows/model/key_to_path.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/label_selector.py b/sdks/python/client/argo_workflows/model/label_selector.py index 6691f0445d89..3f6b61104c1e 100644 --- a/sdks/python/client/argo_workflows/model/label_selector.py +++ b/sdks/python/client/argo_workflows/model/label_selector.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/label_selector_requirement.py b/sdks/python/client/argo_workflows/model/label_selector_requirement.py index 75ef0621f8b7..332fde604232 100644 --- a/sdks/python/client/argo_workflows/model/label_selector_requirement.py +++ b/sdks/python/client/argo_workflows/model/label_selector_requirement.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/lifecycle.py b/sdks/python/client/argo_workflows/model/lifecycle.py index 601d01741611..aba36ad4e822 100644 --- a/sdks/python/client/argo_workflows/model/lifecycle.py +++ b/sdks/python/client/argo_workflows/model/lifecycle.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/lifecycle_handler.py b/sdks/python/client/argo_workflows/model/lifecycle_handler.py index 6a758e5d953e..d672083fc770 100644 --- a/sdks/python/client/argo_workflows/model/lifecycle_handler.py +++ b/sdks/python/client/argo_workflows/model/lifecycle_handler.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/list_meta.py b/sdks/python/client/argo_workflows/model/list_meta.py index 9a77932b8898..c2d2f917b35d 100644 --- a/sdks/python/client/argo_workflows/model/list_meta.py +++ b/sdks/python/client/argo_workflows/model/list_meta.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/local_object_reference.py b/sdks/python/client/argo_workflows/model/local_object_reference.py index 16cfe9f8ff92..59420f662f05 100644 --- a/sdks/python/client/argo_workflows/model/local_object_reference.py +++ b/sdks/python/client/argo_workflows/model/local_object_reference.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/managed_fields_entry.py b/sdks/python/client/argo_workflows/model/managed_fields_entry.py index dc6dfa03a86f..66eb438b6527 100644 --- a/sdks/python/client/argo_workflows/model/managed_fields_entry.py +++ b/sdks/python/client/argo_workflows/model/managed_fields_entry.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/nfs_volume_source.py b/sdks/python/client/argo_workflows/model/nfs_volume_source.py index 0fad9a11e174..b7a0a13f5ce5 100644 --- a/sdks/python/client/argo_workflows/model/nfs_volume_source.py +++ b/sdks/python/client/argo_workflows/model/nfs_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/node_affinity.py b/sdks/python/client/argo_workflows/model/node_affinity.py index 8a08ce7af387..e79ba63a0623 100644 --- a/sdks/python/client/argo_workflows/model/node_affinity.py +++ b/sdks/python/client/argo_workflows/model/node_affinity.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/node_selector.py b/sdks/python/client/argo_workflows/model/node_selector.py index cd748265b939..b51dc7291647 100644 --- a/sdks/python/client/argo_workflows/model/node_selector.py +++ b/sdks/python/client/argo_workflows/model/node_selector.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/node_selector_requirement.py b/sdks/python/client/argo_workflows/model/node_selector_requirement.py index f65ad63e1adc..a887c2bcf074 100644 --- a/sdks/python/client/argo_workflows/model/node_selector_requirement.py +++ b/sdks/python/client/argo_workflows/model/node_selector_requirement.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/node_selector_term.py b/sdks/python/client/argo_workflows/model/node_selector_term.py index 282247256f77..372d6cd83b2d 100644 --- a/sdks/python/client/argo_workflows/model/node_selector_term.py +++ b/sdks/python/client/argo_workflows/model/node_selector_term.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/object_field_selector.py b/sdks/python/client/argo_workflows/model/object_field_selector.py index 3ab8a3dfdf78..e4c4e599c708 100644 --- a/sdks/python/client/argo_workflows/model/object_field_selector.py +++ b/sdks/python/client/argo_workflows/model/object_field_selector.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/object_meta.py b/sdks/python/client/argo_workflows/model/object_meta.py index 8f559e5a99ad..1bf09981c09e 100644 --- a/sdks/python/client/argo_workflows/model/object_meta.py +++ b/sdks/python/client/argo_workflows/model/object_meta.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/object_reference.py b/sdks/python/client/argo_workflows/model/object_reference.py index dc5e12b1e208..d4f48dbd1f4a 100644 --- a/sdks/python/client/argo_workflows/model/object_reference.py +++ b/sdks/python/client/argo_workflows/model/object_reference.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/owner_reference.py b/sdks/python/client/argo_workflows/model/owner_reference.py index 9098ce50682a..2d4370a53023 100644 --- a/sdks/python/client/argo_workflows/model/owner_reference.py +++ b/sdks/python/client/argo_workflows/model/owner_reference.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/persistent_volume_claim.py b/sdks/python/client/argo_workflows/model/persistent_volume_claim.py index b77e60e8ca4d..ea59e936e081 100644 --- a/sdks/python/client/argo_workflows/model/persistent_volume_claim.py +++ b/sdks/python/client/argo_workflows/model/persistent_volume_claim.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/persistent_volume_claim_condition.py b/sdks/python/client/argo_workflows/model/persistent_volume_claim_condition.py index b469990ed8aa..10c3ee2b90d0 100644 --- a/sdks/python/client/argo_workflows/model/persistent_volume_claim_condition.py +++ b/sdks/python/client/argo_workflows/model/persistent_volume_claim_condition.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/persistent_volume_claim_spec.py b/sdks/python/client/argo_workflows/model/persistent_volume_claim_spec.py index ce80f3b3f509..d610e2305ec4 100644 --- a/sdks/python/client/argo_workflows/model/persistent_volume_claim_spec.py +++ b/sdks/python/client/argo_workflows/model/persistent_volume_claim_spec.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/persistent_volume_claim_status.py b/sdks/python/client/argo_workflows/model/persistent_volume_claim_status.py index 72e765f2a383..e314a90e0ff4 100644 --- a/sdks/python/client/argo_workflows/model/persistent_volume_claim_status.py +++ b/sdks/python/client/argo_workflows/model/persistent_volume_claim_status.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/persistent_volume_claim_template.py b/sdks/python/client/argo_workflows/model/persistent_volume_claim_template.py index 2198d105bd1a..6bb9b943775c 100644 --- a/sdks/python/client/argo_workflows/model/persistent_volume_claim_template.py +++ b/sdks/python/client/argo_workflows/model/persistent_volume_claim_template.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/persistent_volume_claim_volume_source.py b/sdks/python/client/argo_workflows/model/persistent_volume_claim_volume_source.py index e6b269be31ad..062d79312018 100644 --- a/sdks/python/client/argo_workflows/model/persistent_volume_claim_volume_source.py +++ b/sdks/python/client/argo_workflows/model/persistent_volume_claim_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/photon_persistent_disk_volume_source.py b/sdks/python/client/argo_workflows/model/photon_persistent_disk_volume_source.py index 1698275f7d30..44081c16b657 100644 --- a/sdks/python/client/argo_workflows/model/photon_persistent_disk_volume_source.py +++ b/sdks/python/client/argo_workflows/model/photon_persistent_disk_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/pod_affinity.py b/sdks/python/client/argo_workflows/model/pod_affinity.py index 80aec2e3e54a..067d603b2008 100644 --- a/sdks/python/client/argo_workflows/model/pod_affinity.py +++ b/sdks/python/client/argo_workflows/model/pod_affinity.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/pod_affinity_term.py b/sdks/python/client/argo_workflows/model/pod_affinity_term.py index 3cd2f6c137f6..50f340e70553 100644 --- a/sdks/python/client/argo_workflows/model/pod_affinity_term.py +++ b/sdks/python/client/argo_workflows/model/pod_affinity_term.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/pod_anti_affinity.py b/sdks/python/client/argo_workflows/model/pod_anti_affinity.py index 41d6de5f7352..5d44b3b27200 100644 --- a/sdks/python/client/argo_workflows/model/pod_anti_affinity.py +++ b/sdks/python/client/argo_workflows/model/pod_anti_affinity.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/pod_dns_config.py b/sdks/python/client/argo_workflows/model/pod_dns_config.py index 23f37e6cfc2b..078055305e19 100644 --- a/sdks/python/client/argo_workflows/model/pod_dns_config.py +++ b/sdks/python/client/argo_workflows/model/pod_dns_config.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/pod_dns_config_option.py b/sdks/python/client/argo_workflows/model/pod_dns_config_option.py index f3c3ba2618a9..154ae32daec1 100644 --- a/sdks/python/client/argo_workflows/model/pod_dns_config_option.py +++ b/sdks/python/client/argo_workflows/model/pod_dns_config_option.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/pod_security_context.py b/sdks/python/client/argo_workflows/model/pod_security_context.py index ad90405afdf7..0ed02f420fcd 100644 --- a/sdks/python/client/argo_workflows/model/pod_security_context.py +++ b/sdks/python/client/argo_workflows/model/pod_security_context.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/portworx_volume_source.py b/sdks/python/client/argo_workflows/model/portworx_volume_source.py index 00e1396b7484..01c61e0d232f 100644 --- a/sdks/python/client/argo_workflows/model/portworx_volume_source.py +++ b/sdks/python/client/argo_workflows/model/portworx_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/preferred_scheduling_term.py b/sdks/python/client/argo_workflows/model/preferred_scheduling_term.py index e7f6c67e1aea..472a021cd4a4 100644 --- a/sdks/python/client/argo_workflows/model/preferred_scheduling_term.py +++ b/sdks/python/client/argo_workflows/model/preferred_scheduling_term.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/probe.py b/sdks/python/client/argo_workflows/model/probe.py index 71775821b398..0536c3794a88 100644 --- a/sdks/python/client/argo_workflows/model/probe.py +++ b/sdks/python/client/argo_workflows/model/probe.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/projected_volume_source.py b/sdks/python/client/argo_workflows/model/projected_volume_source.py index 8eb6d515c46d..d0cdb60f6254 100644 --- a/sdks/python/client/argo_workflows/model/projected_volume_source.py +++ b/sdks/python/client/argo_workflows/model/projected_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/quobyte_volume_source.py b/sdks/python/client/argo_workflows/model/quobyte_volume_source.py index 0fb4c934fba1..644e470873ef 100644 --- a/sdks/python/client/argo_workflows/model/quobyte_volume_source.py +++ b/sdks/python/client/argo_workflows/model/quobyte_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/rbd_volume_source.py b/sdks/python/client/argo_workflows/model/rbd_volume_source.py index dd86bb95a1df..16633ebba3e0 100644 --- a/sdks/python/client/argo_workflows/model/rbd_volume_source.py +++ b/sdks/python/client/argo_workflows/model/rbd_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/resource_field_selector.py b/sdks/python/client/argo_workflows/model/resource_field_selector.py index 9db6bae53b04..b00539c01ed6 100644 --- a/sdks/python/client/argo_workflows/model/resource_field_selector.py +++ b/sdks/python/client/argo_workflows/model/resource_field_selector.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/resource_requirements.py b/sdks/python/client/argo_workflows/model/resource_requirements.py index bcf3a817a9d6..9ba0fa404963 100644 --- a/sdks/python/client/argo_workflows/model/resource_requirements.py +++ b/sdks/python/client/argo_workflows/model/resource_requirements.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/scale_io_volume_source.py b/sdks/python/client/argo_workflows/model/scale_io_volume_source.py index b66b6cc6fcd4..7dd161b71e6e 100644 --- a/sdks/python/client/argo_workflows/model/scale_io_volume_source.py +++ b/sdks/python/client/argo_workflows/model/scale_io_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/se_linux_options.py b/sdks/python/client/argo_workflows/model/se_linux_options.py index eb103b5b821b..222d3f360279 100644 --- a/sdks/python/client/argo_workflows/model/se_linux_options.py +++ b/sdks/python/client/argo_workflows/model/se_linux_options.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/seccomp_profile.py b/sdks/python/client/argo_workflows/model/seccomp_profile.py index 4539286ffb44..fb07ca0bd919 100644 --- a/sdks/python/client/argo_workflows/model/seccomp_profile.py +++ b/sdks/python/client/argo_workflows/model/seccomp_profile.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/secret_env_source.py b/sdks/python/client/argo_workflows/model/secret_env_source.py index 8c9525e9b12b..ad742cee49f6 100644 --- a/sdks/python/client/argo_workflows/model/secret_env_source.py +++ b/sdks/python/client/argo_workflows/model/secret_env_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/secret_key_selector.py b/sdks/python/client/argo_workflows/model/secret_key_selector.py index 2a9ba47d6b90..ee91496b4748 100644 --- a/sdks/python/client/argo_workflows/model/secret_key_selector.py +++ b/sdks/python/client/argo_workflows/model/secret_key_selector.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/secret_projection.py b/sdks/python/client/argo_workflows/model/secret_projection.py index 2ea6fa8a71cd..823c7c84fa43 100644 --- a/sdks/python/client/argo_workflows/model/secret_projection.py +++ b/sdks/python/client/argo_workflows/model/secret_projection.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/secret_volume_source.py b/sdks/python/client/argo_workflows/model/secret_volume_source.py index c423ebd84a36..54e0667cfd0c 100644 --- a/sdks/python/client/argo_workflows/model/secret_volume_source.py +++ b/sdks/python/client/argo_workflows/model/secret_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/security_context.py b/sdks/python/client/argo_workflows/model/security_context.py index 956080f78049..7dbf984223e8 100644 --- a/sdks/python/client/argo_workflows/model/security_context.py +++ b/sdks/python/client/argo_workflows/model/security_context.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/sensor_create_sensor_request.py b/sdks/python/client/argo_workflows/model/sensor_create_sensor_request.py index 00afa84a692c..b77da79c3e2b 100644 --- a/sdks/python/client/argo_workflows/model/sensor_create_sensor_request.py +++ b/sdks/python/client/argo_workflows/model/sensor_create_sensor_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/sensor_log_entry.py b/sdks/python/client/argo_workflows/model/sensor_log_entry.py index 59ac599ae8a2..58f363a942af 100644 --- a/sdks/python/client/argo_workflows/model/sensor_log_entry.py +++ b/sdks/python/client/argo_workflows/model/sensor_log_entry.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/sensor_sensor_watch_event.py b/sdks/python/client/argo_workflows/model/sensor_sensor_watch_event.py index 70397bf41b54..4792d7ec9408 100644 --- a/sdks/python/client/argo_workflows/model/sensor_sensor_watch_event.py +++ b/sdks/python/client/argo_workflows/model/sensor_sensor_watch_event.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/sensor_update_sensor_request.py b/sdks/python/client/argo_workflows/model/sensor_update_sensor_request.py index 37ba62509de7..4ea9205e3952 100644 --- a/sdks/python/client/argo_workflows/model/sensor_update_sensor_request.py +++ b/sdks/python/client/argo_workflows/model/sensor_update_sensor_request.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/service_account_token_projection.py b/sdks/python/client/argo_workflows/model/service_account_token_projection.py index 88b928ed4917..2943aa80d2e5 100644 --- a/sdks/python/client/argo_workflows/model/service_account_token_projection.py +++ b/sdks/python/client/argo_workflows/model/service_account_token_projection.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/service_port.py b/sdks/python/client/argo_workflows/model/service_port.py index 79d72efa771c..dd8493e10de9 100644 --- a/sdks/python/client/argo_workflows/model/service_port.py +++ b/sdks/python/client/argo_workflows/model/service_port.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/status_cause.py b/sdks/python/client/argo_workflows/model/status_cause.py index 9daf0dfdc93b..a90e092af2d6 100644 --- a/sdks/python/client/argo_workflows/model/status_cause.py +++ b/sdks/python/client/argo_workflows/model/status_cause.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/storage_os_volume_source.py b/sdks/python/client/argo_workflows/model/storage_os_volume_source.py index 75aa305535f1..febb659bc55a 100644 --- a/sdks/python/client/argo_workflows/model/storage_os_volume_source.py +++ b/sdks/python/client/argo_workflows/model/storage_os_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/stream_result_of_event.py b/sdks/python/client/argo_workflows/model/stream_result_of_event.py index a16be2258291..0811ea086d92 100644 --- a/sdks/python/client/argo_workflows/model/stream_result_of_event.py +++ b/sdks/python/client/argo_workflows/model/stream_result_of_event.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/stream_result_of_eventsource_event_source_watch_event.py b/sdks/python/client/argo_workflows/model/stream_result_of_eventsource_event_source_watch_event.py index fdf241cb9297..1e3e069c7054 100644 --- a/sdks/python/client/argo_workflows/model/stream_result_of_eventsource_event_source_watch_event.py +++ b/sdks/python/client/argo_workflows/model/stream_result_of_eventsource_event_source_watch_event.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/stream_result_of_eventsource_log_entry.py b/sdks/python/client/argo_workflows/model/stream_result_of_eventsource_log_entry.py index f1130a3aa2b4..7be4da080e80 100644 --- a/sdks/python/client/argo_workflows/model/stream_result_of_eventsource_log_entry.py +++ b/sdks/python/client/argo_workflows/model/stream_result_of_eventsource_log_entry.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/stream_result_of_io_argoproj_workflow_v1alpha1_log_entry.py b/sdks/python/client/argo_workflows/model/stream_result_of_io_argoproj_workflow_v1alpha1_log_entry.py index 60caef3462c2..c507a9b1cbb3 100644 --- a/sdks/python/client/argo_workflows/model/stream_result_of_io_argoproj_workflow_v1alpha1_log_entry.py +++ b/sdks/python/client/argo_workflows/model/stream_result_of_io_argoproj_workflow_v1alpha1_log_entry.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/stream_result_of_io_argoproj_workflow_v1alpha1_workflow_watch_event.py b/sdks/python/client/argo_workflows/model/stream_result_of_io_argoproj_workflow_v1alpha1_workflow_watch_event.py index 09224a1c0575..6f00ad8ded69 100644 --- a/sdks/python/client/argo_workflows/model/stream_result_of_io_argoproj_workflow_v1alpha1_workflow_watch_event.py +++ b/sdks/python/client/argo_workflows/model/stream_result_of_io_argoproj_workflow_v1alpha1_workflow_watch_event.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/stream_result_of_sensor_log_entry.py b/sdks/python/client/argo_workflows/model/stream_result_of_sensor_log_entry.py index a41b736d7262..864a57a48d2d 100644 --- a/sdks/python/client/argo_workflows/model/stream_result_of_sensor_log_entry.py +++ b/sdks/python/client/argo_workflows/model/stream_result_of_sensor_log_entry.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/stream_result_of_sensor_sensor_watch_event.py b/sdks/python/client/argo_workflows/model/stream_result_of_sensor_sensor_watch_event.py index a9688ac7bcb9..859f0c5dcdba 100644 --- a/sdks/python/client/argo_workflows/model/stream_result_of_sensor_sensor_watch_event.py +++ b/sdks/python/client/argo_workflows/model/stream_result_of_sensor_sensor_watch_event.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/sysctl.py b/sdks/python/client/argo_workflows/model/sysctl.py index d0092318a3e8..4a323894fce1 100644 --- a/sdks/python/client/argo_workflows/model/sysctl.py +++ b/sdks/python/client/argo_workflows/model/sysctl.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/tcp_socket_action.py b/sdks/python/client/argo_workflows/model/tcp_socket_action.py index f0028846a7cb..8bbabec27c7b 100644 --- a/sdks/python/client/argo_workflows/model/tcp_socket_action.py +++ b/sdks/python/client/argo_workflows/model/tcp_socket_action.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/toleration.py b/sdks/python/client/argo_workflows/model/toleration.py index 3c210f167bf6..6fc5258bed13 100644 --- a/sdks/python/client/argo_workflows/model/toleration.py +++ b/sdks/python/client/argo_workflows/model/toleration.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/typed_local_object_reference.py b/sdks/python/client/argo_workflows/model/typed_local_object_reference.py index 2513eb2a68b5..81763f889085 100644 --- a/sdks/python/client/argo_workflows/model/typed_local_object_reference.py +++ b/sdks/python/client/argo_workflows/model/typed_local_object_reference.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/volume.py b/sdks/python/client/argo_workflows/model/volume.py index 1a337bd7da9f..ad0df855203c 100644 --- a/sdks/python/client/argo_workflows/model/volume.py +++ b/sdks/python/client/argo_workflows/model/volume.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/volume_device.py b/sdks/python/client/argo_workflows/model/volume_device.py index 224e7e20ef1b..e00c8ae37746 100644 --- a/sdks/python/client/argo_workflows/model/volume_device.py +++ b/sdks/python/client/argo_workflows/model/volume_device.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/volume_mount.py b/sdks/python/client/argo_workflows/model/volume_mount.py index aadf5defa43a..05fe9af79de8 100644 --- a/sdks/python/client/argo_workflows/model/volume_mount.py +++ b/sdks/python/client/argo_workflows/model/volume_mount.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/volume_projection.py b/sdks/python/client/argo_workflows/model/volume_projection.py index 6b53a6e32bbc..9b016736848a 100644 --- a/sdks/python/client/argo_workflows/model/volume_projection.py +++ b/sdks/python/client/argo_workflows/model/volume_projection.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/vsphere_virtual_disk_volume_source.py b/sdks/python/client/argo_workflows/model/vsphere_virtual_disk_volume_source.py index caeeddfced58..be95c147cfa3 100644 --- a/sdks/python/client/argo_workflows/model/vsphere_virtual_disk_volume_source.py +++ b/sdks/python/client/argo_workflows/model/vsphere_virtual_disk_volume_source.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/weighted_pod_affinity_term.py b/sdks/python/client/argo_workflows/model/weighted_pod_affinity_term.py index 5ad14b191cd8..899e02b9cbd7 100644 --- a/sdks/python/client/argo_workflows/model/weighted_pod_affinity_term.py +++ b/sdks/python/client/argo_workflows/model/weighted_pod_affinity_term.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model/windows_security_context_options.py b/sdks/python/client/argo_workflows/model/windows_security_context_options.py index 3287d321a8cb..1f7864af7ea6 100644 --- a/sdks/python/client/argo_workflows/model/windows_security_context_options.py +++ b/sdks/python/client/argo_workflows/model/windows_security_context_options.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/model_utils.py b/sdks/python/client/argo_workflows/model_utils.py index e46d2bc033c1..8844880d1362 100644 --- a/sdks/python/client/argo_workflows/model_utils.py +++ b/sdks/python/client/argo_workflows/model_utils.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/argo_workflows/rest.py b/sdks/python/client/argo_workflows/rest.py index c1b62fc7114c..687e870b85b5 100644 --- a/sdks/python/client/argo_workflows/rest.py +++ b/sdks/python/client/argo_workflows/rest.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech diff --git a/sdks/python/client/setup.py b/sdks/python/client/setup.py index 228452a2a0f7..ab2303a69c39 100644 --- a/sdks/python/client/setup.py +++ b/sdks/python/client/setup.py @@ -1,7 +1,7 @@ """ Argo Workflows API - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 The version of the OpenAPI document: VERSION Generated by: https://openapi-generator.tech @@ -37,6 +37,6 @@ packages=find_packages(exclude=["test", "tests"]), include_package_data=True, long_description="""\ - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/stable/ # noqa: E501 + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/ # noqa: E501 """ ) diff --git a/server/auth/gatekeeper.go b/server/auth/gatekeeper.go index bd908191b261..4574717456f9 100644 --- a/server/auth/gatekeeper.go +++ b/server/auth/gatekeeper.go @@ -190,7 +190,7 @@ func (s gatekeeper) getClients(ctx context.Context, req interface{}) (*servertyp } } if !valid { - return nil, nil, status.Error(codes.Unauthenticated, "token not valid. see https://argo-workflows.readthedocs.io/en/stable/faq/") + return nil, nil, status.Error(codes.Unauthenticated, "token not valid. see https://argo-workflows.readthedocs.io/en/latest/faq/") } switch mode { case Client: diff --git a/test/e2e/fixtures/e2e_suite.go b/test/e2e/fixtures/e2e_suite.go index 46a634ade6a7..95d099fae528 100644 --- a/test/e2e/fixtures/e2e_suite.go +++ b/test/e2e/fixtures/e2e_suite.go @@ -86,7 +86,7 @@ func (s *E2ESuite) TearDownSuite() { _, _ = fmt.Println(color.Ize(color.Yellow, fmt.Sprintf("=== SLOW TEST: %s", x))) } if s.T().Failed() { - s.T().Log("to learn how to diagnose failed tests: https://argo-workflows.readthedocs.io/en/stable/running-locally/#running-e2e-tests-locally") + s.T().Log("to learn how to diagnose failed tests: https://argo-workflows.readthedocs.io/en/latest/running-locally/#running-e2e-tests-locally") } } diff --git a/ui/src/app/cluster-workflow-templates/components/cluster-workflow-template-list/cluster-workflow-template-list.tsx b/ui/src/app/cluster-workflow-templates/components/cluster-workflow-template-list/cluster-workflow-template-list.tsx index dce61b3cb768..4f713c8df273 100644 --- a/ui/src/app/cluster-workflow-templates/components/cluster-workflow-template-list/cluster-workflow-template-list.tsx +++ b/ui/src/app/cluster-workflow-templates/components/cluster-workflow-template-list/cluster-workflow-template-list.tsx @@ -57,7 +57,7 @@ export function ClusterWorkflowTemplateList({history, location}: RouteComponentP if (!templates) { return ; } - const learnMore = Learn more; + const learnMore = Learn more; if (templates.length === 0) { return ( diff --git a/ui/src/app/cron-workflows/components/cron-workflow-list/cron-workflow-list.tsx b/ui/src/app/cron-workflows/components/cron-workflow-list/cron-workflow-list.tsx index fd7b3e2f15bc..5ecd5b3ee17f 100644 --- a/ui/src/app/cron-workflows/components/cron-workflow-list/cron-workflow-list.tsx +++ b/ui/src/app/cron-workflows/components/cron-workflow-list/cron-workflow-list.tsx @@ -24,7 +24,7 @@ import {PrettySchedule} from '../pretty-schedule'; import './cron-workflow-list.scss'; -const learnMore = Learn more; +const learnMore = Learn more; export function CronWorkflowList({match, location, history}: RouteComponentProps) { const queryParams = new URLSearchParams(location.search); diff --git a/ui/src/app/help/components/help.tsx b/ui/src/app/help/components/help.tsx index 6da384ea3b75..6c8efe75cfae 100644 --- a/ui/src/app/help/components/help.tsx +++ b/ui/src/app/help/components/help.tsx @@ -15,7 +15,7 @@ export function Help() {

Documentation

- + Online Help diff --git a/ui/src/app/login/components/login.tsx b/ui/src/app/login/components/login.tsx index b03def945753..93ff29899d04 100644 --- a/ui/src/app/login/components/login.tsx +++ b/ui/src/app/login/components/login.tsx @@ -34,7 +34,7 @@ export function Login() {

It may not be necessary to be logged in to use Argo Workflows, it depends on how it is configured.

- Learn more. + Learn more.

@@ -56,7 +56,7 @@ export function Login() {

If your organisation has configured client authentication, get your token following this instructions from{' '} - here and paste in this box: + here and paste in this box: