From a730b4f43184c26d2a16423581b31d95738391bf Mon Sep 17 00:00:00 2001 From: Simon Behar Date: Tue, 2 Feb 2021 14:53:56 -0800 Subject: [PATCH] chore: Set Go mod to v3 (#4978) Signed-off-by: Simon Behar --- Makefile | 38 +- cmd/argo/commands/archive/delete.go | 4 +- cmd/argo/commands/archive/get.go | 4 +- cmd/argo/commands/archive/list.go | 8 +- cmd/argo/commands/auth/token.go | 2 +- cmd/argo/commands/client/conn.go | 4 +- cmd/argo/commands/clustertemplate/create.go | 10 +- cmd/argo/commands/clustertemplate/delete.go | 4 +- cmd/argo/commands/clustertemplate/get.go | 6 +- cmd/argo/commands/clustertemplate/lint.go | 6 +- cmd/argo/commands/clustertemplate/list.go | 6 +- cmd/argo/commands/common.go | 2 +- cmd/argo/commands/cron/create.go | 10 +- cmd/argo/commands/cron/delete.go | 4 +- cmd/argo/commands/cron/get.go | 6 +- cmd/argo/commands/cron/get_test.go | 2 +- cmd/argo/commands/cron/lint.go | 6 +- cmd/argo/commands/cron/list.go | 6 +- cmd/argo/commands/cron/resume.go | 4 +- cmd/argo/commands/cron/suspend.go | 4 +- cmd/argo/commands/cron/util.go | 2 +- cmd/argo/commands/delete.go | 6 +- cmd/argo/commands/get.go | 12 +- cmd/argo/commands/get_test.go | 4 +- cmd/argo/commands/lint.go | 6 +- cmd/argo/commands/list.go | 10 +- cmd/argo/commands/list_test.go | 8 +- cmd/argo/commands/logs.go | 4 +- cmd/argo/commands/node.go | 4 +- cmd/argo/commands/resubmit.go | 4 +- cmd/argo/commands/resume.go | 4 +- cmd/argo/commands/retry.go | 4 +- cmd/argo/commands/root.go | 16 +- cmd/argo/commands/server.go | 12 +- cmd/argo/commands/stop.go | 4 +- cmd/argo/commands/submit.go | 10 +- cmd/argo/commands/suspend.go | 4 +- cmd/argo/commands/template/create.go | 10 +- cmd/argo/commands/template/delete.go | 4 +- cmd/argo/commands/template/get.go | 6 +- cmd/argo/commands/template/lint.go | 10 +- cmd/argo/commands/template/list.go | 6 +- cmd/argo/commands/terminate.go | 6 +- cmd/argo/commands/version.go | 8 +- cmd/argo/commands/wait.go | 8 +- cmd/argo/commands/watch.go | 10 +- cmd/argo/main.go | 2 +- cmd/argoexec/commands/resource.go | 2 +- cmd/argoexec/commands/root.go | 18 +- cmd/argoexec/main.go | 2 +- cmd/workflow-controller/main.go | 8 +- config/config.go | 4 +- docs/releasing.md | 4 +- errors/errors_test.go | 2 +- examples/example-golang/main.go | 4 +- go.mod | 2 +- hack/cli/main.go | 2 +- hack/swagger/secondaryswaggergen.go | 2 +- hack/swaggify.sh | 2 +- persist/sqldb/backfill_nodes.go | 2 +- .../explosive_offload_node_status_repo.go | 2 +- persist/sqldb/mocks/OffloadNodeStatusRepo.go | 4 +- persist/sqldb/mocks/WorkflowArchive.go | 2 +- persist/sqldb/null_workflow_archive.go | 2 +- persist/sqldb/offload_node_status_repo.go | 2 +- .../sqldb/offload_node_status_repo_test.go | 2 +- persist/sqldb/sqldb.go | 6 +- persist/sqldb/workflow_archive.go | 4 +- pkg/apiclient/_.primary.swagger.json | 4 +- pkg/apiclient/apiclient.go | 14 +- pkg/apiclient/argo-kube-client.go | 32 +- ...luster-workflow-template-service-client.go | 4 +- .../argo-kube-cron-workflow-service-client.go | 4 +- .../argo-kube-workflow-service-client.go | 4 +- ...o-kube-workflow-template-service-client.go | 4 +- pkg/apiclient/argo-server-client.go | 12 +- .../cluster-workflow-template.pb.go | 60 +- .../cluster-workflow-template.proto | 16 +- .../cronworkflow/cron-workflow.pb.go | 46 +- .../cronworkflow/cron-workflow.proto | 20 +- ...luster-workflow-template-service-client.go | 6 +- ...ranslating-cron-workflow-service-client.go | 6 +- ...ror-translating-workflow-service-client.go | 6 +- ...lating-workflow-template-service-client.go | 6 +- pkg/apiclient/event/event.pb.go | 54 +- pkg/apiclient/event/event.proto | 4 +- pkg/apiclient/http1-client.go | 14 +- .../archived-workflows-service-client.go | 6 +- ...luster-workflow-template-service-client.go | 4 +- .../http1/cron-workflow-service-client.go | 4 +- pkg/apiclient/http1/facade.go | 2 +- pkg/apiclient/http1/info-service-client.go | 4 +- pkg/apiclient/http1/pod-logs-client.go | 2 +- pkg/apiclient/http1/watch-workflows-client.go | 2 +- .../http1/workflow-service-client.go | 4 +- .../http1/workflow-template-service-client.go | 4 +- pkg/apiclient/info/info.pb.go | 64 +- pkg/apiclient/info/info.proto | 4 +- pkg/apiclient/logs-intermediary.go | 2 +- pkg/apiclient/watch-intermediary.go | 2 +- .../workflow/mocks/WorkflowServiceClient.go | 4 +- pkg/apiclient/workflow/workflow.pb.go | 6 +- pkg/apiclient/workflow/workflow.proto | 32 +- .../workflowarchive/workflow-archive.pb.go | 52 +- .../workflowarchive/workflow-archive.proto | 4 +- .../workflowtemplate/workflow-template.pb.go | 56 +- .../workflowtemplate/workflow-template.proto | 16 +- pkg/apis/api-rules/violation_exceptions.list | 74 +- pkg/apis/workflow/v1alpha1/generated.pb.go | 1356 ++++++++--------- pkg/apis/workflow/v1alpha1/generated.proto | 2 +- .../workflow/v1alpha1/openapi_generated.go | 536 +++---- pkg/apis/workflow/v1alpha1/register.go | 2 +- pkg/apis/workflow/v1alpha1/workflow_types.go | 2 +- pkg/client/clientset/versioned/clientset.go | 2 +- .../versioned/fake/clientset_generated.go | 6 +- .../clientset/versioned/fake/register.go | 2 +- .../clientset/versioned/scheme/register.go | 2 +- .../v1alpha1/clusterworkflowtemplate.go | 4 +- .../typed/workflow/v1alpha1/cronworkflow.go | 4 +- .../fake/fake_clusterworkflowtemplate.go | 2 +- .../v1alpha1/fake/fake_cronworkflow.go | 2 +- .../workflow/v1alpha1/fake/fake_workflow.go | 2 +- .../v1alpha1/fake/fake_workflow_client.go | 2 +- .../fake/fake_workfloweventbinding.go | 2 +- .../v1alpha1/fake/fake_workflowtemplate.go | 2 +- .../typed/workflow/v1alpha1/workflow.go | 4 +- .../workflow/v1alpha1/workflow_client.go | 4 +- .../workflow/v1alpha1/workfloweventbinding.go | 4 +- .../workflow/v1alpha1/workflowtemplate.go | 4 +- .../informers/externalversions/factory.go | 6 +- .../informers/externalversions/generic.go | 2 +- .../internalinterfaces/factory_interfaces.go | 2 +- .../externalversions/workflow/interface.go | 4 +- .../v1alpha1/clusterworkflowtemplate.go | 8 +- .../workflow/v1alpha1/cronworkflow.go | 8 +- .../workflow/v1alpha1/interface.go | 2 +- .../workflow/v1alpha1/workflow.go | 8 +- .../workflow/v1alpha1/workfloweventbinding.go | 8 +- .../workflow/v1alpha1/workflowtemplate.go | 8 +- .../v1alpha1/clusterworkflowtemplate.go | 2 +- .../listers/workflow/v1alpha1/cronworkflow.go | 2 +- .../listers/workflow/v1alpha1/workflow.go | 2 +- .../workflow/v1alpha1/workfloweventbinding.go | 2 +- .../workflow/v1alpha1/workflowtemplate.go | 2 +- server/apiserver/argoserver.go | 68 +- server/apiserver/config.go | 4 +- server/artifacts/artifact_server.go | 14 +- server/artifacts/artifact_server_test.go | 24 +- server/auth/authorizer.go | 2 +- server/auth/gatekeeper.go | 14 +- server/auth/gatekeeper_test.go | 10 +- server/auth/mode.go | 2 +- server/auth/serviceaccount/claims.go | 2 +- server/auth/sso/mocks/Interface.go | 2 +- server/auth/sso/null_sso.go | 2 +- server/auth/sso/sso.go | 4 +- .../cluster_workflow_template_server.go | 14 +- .../cluster_workflow_template_server_test.go | 16 +- server/cronworkflow/cron_workflow_server.go | 14 +- .../cronworkflow/cron_workflow_server_test.go | 16 +- server/event/dispatch/operation.go | 16 +- server/event/dispatch/operation_test.go | 12 +- server/event/event_server.go | 12 +- server/event/event_server_test.go | 12 +- server/eventsource/event_source_server.go | 6 +- server/info/info_server.go | 8 +- server/info/info_server_test.go | 4 +- server/sensor/sensor_server.go | 6 +- server/types/clients.go | 2 +- server/workflow/workflow_server.go | 34 +- server/workflow/workflow_server_test.go | 24 +- .../archived_workflow_server.go | 10 +- .../archived_workflow_server_test.go | 10 +- .../workflow_template_server.go | 14 +- .../workflow_template_server_test.go | 16 +- test/e2e/argo_server_test.go | 8 +- test/e2e/artifacts_test.go | 4 +- test/e2e/cli_test.go | 4 +- test/e2e/cluster_workflow_template_test.go | 4 +- test/e2e/cron_test.go | 6 +- test/e2e/estimated_duration_test.go | 4 +- test/e2e/fixtures/e2e_suite.go | 12 +- test/e2e/fixtures/given.go | 6 +- test/e2e/fixtures/persistence.go | 6 +- test/e2e/fixtures/then.go | 6 +- test/e2e/fixtures/when.go | 8 +- test/e2e/functional_test.go | 6 +- test/e2e/malformed_resources_test.go | 8 +- test/e2e/metrics_test.go | 2 +- test/e2e/pod_cleanup_test.go | 6 +- test/e2e/progress_test.go | 4 +- test/e2e/run_as_not_root_test.go | 4 +- test/e2e/signals_test.go | 4 +- test/e2e/workflow_template_test.go | 4 +- test/stress/tool/main.go | 4 +- test/test.go | 4 +- test/util/workflow.go | 2 +- util/archive/archive.go | 4 +- util/cmd/cmd.go | 4 +- util/errors/errors.go | 2 +- util/fields/fields_test.go | 2 +- util/file/fileutil_test.go | 2 +- util/flatten/flatten_test.go | 2 +- util/instanceid/service.go | 4 +- util/instanceid/service_test.go | 4 +- util/labels/labeler_test.go | 2 +- util/logs/pods-logger.go | 2 +- util/logs/workflow-logger.go | 8 +- util/printer/workflow-printer.go | 4 +- util/printer/workflow-printer_test.go | 2 +- util/resource/duration.go | 2 +- util/resource/duration_test.go | 2 +- util/resource/summary.go | 2 +- util/resource/updater.go | 2 +- util/resource/updater_test.go | 4 +- util/retry/retry.go | 2 +- util/unstructured/workflow/conditions.go | 2 +- util/unstructured/workflow/conditions_test.go | 4 +- util/util.go | 10 +- version.go | 2 +- .../artifactrepositories.go | 10 +- .../artifactrepositories_test.go | 4 +- .../artifactrepositories/mocks/Interface.go | 4 +- .../artifactrepositories/mocks/default.go | 4 +- workflow/artifacts/artifactory/artifactory.go | 4 +- .../artifacts/artifactory/artifactory_test.go | 4 +- workflow/artifacts/artifacts.go | 22 +- workflow/artifacts/gcs/gcs.go | 4 +- workflow/artifacts/git/git.go | 2 +- workflow/artifacts/git/git_test.go | 2 +- workflow/artifacts/hdfs/hdfs.go | 8 +- workflow/artifacts/http/http.go | 4 +- workflow/artifacts/http/http_test.go | 4 +- workflow/artifacts/oss/oss.go | 2 +- workflow/artifacts/raw/raw.go | 4 +- workflow/artifacts/raw/raw_test.go | 4 +- workflow/artifacts/s3/s3.go | 6 +- workflow/common/ancestry.go | 2 +- workflow/common/ancestry_test.go | 2 +- workflow/common/common.go | 2 +- workflow/common/convert.go | 4 +- workflow/common/convert_test.go | 2 +- workflow/common/serviceaccount.go | 2 +- workflow/common/serviceaccount_test.go | 2 +- workflow/common/util.go | 12 +- workflow/common/util_test.go | 2 +- workflow/controller/cache/cache.go | 2 +- workflow/controller/cache/configmap_cache.go | 2 +- workflow/controller/cache_test.go | 4 +- workflow/controller/config.go | 12 +- workflow/controller/config_test.go | 2 +- workflow/controller/controller.go | 48 +- workflow/controller/controller_test.go | 30 +- workflow/controller/dag.go | 8 +- workflow/controller/dag_test.go | 6 +- .../controller/estimation/dummy_estimator.go | 2 +- .../estimation/dummy_estimator_factory.go | 2 +- workflow/controller/estimation/estimator.go | 2 +- .../estimation/estimator_factory.go | 12 +- .../estimation/estimator_factory_test.go | 12 +- .../controller/estimation/estimator_test.go | 2 +- workflow/controller/exec_control.go | 6 +- .../controller/indexes/conditions_index.go | 4 +- .../indexes/conditions_index_test.go | 4 +- workflow/controller/indexes/labels.go | 4 +- workflow/controller/indexes/labels_test.go | 4 +- workflow/controller/indexes/workflow_index.go | 4 +- .../controller/indexes/workflow_index_test.go | 2 +- .../cluster_workflow_template_convert.go | 4 +- .../cluster_workflow_template_convert_test.go | 2 +- ...rant_cluster_workflow_template_informer.go | 6 +- ...lerant_cluster_workflow_template_lister.go | 2 +- .../tolerant_workflow_template_informer.go | 6 +- .../tolerant_workflow_template_lister.go | 4 +- ...t_workflow_template_namespace_lister.co.go | 4 +- .../informer/workflow_template_convert.go | 4 +- .../workflow_template_convert_test.go | 2 +- workflow/controller/operator.go | 46 +- .../controller/operator_concurrency_test.go | 6 +- workflow/controller/operator_metrics_test.go | 2 +- workflow/controller/operator_persist_test.go | 10 +- .../operator_template_scope_test.go | 2 +- workflow/controller/operator_test.go | 18 +- .../controller/operator_wfdefault_test.go | 2 +- .../operator_workflow_template_ref_test.go | 4 +- workflow/controller/phase_node.go | 2 +- workflow/controller/rate_limiters.go | 2 +- workflow/controller/retry_tweak.go | 4 +- workflow/controller/scope.go | 6 +- workflow/controller/steps.go | 8 +- workflow/controller/steps_test.go | 6 +- workflow/controller/workflowpod.go | 14 +- workflow/controller/workflowpod_test.go | 10 +- workflow/creator/creator.go | 6 +- workflow/creator/creator_test.go | 8 +- workflow/cron/controller.go | 14 +- workflow/cron/operator.go | 20 +- workflow/cron/operator_test.go | 8 +- workflow/executor/common/wait/wait.go | 2 +- workflow/executor/docker/docker.go | 10 +- workflow/executor/executor.go | 20 +- workflow/executor/executor_test.go | 4 +- workflow/executor/k8sapi/client.go | 6 +- workflow/executor/k8sapi/k8sapi.go | 4 +- workflow/executor/kubelet/client.go | 6 +- workflow/executor/kubelet/kubelet.go | 2 +- workflow/executor/pns/pns.go | 16 +- workflow/executor/resource.go | 10 +- workflow/executor/resource_test.go | 4 +- workflow/hydrator/fake/always.go | 6 +- workflow/hydrator/fake/always_test.go | 2 +- workflow/hydrator/fake/noop.go | 4 +- workflow/hydrator/hydrator.go | 10 +- workflow/hydrator/hydrator_test.go | 8 +- workflow/metrics/metrics.go | 2 +- workflow/metrics/metrics_test.go | 2 +- workflow/metrics/util.go | 2 +- workflow/packer/packer.go | 4 +- workflow/packer/packer_test.go | 2 +- workflow/progress/updater.go | 2 +- workflow/progress/updater_test.go | 2 +- workflow/sync/lock_name.go | 4 +- workflow/sync/mutex_test.go | 2 +- workflow/sync/sync_manager.go | 2 +- workflow/sync/sync_manager_test.go | 6 +- workflow/templateresolution/context.go | 10 +- workflow/templateresolution/context_test.go | 6 +- workflow/ttlcontroller/ttlcontroller.go | 12 +- workflow/ttlcontroller/ttlcontroller_test.go | 10 +- workflow/util/merge.go | 2 +- workflow/util/retry/retry.go | 2 +- workflow/util/retry/retry_test.go | 2 +- workflow/util/util.go | 30 +- workflow/util/util_test.go | 10 +- workflow/validate/lint.go | 10 +- workflow/validate/validate.go | 20 +- workflow/validate/validate_test.go | 10 +- 337 files changed, 2227 insertions(+), 2227 deletions(-) diff --git a/Makefile b/Makefile index f223aeee0ccb..0bb19754603a 100644 --- a/Makefile +++ b/Makefile @@ -84,22 +84,22 @@ endif ALWAYS_OFFLOAD_NODE_STATUS := false override LDFLAGS += \ - -X github.com/argoproj/argo/v2.version=$(VERSION) \ - -X github.com/argoproj/argo/v2.buildDate=${BUILD_DATE} \ - -X github.com/argoproj/argo/v2.gitCommit=${GIT_COMMIT} \ - -X github.com/argoproj/argo/v2.gitTreeState=${GIT_TREE_STATE} + -X github.com/argoproj/argo/v3.version=$(VERSION) \ + -X github.com/argoproj/argo/v3.buildDate=${BUILD_DATE} \ + -X github.com/argoproj/argo/v3.gitCommit=${GIT_COMMIT} \ + -X github.com/argoproj/argo/v3.gitTreeState=${GIT_TREE_STATE} ifeq ($(STATIC_BUILD), true) override LDFLAGS += -extldflags "-static" endif ifneq ($(GIT_TAG),) -override LDFLAGS += -X github.com/argoproj/argo/v2.gitTag=${GIT_TAG} +override LDFLAGS += -X github.com/argoproj/argo/v3.gitTag=${GIT_TAG} endif -ARGOEXEC_PKGS := $(shell echo cmd/argoexec && go list -f '{{ join .Deps "\n" }}' ./cmd/argoexec/ | grep 'argoproj/argo/v2/' | cut -c 29-) -CLI_PKGS := $(shell echo cmd/argo && go list -f '{{ join .Deps "\n" }}' ./cmd/argo/ | grep 'argoproj/argo/v2/' | cut -c 29-) -CONTROLLER_PKGS := $(shell echo cmd/workflow-controller && go list -f '{{ join .Deps "\n" }}' ./cmd/workflow-controller/ | grep 'argoproj/argo/v2/' | cut -c 29-) +ARGOEXEC_PKGS := $(shell echo cmd/argoexec && go list -f '{{ join .Deps "\n" }}' ./cmd/argoexec/ | grep 'argoproj/argo/v3/' | cut -c 29-) +CLI_PKGS := $(shell echo cmd/argo && go list -f '{{ join .Deps "\n" }}' ./cmd/argo/ | grep 'argoproj/argo/v3/' | cut -c 29-) +CONTROLLER_PKGS := $(shell echo cmd/workflow-controller && go list -f '{{ join .Deps "\n" }}' ./cmd/workflow-controller/ | grep 'argoproj/argo/v3/' | cut -c 29-) MANIFESTS := $(shell find manifests -mindepth 2 -type f) E2E_MANIFESTS := $(shell find test/e2e/manifests -mindepth 2 -type f) E2E_EXECUTOR ?= pns @@ -139,7 +139,7 @@ define protoc --grpc-gateway_out=logtostderr=true:${GOPATH}/src \ --swagger_out=logtostderr=true,fqn_for_swagger_name=true:. \ $(1) - perl -i -pe 's|argoproj/argo/|argoproj/argo/v2/|g' `echo "$(1)" | sed 's/proto/pb.go/g'` + perl -i -pe 's|argoproj/argo/|argoproj/argo/v3/|g' `echo "$(1)" | sed 's/proto/pb.go/g'` endef # docker_build,image_name,binary_name,marker_file_name @@ -326,14 +326,14 @@ $(GOPATH)/bin/goimports: pkg/apis/workflow/v1alpha1/generated.proto: $(GOPATH)/bin/go-to-protobuf $(PROTO_BINARIES) $(TYPES) [ -e vendor ] || go mod vendor - [ -e v2 ] || ln -s . v2 + [ -e v3 ] || ln -s . v3 ${GOPATH}/bin/go-to-protobuf \ --go-header-file=./hack/custom-boilerplate.go.txt \ - --packages=github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1 \ + --packages=github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1 \ --apimachinery-packages=+k8s.io/apimachinery/pkg/util/intstr,+k8s.io/apimachinery/pkg/api/resource,k8s.io/apimachinery/pkg/runtime/schema,+k8s.io/apimachinery/pkg/runtime,k8s.io/apimachinery/pkg/apis/meta/v1,k8s.io/api/core/v1,k8s.io/api/policy/v1beta1 \ --proto-import ./vendor touch pkg/apis/workflow/v1alpha1/generated.proto - rm -rf v2 + rm -rf v3 # this target will also create a .pb.go and a .pb.gw.go file, but in Make 3 we cannot use _grouped target_, instead we must choose # on file to represent all of them @@ -523,24 +523,24 @@ clean: # swagger pkg/apis/workflow/v1alpha1/openapi_generated.go: $(GOPATH)/bin/openapi-gen $(TYPES) - [ -e v2 ] || ln -s . v2 + [ -e v3 ] || ln -s . v3 openapi-gen \ --go-header-file ./hack/custom-boilerplate.go.txt \ - --input-dirs github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1 \ - --output-package github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1 \ + --input-dirs github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1 \ + --output-package github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1 \ --report-filename pkg/apis/api-rules/violation_exceptions.list - rm -rf v2 + rm -rf v3 # generates many other files (listers, informers, client etc). pkg/apis/workflow/v1alpha1/zz_generated.deepcopy.go: $(TYPES) - [ -e v2 ] || ln -s . v2 + [ -e v3 ] || ln -s . v3 bash ${GOPATH}/pkg/mod/k8s.io/code-generator@v0.19.6/generate-groups.sh \ "deepcopy,client,informer,lister" \ - github.com/argoproj/argo/v2/pkg/client github.com/argoproj/argo/v2/pkg/apis \ + github.com/argoproj/argo/v3/pkg/client github.com/argoproj/argo/v3/pkg/apis \ workflow:v1alpha1 \ --go-header-file ./hack/custom-boilerplate.go.txt - rm -rf v2 + rm -rf v3 dist/kubernetes.swagger.json: @mkdir -p dist diff --git a/cmd/argo/commands/archive/delete.go b/cmd/argo/commands/archive/delete.go index e2d7d5959636..8f01d0c3ffb9 100644 --- a/cmd/argo/commands/archive/delete.go +++ b/cmd/argo/commands/archive/delete.go @@ -6,8 +6,8 @@ import ( "github.com/argoproj/pkg/errors" "github.com/spf13/cobra" - client "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowarchivepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowarchive" + client "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowarchivepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowarchive" ) func NewDeleteCommand() *cobra.Command { diff --git a/cmd/argo/commands/archive/get.go b/cmd/argo/commands/archive/get.go index 9850ddbde4e4..003110da865a 100644 --- a/cmd/argo/commands/archive/get.go +++ b/cmd/argo/commands/archive/get.go @@ -11,8 +11,8 @@ import ( "github.com/spf13/cobra" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowarchivepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowarchive" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowarchivepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowarchive" ) func NewGetCommand() *cobra.Command { diff --git a/cmd/argo/commands/archive/list.go b/cmd/argo/commands/archive/list.go index 21c6fdb3c018..48e7ce1594c0 100644 --- a/cmd/argo/commands/archive/list.go +++ b/cmd/argo/commands/archive/list.go @@ -9,10 +9,10 @@ import ( "github.com/spf13/cobra" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowarchivepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowarchive" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/util/printer" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowarchivepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowarchive" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/util/printer" ) func NewListCommand() *cobra.Command { diff --git a/cmd/argo/commands/auth/token.go b/cmd/argo/commands/auth/token.go index cbf424ae9c1d..f299c86443ca 100644 --- a/cmd/argo/commands/auth/token.go +++ b/cmd/argo/commands/auth/token.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" ) func NewTokenCommand() *cobra.Command { diff --git a/cmd/argo/commands/client/conn.go b/cmd/argo/commands/client/conn.go index 791de246ebf1..96db30974a43 100644 --- a/cmd/argo/commands/client/conn.go +++ b/cmd/argo/commands/client/conn.go @@ -8,8 +8,8 @@ import ( "github.com/spf13/cobra" "k8s.io/client-go/tools/clientcmd" - "github.com/argoproj/argo/v2/pkg/apiclient" - "github.com/argoproj/argo/v2/util/kubeconfig" + "github.com/argoproj/argo/v3/pkg/apiclient" + "github.com/argoproj/argo/v3/util/kubeconfig" ) var argoServerOpts = apiclient.ArgoServerOpts{} diff --git a/cmd/argo/commands/clustertemplate/create.go b/cmd/argo/commands/clustertemplate/create.go index c802d2e37d71..9abeee302254 100644 --- a/cmd/argo/commands/clustertemplate/create.go +++ b/cmd/argo/commands/clustertemplate/create.go @@ -7,11 +7,11 @@ import ( "github.com/argoproj/pkg/json" "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/util" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/util" ) type cliCreateOpts struct { diff --git a/cmd/argo/commands/clustertemplate/delete.go b/cmd/argo/commands/clustertemplate/delete.go index da425c9e1e62..f7ff1c3b486c 100644 --- a/cmd/argo/commands/clustertemplate/delete.go +++ b/cmd/argo/commands/clustertemplate/delete.go @@ -7,8 +7,8 @@ import ( "github.com/argoproj/pkg/errors" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" ) // NewDeleteCommand returns a new instance of an `argo delete` command diff --git a/cmd/argo/commands/clustertemplate/get.go b/cmd/argo/commands/clustertemplate/get.go index 86aeb8969b3e..cd4850562748 100644 --- a/cmd/argo/commands/clustertemplate/get.go +++ b/cmd/argo/commands/clustertemplate/get.go @@ -10,9 +10,9 @@ import ( "github.com/argoproj/pkg/humanize" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - clusterworkflowtmplpkg "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + clusterworkflowtmplpkg "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func NewGetCommand() *cobra.Command { diff --git a/cmd/argo/commands/clustertemplate/lint.go b/cmd/argo/commands/clustertemplate/lint.go index f349f7325c42..e307cbf5385b 100644 --- a/cmd/argo/commands/clustertemplate/lint.go +++ b/cmd/argo/commands/clustertemplate/lint.go @@ -9,9 +9,9 @@ import ( "github.com/argoproj/pkg/errors" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - "github.com/argoproj/argo/v2/workflow/validate" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + "github.com/argoproj/argo/v3/workflow/validate" ) func NewLintCommand() *cobra.Command { diff --git a/cmd/argo/commands/clustertemplate/list.go b/cmd/argo/commands/clustertemplate/list.go index c89470372dc8..3c063fa51ba2 100644 --- a/cmd/argo/commands/clustertemplate/list.go +++ b/cmd/argo/commands/clustertemplate/list.go @@ -8,9 +8,9 @@ import ( "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type listFlags struct { diff --git a/cmd/argo/commands/common.go b/cmd/argo/commands/common.go index fb69d338727a..de59395cdf6c 100644 --- a/cmd/argo/commands/common.go +++ b/cmd/argo/commands/common.go @@ -10,7 +10,7 @@ import ( log "github.com/sirupsen/logrus" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // Global variables diff --git a/cmd/argo/commands/cron/create.go b/cmd/argo/commands/cron/create.go index a322fc7076b3..289eda3dc5d1 100644 --- a/cmd/argo/commands/cron/create.go +++ b/cmd/argo/commands/cron/create.go @@ -8,12 +8,12 @@ import ( "github.com/argoproj/pkg/json" "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/util" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/util" ) type cliCreateOpts struct { diff --git a/cmd/argo/commands/cron/delete.go b/cmd/argo/commands/cron/delete.go index e71ff2e45343..99edf91c135f 100644 --- a/cmd/argo/commands/cron/delete.go +++ b/cmd/argo/commands/cron/delete.go @@ -4,8 +4,8 @@ import ( "github.com/argoproj/pkg/errors" "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" ) // NewDeleteCommand returns a new instance of an `argo delete` command diff --git a/cmd/argo/commands/cron/get.go b/cmd/argo/commands/cron/get.go index bf5fcf09680e..984011534b4f 100644 --- a/cmd/argo/commands/cron/get.go +++ b/cmd/argo/commands/cron/get.go @@ -12,9 +12,9 @@ import ( "github.com/spf13/cobra" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func NewGetCommand() *cobra.Command { diff --git a/cmd/argo/commands/cron/get_test.go b/cmd/argo/commands/cron/get_test.go index 0349a96d646e..fba7ce8bf04c 100644 --- a/cmd/argo/commands/cron/get_test.go +++ b/cmd/argo/commands/cron/get_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/assert" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) var invalidCwf = ` diff --git a/cmd/argo/commands/cron/lint.go b/cmd/argo/commands/cron/lint.go index 01cb9fd725fb..6373b9fdbb7b 100644 --- a/cmd/argo/commands/cron/lint.go +++ b/cmd/argo/commands/cron/lint.go @@ -9,9 +9,9 @@ import ( log "github.com/sirupsen/logrus" "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" - "github.com/argoproj/argo/v2/workflow/validate" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" + "github.com/argoproj/argo/v3/workflow/validate" ) func NewLintCommand() *cobra.Command { diff --git a/cmd/argo/commands/cron/list.go b/cmd/argo/commands/cron/list.go index 97d5cc0ad03e..564c68520bcd 100644 --- a/cmd/argo/commands/cron/list.go +++ b/cmd/argo/commands/cron/list.go @@ -14,9 +14,9 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/labels" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type listFlags struct { diff --git a/cmd/argo/commands/cron/resume.go b/cmd/argo/commands/cron/resume.go index f228d6efb3d3..5434078d833f 100644 --- a/cmd/argo/commands/cron/resume.go +++ b/cmd/argo/commands/cron/resume.go @@ -6,8 +6,8 @@ import ( "github.com/argoproj/pkg/errors" "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" ) // NewSuspendCommand returns a new instance of an `argo suspend` command diff --git a/cmd/argo/commands/cron/suspend.go b/cmd/argo/commands/cron/suspend.go index eb4bf378f1b2..403392dc146c 100644 --- a/cmd/argo/commands/cron/suspend.go +++ b/cmd/argo/commands/cron/suspend.go @@ -6,8 +6,8 @@ import ( "github.com/argoproj/pkg/errors" "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" ) // NewSuspendCommand returns a new instance of an `argo suspend` command diff --git a/cmd/argo/commands/cron/util.go b/cmd/argo/commands/cron/util.go index a60973e08b43..96ec3b751621 100644 --- a/cmd/argo/commands/cron/util.go +++ b/cmd/argo/commands/cron/util.go @@ -5,7 +5,7 @@ import ( "github.com/robfig/cron/v3" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // GetNextRuntime returns the next time the workflow should run in local time. It assumes the workflow-controller is in diff --git a/cmd/argo/commands/delete.go b/cmd/argo/commands/delete.go index f6b852424432..6b6ea968bcb2 100644 --- a/cmd/argo/commands/delete.go +++ b/cmd/argo/commands/delete.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/status" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // NewDeleteCommand returns a new instance of an `argo delete` command diff --git a/cmd/argo/commands/get.go b/cmd/argo/commands/get.go index 2835f9bb9b3b..b8d018efeda3 100644 --- a/cmd/argo/commands/get.go +++ b/cmd/argo/commands/get.go @@ -16,12 +16,12 @@ import ( "k8s.io/apimachinery/pkg/fields" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - argoutil "github.com/argoproj/argo/v2/util" - "github.com/argoproj/argo/v2/util/printer" - "github.com/argoproj/argo/v2/workflow/util" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + argoutil "github.com/argoproj/argo/v3/util" + "github.com/argoproj/argo/v3/util/printer" + "github.com/argoproj/argo/v3/workflow/util" ) const onExitSuffix = "onExit" diff --git a/cmd/argo/commands/get_test.go b/cmd/argo/commands/get_test.go index df65a72aa13f..31d5ce086962 100644 --- a/cmd/argo/commands/get_test.go +++ b/cmd/argo/commands/get_test.go @@ -10,8 +10,8 @@ import ( "github.com/stretchr/testify/assert" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - testutil "github.com/argoproj/argo/v2/test/util" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + testutil "github.com/argoproj/argo/v3/test/util" ) func testPrintNodeImpl(t *testing.T, expected string, node wfv1.NodeStatus, nodePrefix string, getArgs getFlags) { diff --git a/cmd/argo/commands/lint.go b/cmd/argo/commands/lint.go index ee071bd766f1..24dc78dfde42 100644 --- a/cmd/argo/commands/lint.go +++ b/cmd/argo/commands/lint.go @@ -9,9 +9,9 @@ import ( log "github.com/sirupsen/logrus" "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - "github.com/argoproj/argo/v2/workflow/validate" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + "github.com/argoproj/argo/v3/workflow/validate" ) func NewLintCommand() *cobra.Command { diff --git a/cmd/argo/commands/list.go b/cmd/argo/commands/list.go index 9142f286be0c..266cc200389c 100644 --- a/cmd/argo/commands/list.go +++ b/cmd/argo/commands/list.go @@ -14,11 +14,11 @@ import ( "k8s.io/apimachinery/pkg/labels" "k8s.io/apimachinery/pkg/selection" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/util/printer" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/util/printer" + "github.com/argoproj/argo/v3/workflow/common" ) type listFlags struct { diff --git a/cmd/argo/commands/list_test.go b/cmd/argo/commands/list_test.go index 44bf93c0a713..c32b8fa6f8a6 100644 --- a/cmd/argo/commands/list_test.go +++ b/cmd/argo/commands/list_test.go @@ -5,15 +5,15 @@ import ( "testing" "time" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/workflow/common" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - workflowmocks "github.com/argoproj/argo/v2/pkg/apiclient/workflow/mocks" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + workflowmocks "github.com/argoproj/argo/v3/pkg/apiclient/workflow/mocks" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func Test_listWorkflows(t *testing.T) { diff --git a/cmd/argo/commands/logs.go b/cmd/argo/commands/logs.go index babc4edb20c2..3f2f4ab9f45a 100644 --- a/cmd/argo/commands/logs.go +++ b/cmd/argo/commands/logs.go @@ -14,8 +14,8 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/utils/pointer" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" ) func NewLogsCommand() *cobra.Command { diff --git a/cmd/argo/commands/node.go b/cmd/argo/commands/node.go index 4bc0d3bce1a3..2ec7c4fa0bf6 100644 --- a/cmd/argo/commands/node.go +++ b/cmd/argo/commands/node.go @@ -11,8 +11,8 @@ import ( "github.com/spf13/cobra" "k8s.io/apimachinery/pkg/fields" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" ) type setOps struct { diff --git a/cmd/argo/commands/resubmit.go b/cmd/argo/commands/resubmit.go index be084215b92a..5bfd66a23e0a 100644 --- a/cmd/argo/commands/resubmit.go +++ b/cmd/argo/commands/resubmit.go @@ -4,8 +4,8 @@ import ( "github.com/argoproj/pkg/errors" "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" ) func NewResubmitCommand() *cobra.Command { diff --git a/cmd/argo/commands/resume.go b/cmd/argo/commands/resume.go index 50add74d7604..3324f826cf34 100644 --- a/cmd/argo/commands/resume.go +++ b/cmd/argo/commands/resume.go @@ -7,8 +7,8 @@ import ( "github.com/spf13/cobra" "k8s.io/apimachinery/pkg/fields" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" ) type resumeOps struct { diff --git a/cmd/argo/commands/retry.go b/cmd/argo/commands/retry.go index c9d517c45ded..6764225f1010 100644 --- a/cmd/argo/commands/retry.go +++ b/cmd/argo/commands/retry.go @@ -7,8 +7,8 @@ import ( "github.com/spf13/cobra" "k8s.io/apimachinery/pkg/fields" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" ) type retryOps struct { diff --git a/cmd/argo/commands/root.go b/cmd/argo/commands/root.go index f46484757a88..0d4d7670887a 100644 --- a/cmd/argo/commands/root.go +++ b/cmd/argo/commands/root.go @@ -5,14 +5,14 @@ import ( log "github.com/sirupsen/logrus" "github.com/spf13/cobra" - "github.com/argoproj/argo/v2" - "github.com/argoproj/argo/v2/cmd/argo/commands/archive" - "github.com/argoproj/argo/v2/cmd/argo/commands/auth" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - "github.com/argoproj/argo/v2/cmd/argo/commands/clustertemplate" - "github.com/argoproj/argo/v2/cmd/argo/commands/cron" - "github.com/argoproj/argo/v2/cmd/argo/commands/template" - cmdutil "github.com/argoproj/argo/v2/util/cmd" + "github.com/argoproj/argo/v3" + "github.com/argoproj/argo/v3/cmd/argo/commands/archive" + "github.com/argoproj/argo/v3/cmd/argo/commands/auth" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + "github.com/argoproj/argo/v3/cmd/argo/commands/clustertemplate" + "github.com/argoproj/argo/v3/cmd/argo/commands/cron" + "github.com/argoproj/argo/v3/cmd/argo/commands/template" + cmdutil "github.com/argoproj/argo/v3/util/cmd" ) const ( diff --git a/cmd/argo/commands/server.go b/cmd/argo/commands/server.go index 46442173a952..a75dd7c9f132 100644 --- a/cmd/argo/commands/server.go +++ b/cmd/argo/commands/server.go @@ -18,12 +18,12 @@ import ( "k8s.io/client-go/kubernetes" _ "k8s.io/client-go/plugin/pkg/client/auth" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - wfclientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - "github.com/argoproj/argo/v2/server/apiserver" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/server/types" - "github.com/argoproj/argo/v2/util/help" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + wfclientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + "github.com/argoproj/argo/v3/server/apiserver" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/server/types" + "github.com/argoproj/argo/v3/util/help" ) func NewServerCommand() *cobra.Command { diff --git a/cmd/argo/commands/stop.go b/cmd/argo/commands/stop.go index 841b51c06d60..20e45552fea4 100644 --- a/cmd/argo/commands/stop.go +++ b/cmd/argo/commands/stop.go @@ -8,8 +8,8 @@ import ( "github.com/spf13/cobra" "k8s.io/apimachinery/pkg/fields" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" ) type stopOps struct { diff --git a/cmd/argo/commands/submit.go b/cmd/argo/commands/submit.go index 1fe066d05451..426b3dde121e 100644 --- a/cmd/argo/commands/submit.go +++ b/cmd/argo/commands/submit.go @@ -13,11 +13,11 @@ import ( corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/util" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/util" ) // cliSubmitOpts holds submission options specific to CLI submission (e.g. controlling output) diff --git a/cmd/argo/commands/suspend.go b/cmd/argo/commands/suspend.go index 55229350e1eb..6ca19a9c14cc 100644 --- a/cmd/argo/commands/suspend.go +++ b/cmd/argo/commands/suspend.go @@ -6,8 +6,8 @@ import ( "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" ) func NewSuspendCommand() *cobra.Command { diff --git a/cmd/argo/commands/template/create.go b/cmd/argo/commands/template/create.go index b30225f8816a..ef2279681749 100644 --- a/cmd/argo/commands/template/create.go +++ b/cmd/argo/commands/template/create.go @@ -7,11 +7,11 @@ import ( "github.com/argoproj/pkg/json" "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowtemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/util" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowtemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/util" ) type cliCreateOpts struct { diff --git a/cmd/argo/commands/template/delete.go b/cmd/argo/commands/template/delete.go index 085fa637d174..dcd8a17715b3 100644 --- a/cmd/argo/commands/template/delete.go +++ b/cmd/argo/commands/template/delete.go @@ -9,8 +9,8 @@ import ( "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowtemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowtemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" ) // NewDeleteCommand returns a new instance of an `argo delete` command diff --git a/cmd/argo/commands/template/get.go b/cmd/argo/commands/template/get.go index 23c7037aa04a..2d138084b2eb 100644 --- a/cmd/argo/commands/template/get.go +++ b/cmd/argo/commands/template/get.go @@ -10,9 +10,9 @@ import ( "github.com/argoproj/pkg/humanize" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowtemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowtemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func NewGetCommand() *cobra.Command { diff --git a/cmd/argo/commands/template/lint.go b/cmd/argo/commands/template/lint.go index e54bbe733b1a..8a80e9fd2d13 100644 --- a/cmd/argo/commands/template/lint.go +++ b/cmd/argo/commands/template/lint.go @@ -9,11 +9,11 @@ import ( log "github.com/sirupsen/logrus" "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowtemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - cmdutil "github.com/argoproj/argo/v2/util/cmd" - "github.com/argoproj/argo/v2/workflow/validate" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowtemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + cmdutil "github.com/argoproj/argo/v3/util/cmd" + "github.com/argoproj/argo/v3/workflow/validate" ) func NewLintCommand() *cobra.Command { diff --git a/cmd/argo/commands/template/list.go b/cmd/argo/commands/template/list.go index 5a2808d0e768..d581f42703ab 100644 --- a/cmd/argo/commands/template/list.go +++ b/cmd/argo/commands/template/list.go @@ -9,9 +9,9 @@ import ( "github.com/spf13/cobra" apiv1 "k8s.io/api/core/v1" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowtemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowtemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type listFlags struct { diff --git a/cmd/argo/commands/terminate.go b/cmd/argo/commands/terminate.go index aee6fea7ecbb..4681135aba99 100644 --- a/cmd/argo/commands/terminate.go +++ b/cmd/argo/commands/terminate.go @@ -8,9 +8,9 @@ import ( "github.com/spf13/cobra" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type terminateOption struct { diff --git a/cmd/argo/commands/version.go b/cmd/argo/commands/version.go index 9e533eb25cd7..c9f524e8d3c7 100644 --- a/cmd/argo/commands/version.go +++ b/cmd/argo/commands/version.go @@ -6,10 +6,10 @@ import ( "github.com/argoproj/pkg/errors" "github.com/spf13/cobra" - "github.com/argoproj/argo/v2" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - infopkg "github.com/argoproj/argo/v2/pkg/apiclient/info" - cmdutil "github.com/argoproj/argo/v2/util/cmd" + "github.com/argoproj/argo/v3" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + infopkg "github.com/argoproj/argo/v3/pkg/apiclient/info" + cmdutil "github.com/argoproj/argo/v3/util/cmd" ) // NewVersionCmd returns a new `version` command to be used as a sub-command to root diff --git a/cmd/argo/commands/wait.go b/cmd/argo/commands/wait.go index 3f101a8e7698..d74b372b6fb7 100644 --- a/cmd/argo/commands/wait.go +++ b/cmd/argo/commands/wait.go @@ -14,10 +14,10 @@ import ( "google.golang.org/grpc/status" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/util" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/util" ) func NewWaitCommand() *cobra.Command { diff --git a/cmd/argo/commands/watch.go b/cmd/argo/commands/watch.go index 5df700e9340f..3772eae3fbf0 100644 --- a/cmd/argo/commands/watch.go +++ b/cmd/argo/commands/watch.go @@ -12,12 +12,12 @@ import ( "github.com/spf13/cobra" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/cmd/argo/commands/client" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" + "github.com/argoproj/argo/v3/cmd/argo/commands/client" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/util" - "github.com/argoproj/argo/v2/workflow/packer" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/util" + "github.com/argoproj/argo/v3/workflow/packer" ) func NewWatchCommand() *cobra.Command { diff --git a/cmd/argo/main.go b/cmd/argo/main.go index 7f04d6fccfe7..b30a94cdaa88 100644 --- a/cmd/argo/main.go +++ b/cmd/argo/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "github.com/argoproj/argo/v2/cmd/argo/commands" + "github.com/argoproj/argo/v3/cmd/argo/commands" // load authentication plugin for obtaining credentials from cloud providers. _ "k8s.io/client-go/plugin/pkg/client/auth" ) diff --git a/cmd/argoexec/commands/resource.go b/cmd/argoexec/commands/resource.go index 6733b8d370b8..ab2486001869 100644 --- a/cmd/argoexec/commands/resource.go +++ b/cmd/argoexec/commands/resource.go @@ -8,7 +8,7 @@ import ( log "github.com/sirupsen/logrus" "github.com/spf13/cobra" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/workflow/common" ) func NewResourceCommand() *cobra.Command { diff --git a/cmd/argoexec/commands/root.go b/cmd/argoexec/commands/root.go index 84686d914aab..0eca5c445720 100644 --- a/cmd/argoexec/commands/root.go +++ b/cmd/argoexec/commands/root.go @@ -11,15 +11,15 @@ import ( "k8s.io/client-go/kubernetes" "k8s.io/client-go/tools/clientcmd" - "github.com/argoproj/argo/v2" - "github.com/argoproj/argo/v2/util" - "github.com/argoproj/argo/v2/util/cmd" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/executor" - "github.com/argoproj/argo/v2/workflow/executor/docker" - "github.com/argoproj/argo/v2/workflow/executor/k8sapi" - "github.com/argoproj/argo/v2/workflow/executor/kubelet" - "github.com/argoproj/argo/v2/workflow/executor/pns" + "github.com/argoproj/argo/v3" + "github.com/argoproj/argo/v3/util" + "github.com/argoproj/argo/v3/util/cmd" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/executor" + "github.com/argoproj/argo/v3/workflow/executor/docker" + "github.com/argoproj/argo/v3/workflow/executor/k8sapi" + "github.com/argoproj/argo/v3/workflow/executor/kubelet" + "github.com/argoproj/argo/v3/workflow/executor/pns" ) const ( diff --git a/cmd/argoexec/main.go b/cmd/argoexec/main.go index 01b0101c1d93..6a9a069edbc5 100644 --- a/cmd/argoexec/main.go +++ b/cmd/argoexec/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "github.com/argoproj/argo/v2/cmd/argoexec/commands" + "github.com/argoproj/argo/v3/cmd/argoexec/commands" // load authentication plugin for obtaining credentials from cloud providers. _ "k8s.io/client-go/plugin/pkg/client/auth" ) diff --git a/cmd/workflow-controller/main.go b/cmd/workflow-controller/main.go index c69484c571e9..99f5333b7054 100644 --- a/cmd/workflow-controller/main.go +++ b/cmd/workflow-controller/main.go @@ -20,10 +20,10 @@ import ( _ "k8s.io/client-go/plugin/pkg/client/auth" "k8s.io/client-go/tools/clientcmd" - wfclientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - cmdutil "github.com/argoproj/argo/v2/util/cmd" - "github.com/argoproj/argo/v2/workflow/controller" - "github.com/argoproj/argo/v2/workflow/metrics" + wfclientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + cmdutil "github.com/argoproj/argo/v3/util/cmd" + "github.com/argoproj/argo/v3/workflow/controller" + "github.com/argoproj/argo/v3/workflow/metrics" ) const ( diff --git a/config/config.go b/config/config.go index a264ca099e77..a59c351afe6e 100644 --- a/config/config.go +++ b/config/config.go @@ -8,8 +8,8 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/labels" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" ) var EmptyConfigFunc = func() interface{} { return &Config{} } diff --git a/docs/releasing.md b/docs/releasing.md index c6fbdbe278c4..f6471716c4c6 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -35,9 +35,9 @@ docker run argoproj/workflow-controller:v2.11.5 version docker run argoproj/argocli:v2.11.5 version ``` -* [ ] Check the manifests contain the correct tags: https://raw.githubusercontent.com/argoproj/argo/v2.11.5/manifests/install.yaml +* [ ] Check the manifests contain the correct tags: https://raw.githubusercontent.com/argoproj/argo/v3.11.5/manifests/install.yaml -* [ ] Check the manifests apply: `kubectl -n argo apply -f https://raw.githubusercontent.com/argoproj/argo/v2.11.5/manifests/install.yaml` +* [ ] Check the manifests apply: `kubectl -n argo apply -f https://raw.githubusercontent.com/argoproj/argo/v3.11.5/manifests/install.yaml` ### Release Notes diff --git a/errors/errors_test.go b/errors/errors_test.go index 068c0a9b3c2d..d6703bd1db1b 100644 --- a/errors/errors_test.go +++ b/errors/errors_test.go @@ -7,7 +7,7 @@ import ( pkgerr "github.com/pkg/errors" "github.com/stretchr/testify/assert" - "github.com/argoproj/argo/v2/errors" + "github.com/argoproj/argo/v3/errors" ) // stackTracer is interface for error types that have a stack trace diff --git a/examples/example-golang/main.go b/examples/example-golang/main.go index fed95502401e..280438812f95 100644 --- a/examples/example-golang/main.go +++ b/examples/example-golang/main.go @@ -14,8 +14,8 @@ import ( "k8s.io/client-go/tools/clientcmd" "k8s.io/utils/pointer" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - wfclientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + wfclientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" ) var ( diff --git a/go.mod b/go.mod index 9f97fc3797cf..c670b86d53cb 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/argoproj/argo/v2 +module github.com/argoproj/argo/v3 go 1.13 diff --git a/hack/cli/main.go b/hack/cli/main.go index d5ee8c4d8a14..eafcdcaf72a9 100644 --- a/hack/cli/main.go +++ b/hack/cli/main.go @@ -3,7 +3,7 @@ package main import ( "github.com/spf13/cobra/doc" - "github.com/argoproj/argo/v2/cmd/argo/commands" + "github.com/argoproj/argo/v3/cmd/argo/commands" ) func main() { diff --git a/hack/swagger/secondaryswaggergen.go b/hack/swagger/secondaryswaggergen.go index 1f3cb2d52b08..adcf5e77af45 100644 --- a/hack/swagger/secondaryswaggergen.go +++ b/hack/swagger/secondaryswaggergen.go @@ -8,7 +8,7 @@ import ( "github.com/go-openapi/jsonreference" "github.com/go-openapi/spec" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) /* diff --git a/hack/swaggify.sh b/hack/swaggify.sh index 1ecbddf0911b..7d0e52bbb6b8 100755 --- a/hack/swaggify.sh +++ b/hack/swaggify.sh @@ -3,7 +3,7 @@ set -eu -o pipefail # order is important, "REPLACEME" -> "workflow" cat \ - | sed 's/github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1./io.argoproj.REPLACEME.v1alpha1./' \ + | sed 's/github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1./io.argoproj.REPLACEME.v1alpha1./' \ | sed 's/cronworkflow\./io.argoproj.REPLACEME.v1alpha1./' \ | sed 's/event\./io.argoproj.REPLACEME.v1alpha1./' \ | sed 's/info\./io.argoproj.REPLACEME.v1alpha1./' \ diff --git a/persist/sqldb/backfill_nodes.go b/persist/sqldb/backfill_nodes.go index da445c4c6eba..725a00c18924 100644 --- a/persist/sqldb/backfill_nodes.go +++ b/persist/sqldb/backfill_nodes.go @@ -8,7 +8,7 @@ import ( "upper.io/db.v3" "upper.io/db.v3/lib/sqlbuilder" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type backfillNodes struct { diff --git a/persist/sqldb/explosive_offload_node_status_repo.go b/persist/sqldb/explosive_offload_node_status_repo.go index 69fb8bb5ca01..fac4715bd2cf 100644 --- a/persist/sqldb/explosive_offload_node_status_repo.go +++ b/persist/sqldb/explosive_offload_node_status_repo.go @@ -3,7 +3,7 @@ package sqldb import ( "fmt" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) var ExplosiveOffloadNodeStatusRepo OffloadNodeStatusRepo = &explosiveOffloadNodeStatusRepo{} diff --git a/persist/sqldb/mocks/OffloadNodeStatusRepo.go b/persist/sqldb/mocks/OffloadNodeStatusRepo.go index ab888601e551..3b5b0be38d7d 100644 --- a/persist/sqldb/mocks/OffloadNodeStatusRepo.go +++ b/persist/sqldb/mocks/OffloadNodeStatusRepo.go @@ -3,10 +3,10 @@ package mocks import ( - sqldb "github.com/argoproj/argo/v2/persist/sqldb" + sqldb "github.com/argoproj/argo/v3/persist/sqldb" mock "github.com/stretchr/testify/mock" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // OffloadNodeStatusRepo is an autogenerated mock type for the OffloadNodeStatusRepo type diff --git a/persist/sqldb/mocks/WorkflowArchive.go b/persist/sqldb/mocks/WorkflowArchive.go index 0a06049fd468..21ead33b0c8b 100644 --- a/persist/sqldb/mocks/WorkflowArchive.go +++ b/persist/sqldb/mocks/WorkflowArchive.go @@ -8,7 +8,7 @@ import ( time "time" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // WorkflowArchive is an autogenerated mock type for the WorkflowArchive type diff --git a/persist/sqldb/null_workflow_archive.go b/persist/sqldb/null_workflow_archive.go index 1d3de28f8106..185bf4c0a54e 100644 --- a/persist/sqldb/null_workflow_archive.go +++ b/persist/sqldb/null_workflow_archive.go @@ -6,7 +6,7 @@ import ( "k8s.io/apimachinery/pkg/labels" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) var NullWorkflowArchive WorkflowArchive = &nullWorkflowArchive{} diff --git a/persist/sqldb/offload_node_status_repo.go b/persist/sqldb/offload_node_status_repo.go index 625a403d9586..60241d4220d7 100644 --- a/persist/sqldb/offload_node_status_repo.go +++ b/persist/sqldb/offload_node_status_repo.go @@ -12,7 +12,7 @@ import ( "upper.io/db.v3" "upper.io/db.v3/lib/sqlbuilder" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) const OffloadNodeStatusDisabled = "Workflow has offloaded nodes, but offloading has been disabled" diff --git a/persist/sqldb/offload_node_status_repo_test.go b/persist/sqldb/offload_node_status_repo_test.go index 63f19015e546..bd20815ba186 100644 --- a/persist/sqldb/offload_node_status_repo_test.go +++ b/persist/sqldb/offload_node_status_repo_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/assert" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func Test_nodeStatusVersion(t *testing.T) { diff --git a/persist/sqldb/sqldb.go b/persist/sqldb/sqldb.go index 64b32b678765..0cdc708e10b4 100644 --- a/persist/sqldb/sqldb.go +++ b/persist/sqldb/sqldb.go @@ -11,9 +11,9 @@ import ( "upper.io/db.v3/mysql" "upper.io/db.v3/postgresql" - "github.com/argoproj/argo/v2/config" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/util" + "github.com/argoproj/argo/v3/config" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/util" ) // CreateDBSession creates the dB session diff --git a/persist/sqldb/workflow_archive.go b/persist/sqldb/workflow_archive.go index 2c1afc4a1f6b..a9948d1e86c2 100644 --- a/persist/sqldb/workflow_archive.go +++ b/persist/sqldb/workflow_archive.go @@ -13,8 +13,8 @@ import ( "upper.io/db.v3" "upper.io/db.v3/lib/sqlbuilder" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/util/instanceid" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/util/instanceid" ) const archiveTableName = "argo_archived_workflows" diff --git a/pkg/apiclient/_.primary.swagger.json b/pkg/apiclient/_.primary.swagger.json index a2063b37687f..e55a36c8e507 100644 --- a/pkg/apiclient/_.primary.swagger.json +++ b/pkg/apiclient/_.primary.swagger.json @@ -32,10 +32,10 @@ "io.k8s.apimachinery.pkg.runtime.Object": { "title": "This is a hack do deal with this problem: https://github.com/kubernetes/kube-openapi/issues/174" }, - "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ParallelSteps": { + "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ParallelSteps": { "type": "array", "items": { - "$ref": "#/definitions/github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowStep" + "$ref": "#/definitions/github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowStep" } } } diff --git a/pkg/apiclient/apiclient.go b/pkg/apiclient/apiclient.go index 62af2cf7d5e6..830c97761a42 100644 --- a/pkg/apiclient/apiclient.go +++ b/pkg/apiclient/apiclient.go @@ -7,13 +7,13 @@ import ( log "github.com/sirupsen/logrus" "k8s.io/client-go/tools/clientcmd" - clusterworkflowtmplpkg "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" - infopkg "github.com/argoproj/argo/v2/pkg/apiclient/info" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - workflowarchivepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowarchive" - workflowtemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" - "github.com/argoproj/argo/v2/util/instanceid" + clusterworkflowtmplpkg "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" + infopkg "github.com/argoproj/argo/v3/pkg/apiclient/info" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + workflowarchivepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowarchive" + workflowtemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" + "github.com/argoproj/argo/v3/util/instanceid" ) type Client interface { diff --git a/pkg/apiclient/argo-kube-client.go b/pkg/apiclient/argo-kube-client.go index 77499eb92936..8fd71bfb05c0 100644 --- a/pkg/apiclient/argo-kube-client.go +++ b/pkg/apiclient/argo-kube-client.go @@ -9,22 +9,22 @@ import ( "k8s.io/client-go/kubernetes" "k8s.io/client-go/tools/clientcmd" - "github.com/argoproj/argo/v2/persist/sqldb" - "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" - infopkg "github.com/argoproj/argo/v2/pkg/apiclient/info" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - workflowarchivepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowarchive" - "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" - workflow "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - "github.com/argoproj/argo/v2/server/auth" - clusterworkflowtmplserver "github.com/argoproj/argo/v2/server/clusterworkflowtemplate" - cronworkflowserver "github.com/argoproj/argo/v2/server/cronworkflow" - "github.com/argoproj/argo/v2/server/types" - workflowserver "github.com/argoproj/argo/v2/server/workflow" - workflowtemplateserver "github.com/argoproj/argo/v2/server/workflowtemplate" - "github.com/argoproj/argo/v2/util/help" - "github.com/argoproj/argo/v2/util/instanceid" + "github.com/argoproj/argo/v3/persist/sqldb" + "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" + infopkg "github.com/argoproj/argo/v3/pkg/apiclient/info" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + workflowarchivepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowarchive" + "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" + workflow "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + "github.com/argoproj/argo/v3/server/auth" + clusterworkflowtmplserver "github.com/argoproj/argo/v3/server/clusterworkflowtemplate" + cronworkflowserver "github.com/argoproj/argo/v3/server/cronworkflow" + "github.com/argoproj/argo/v3/server/types" + workflowserver "github.com/argoproj/argo/v3/server/workflow" + workflowtemplateserver "github.com/argoproj/argo/v3/server/workflowtemplate" + "github.com/argoproj/argo/v3/util/help" + "github.com/argoproj/argo/v3/util/instanceid" ) var argoKubeOffloadNodeStatusRepo = sqldb.ExplosiveOffloadNodeStatusRepo diff --git a/pkg/apiclient/argo-kube-cluster-workflow-template-service-client.go b/pkg/apiclient/argo-kube-cluster-workflow-template-service-client.go index 2465265cfe8e..ab6b9d246a57 100644 --- a/pkg/apiclient/argo-kube-cluster-workflow-template-service-client.go +++ b/pkg/apiclient/argo-kube-cluster-workflow-template-service-client.go @@ -5,8 +5,8 @@ import ( "google.golang.org/grpc" - clusterworkflowtmplpkg "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + clusterworkflowtmplpkg "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type argoKubeWorkflowClusterTemplateServiceClient struct { diff --git a/pkg/apiclient/argo-kube-cron-workflow-service-client.go b/pkg/apiclient/argo-kube-cron-workflow-service-client.go index fcca7aa3cee2..cd42d63c8544 100644 --- a/pkg/apiclient/argo-kube-cron-workflow-service-client.go +++ b/pkg/apiclient/argo-kube-cron-workflow-service-client.go @@ -5,8 +5,8 @@ import ( "google.golang.org/grpc" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type argoKubeCronWorkflowServiceClient struct { diff --git a/pkg/apiclient/argo-kube-workflow-service-client.go b/pkg/apiclient/argo-kube-workflow-service-client.go index 99c2abe25c6b..3f8010f69976 100644 --- a/pkg/apiclient/argo-kube-workflow-service-client.go +++ b/pkg/apiclient/argo-kube-workflow-service-client.go @@ -7,8 +7,8 @@ import ( "google.golang.org/grpc" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type argoKubeWorkflowServiceClient struct { diff --git a/pkg/apiclient/argo-kube-workflow-template-service-client.go b/pkg/apiclient/argo-kube-workflow-template-service-client.go index 7eb46b053503..902ffb287bca 100644 --- a/pkg/apiclient/argo-kube-workflow-template-service-client.go +++ b/pkg/apiclient/argo-kube-workflow-template-service-client.go @@ -5,8 +5,8 @@ import ( "google.golang.org/grpc" - workflowtemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + workflowtemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type argoKubeWorkflowTemplateServiceClient struct { diff --git a/pkg/apiclient/argo-server-client.go b/pkg/apiclient/argo-server-client.go index 6e5ba1198098..9125adff6218 100644 --- a/pkg/apiclient/argo-server-client.go +++ b/pkg/apiclient/argo-server-client.go @@ -8,12 +8,12 @@ import ( "google.golang.org/grpc/credentials" "google.golang.org/grpc/metadata" - clusterworkflowtmplpkg "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" - infopkg "github.com/argoproj/argo/v2/pkg/apiclient/info" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - workflowarchivepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowarchive" - workflowtemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" + clusterworkflowtmplpkg "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" + infopkg "github.com/argoproj/argo/v3/pkg/apiclient/info" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + workflowarchivepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowarchive" + workflowtemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" ) const ( diff --git a/pkg/apiclient/clusterworkflowtemplate/cluster-workflow-template.pb.go b/pkg/apiclient/clusterworkflowtemplate/cluster-workflow-template.pb.go index cda7135514ed..deb65425b434 100644 --- a/pkg/apiclient/clusterworkflowtemplate/cluster-workflow-template.pb.go +++ b/pkg/apiclient/clusterworkflowtemplate/cluster-workflow-template.pb.go @@ -10,7 +10,7 @@ package clusterworkflowtemplate import ( context "context" fmt "fmt" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" proto "github.com/gogo/protobuf/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" @@ -414,46 +414,46 @@ var fileDescriptor_688d96b5f613e598 = []byte{ // 661 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x56, 0x4f, 0x6f, 0xd3, 0x3e, 0x18, 0x96, 0xab, 0x9f, 0x7e, 0x02, 0x4f, 0xbb, 0xf8, 0x00, 0x53, 0xd8, 0x2a, 0xb0, 0x86, 0x06, - 0x85, 0x39, 0xa4, 0xdb, 0x01, 0x0d, 0xb1, 0xc3, 0x3a, 0xd4, 0x4b, 0xa5, 0xa1, 0x14, 0x84, 0xc6, + 0x85, 0x39, 0x64, 0xdb, 0x01, 0x15, 0xb1, 0xc3, 0x3a, 0xd4, 0x4b, 0xa5, 0xa1, 0x14, 0x84, 0xc6, 0xcd, 0x4b, 0x4d, 0x1a, 0x9a, 0xc6, 0x21, 0x71, 0x33, 0x4d, 0x88, 0x0b, 0x37, 0xce, 0x88, 0x4f, 0xc1, 0x17, 0xe1, 0x08, 0xe2, 0xca, 0x3f, 0x55, 0x70, 0x43, 0x7c, 0x06, 0x14, 0x27, 0x69, 0x52, 0x81, 0xd7, 0xb4, 0xca, 0x2e, 0xdc, 0xac, 0xd8, 0xcf, 0xfb, 0x3e, 0xcf, 0xfb, 0xbe, 0x7e, 0x62, 0x78, 0xcf, 0x1f, 0xd8, 0x3a, 0xf5, 0x1d, 0xcb, 0x75, 0x98, 0x27, 0x74, 0xcb, 0x1d, 0x85, 0x82, 0x05, 0xc7, 0x3c, 0x18, 0x3c, 0x71, 0xf9, 0xb1, 0x60, 0x43, 0xdf, 0xa5, 0x82, 0x65, 0xdf, 0x37, 0xb3, 0x8d, 0xcd, 0x6c, 0x87, 0xf8, 0x01, 0x17, 0x1c, 0x5d, 0x54, 0x00, 0xb5, 0x55, 0x9b, 0x73, - 0xdb, 0x65, 0x71, 0x0a, 0x9d, 0x7a, 0x1e, 0x17, 0x54, 0x38, 0xdc, 0x0b, 0x13, 0x98, 0xb6, 0x3d, + 0xdb, 0x65, 0x71, 0x0a, 0x9d, 0x7a, 0x1e, 0x17, 0x54, 0x38, 0xdc, 0x0b, 0x13, 0x98, 0xb6, 0x33, 0xb8, 0x1d, 0x12, 0x87, 0xc7, 0xbb, 0x43, 0x6a, 0xf5, 0x1d, 0x8f, 0x05, 0x27, 0x7a, 0xca, 0x28, 0xd4, 0x87, 0x4c, 0x50, 0x3d, 0x32, 0x74, 0x9b, 0x79, 0x2c, 0xa0, 0x82, 0xf5, 0x52, 0x54, 0xcb, 0x76, 0x44, 0x7f, 0x74, 0x44, 0x2c, 0x3e, 0xd4, 0x69, 0x60, 0x73, 0x3f, 0xe0, 0x4f, 0xe5, 0x22, 0x87, 0x66, 0x3c, 0xf4, 0xc8, 0xa0, 0xae, 0xdf, 0xa7, 0x7f, 0x04, 0xc1, 0xbf, 0x00, 0x5c, 0x6f, 0x25, 0xa4, 0x1f, 0xa5, 0x87, 0x1f, 0xa4, 0xa4, 0x5b, 0x01, 0xa3, 0x82, 0x99, 0xec, 0xd9, 0x88, - 0x85, 0x02, 0x0d, 0xe0, 0xb9, 0x4c, 0xcd, 0x0a, 0xb8, 0x0c, 0xae, 0x2d, 0x35, 0x0f, 0x48, 0x4e, - 0x80, 0x64, 0x04, 0xe4, 0x82, 0x44, 0x4d, 0xe2, 0x0f, 0x6c, 0x12, 0x73, 0x20, 0x19, 0x07, 0x92, - 0x71, 0x20, 0x8a, 0x7c, 0xe6, 0x24, 0x01, 0x3a, 0x84, 0xcb, 0x96, 0xcc, 0x7e, 0xe0, 0xcb, 0x3a, - 0xad, 0xd4, 0x64, 0xc6, 0x2d, 0x92, 0x14, 0x8a, 0x14, 0x0b, 0x95, 0x67, 0x8a, 0x0b, 0x45, 0x22, - 0x83, 0xb4, 0x8a, 0x50, 0x73, 0x3a, 0x12, 0x7e, 0x05, 0xe0, 0x15, 0x05, 0x81, 0x36, 0x13, 0x99, - 0x5a, 0x04, 0xff, 0xf3, 0xe8, 0x30, 0x51, 0x7a, 0xde, 0x94, 0x6b, 0x74, 0x1f, 0x42, 0x9b, 0x89, - 0x69, 0x46, 0xb7, 0xca, 0x31, 0x6a, 0x4f, 0x70, 0x66, 0x21, 0x06, 0x3e, 0x81, 0x58, 0x41, 0xa5, - 0xe3, 0x84, 0x13, 0x2e, 0x5d, 0xb8, 0xe4, 0x3a, 0xe1, 0x24, 0x71, 0x52, 0x7c, 0xa3, 0x5c, 0xe2, - 0x4e, 0x0e, 0x34, 0x8b, 0x51, 0xf0, 0x5b, 0x75, 0xdf, 0x1f, 0xfa, 0xbd, 0x42, 0xdf, 0x2f, 0x14, - 0x2b, 0xb1, 0x57, 0x5b, 0x01, 0x69, 0x35, 0x8a, 0xf3, 0x50, 0x3b, 0xe3, 0x79, 0xc0, 0x6f, 0xd4, - 0x6c, 0xf7, 0x99, 0xcb, 0x72, 0xb6, 0x7f, 0xeb, 0xdb, 0x21, 0x5c, 0xee, 0xc9, 0x43, 0x0b, 0x0d, - 0xd3, 0x7e, 0x11, 0x6a, 0x4e, 0x47, 0xc2, 0x1b, 0xf0, 0xea, 0x0c, 0x5a, 0xa1, 0xcf, 0xbd, 0x90, - 0xe1, 0x9f, 0xe0, 0x94, 0x56, 0x7b, 0xe2, 0x1f, 0xbb, 0x64, 0xcd, 0xcf, 0x10, 0xd6, 0x15, 0x04, - 0xba, 0x2c, 0x88, 0x1c, 0x8b, 0xa1, 0x2f, 0x00, 0xae, 0x25, 0x31, 0x14, 0x07, 0xd1, 0x5d, 0xa2, - 0x70, 0x53, 0x52, 0xc6, 0xb0, 0xb4, 0xaa, 0x2b, 0x87, 0x37, 0x5f, 0x7e, 0xfc, 0xfe, 0xba, 0xb6, - 0x81, 0xb1, 0x74, 0xf1, 0xc8, 0x50, 0xff, 0x0d, 0xc2, 0x1d, 0xd0, 0x40, 0x9f, 0x00, 0xd4, 0xda, - 0x4c, 0xa8, 0xd4, 0xed, 0xcc, 0xab, 0x2e, 0x77, 0xa7, 0xea, 0xa5, 0x19, 0x52, 0xda, 0x0d, 0x74, - 0x7d, 0xb6, 0x34, 0xfd, 0x79, 0x7c, 0xa9, 0x5e, 0xc4, 0xf2, 0x56, 0x63, 0x77, 0x51, 0x84, 0x0c, - 0xd1, 0x9d, 0x79, 0x05, 0x16, 0x3c, 0x4f, 0xeb, 0x56, 0xac, 0x30, 0x8e, 0x8d, 0x1b, 0x52, 0xe5, - 0x3a, 0x2a, 0xd1, 0x40, 0xf4, 0x03, 0xc0, 0xb5, 0xc4, 0x08, 0x2b, 0x1b, 0xcf, 0x29, 0x5f, 0xad, - 0xbe, 0x87, 0xdb, 0x52, 0x1d, 0xd1, 0xca, 0xf7, 0x30, 0x9e, 0xd2, 0x0f, 0x00, 0xae, 0x25, 0x5e, - 0x55, 0x99, 0xce, 0x29, 0x47, 0xd6, 0x76, 0x17, 0x85, 0xa7, 0xce, 0x99, 0x8e, 0x66, 0x63, 0x8e, - 0xd1, 0xfc, 0x0a, 0xe0, 0xa5, 0xd8, 0x55, 0x55, 0x8a, 0x16, 0x98, 0x4c, 0xef, 0xec, 0xee, 0x5e, - 0x53, 0x0a, 0xbc, 0x89, 0x37, 0x4a, 0x08, 0x74, 0x1d, 0x4f, 0xec, 0x80, 0xc6, 0x5e, 0xe7, 0xdd, - 0xb8, 0x0e, 0xde, 0x8f, 0xeb, 0xe0, 0xdb, 0xb8, 0x0e, 0x1e, 0xef, 0xce, 0x7a, 0x08, 0x9e, 0xfe, - 0xaa, 0x3d, 0xfa, 0x5f, 0x3e, 0x05, 0xb7, 0x7e, 0x07, 0x00, 0x00, 0xff, 0xff, 0x3e, 0x50, 0x5d, - 0xc0, 0x05, 0x0b, 0x00, 0x00, + 0x85, 0x02, 0x0d, 0xe0, 0xb9, 0x4c, 0xcd, 0x0a, 0xb8, 0x0c, 0xae, 0x2d, 0x6d, 0x1d, 0x90, 0x9c, + 0x00, 0xc9, 0x08, 0xc8, 0x05, 0x89, 0xb6, 0x89, 0x3f, 0xb0, 0x49, 0xcc, 0x81, 0x64, 0x1c, 0x48, + 0xc6, 0x81, 0x28, 0xf2, 0x99, 0x93, 0x04, 0xe8, 0x10, 0x2e, 0x5b, 0x32, 0xfb, 0x81, 0x2f, 0xeb, + 0xb4, 0x52, 0x93, 0x19, 0xb7, 0x49, 0x52, 0x28, 0x52, 0x2c, 0x54, 0x9e, 0x29, 0x2e, 0x14, 0x89, + 0x0c, 0xd2, 0x2a, 0x42, 0xcd, 0xe9, 0x48, 0xf8, 0x15, 0x80, 0x57, 0x14, 0x04, 0xda, 0x4c, 0x64, + 0x6a, 0x11, 0xfc, 0xcf, 0xa3, 0xc3, 0x44, 0xe9, 0x79, 0x53, 0xae, 0xd1, 0x7d, 0x08, 0x6d, 0x26, + 0xa6, 0x19, 0xdd, 0x2a, 0xc7, 0xa8, 0x3d, 0xc1, 0x99, 0x85, 0x18, 0xf8, 0x04, 0x62, 0x05, 0x95, + 0x8e, 0x13, 0x4e, 0xb8, 0x74, 0xe1, 0x92, 0xeb, 0x84, 0x93, 0xc4, 0x49, 0xf1, 0x8d, 0x72, 0x89, + 0x3b, 0x39, 0xd0, 0x2c, 0x46, 0xc1, 0x6f, 0xd5, 0x7d, 0x7f, 0xe8, 0xf7, 0x0a, 0x7d, 0xbf, 0x50, + 0xac, 0xc4, 0x5e, 0x6d, 0x05, 0xa4, 0xd5, 0x28, 0xce, 0x43, 0xed, 0x8c, 0xe7, 0x01, 0xbf, 0x51, + 0xb3, 0xdd, 0x67, 0x2e, 0xcb, 0xd9, 0xfe, 0xad, 0x6f, 0x87, 0x70, 0xb9, 0x27, 0x0f, 0x2d, 0x34, + 0x4c, 0xfb, 0x45, 0xa8, 0x39, 0x1d, 0x09, 0x6f, 0xc0, 0xab, 0x33, 0x68, 0x85, 0x3e, 0xf7, 0x42, + 0x86, 0x7f, 0x82, 0x53, 0x5a, 0xed, 0x89, 0x7f, 0xec, 0x92, 0x6d, 0x7d, 0x86, 0xb0, 0xae, 0x20, + 0xd0, 0x65, 0x41, 0xe4, 0x58, 0x0c, 0x7d, 0x01, 0x70, 0x2d, 0x89, 0xa1, 0x38, 0x88, 0xee, 0x12, + 0x85, 0x9b, 0x92, 0x32, 0x86, 0xa5, 0x55, 0x5d, 0x39, 0xbc, 0xf9, 0xf2, 0xe3, 0xf7, 0xd7, 0xb5, + 0x0d, 0x8c, 0xa5, 0x8b, 0x47, 0x86, 0xfa, 0x6f, 0x10, 0x36, 0x41, 0x03, 0x7d, 0x02, 0x50, 0x6b, + 0x33, 0xa1, 0x52, 0xd7, 0x9c, 0x57, 0x5d, 0xee, 0x4e, 0xd5, 0x4b, 0x33, 0xa4, 0xb4, 0x1b, 0xe8, + 0xfa, 0x6c, 0x69, 0xfa, 0xf3, 0xf8, 0x52, 0xbd, 0x88, 0xe5, 0xad, 0xc6, 0xee, 0xa2, 0x08, 0x19, + 0xa2, 0x3b, 0xf3, 0x0a, 0x2c, 0x78, 0x9e, 0xd6, 0xad, 0x58, 0x61, 0x1c, 0x1b, 0x37, 0xa4, 0xca, + 0x75, 0x54, 0xa2, 0x81, 0xe8, 0x07, 0x80, 0x6b, 0x89, 0x11, 0x56, 0x36, 0x9e, 0x53, 0xbe, 0x5a, + 0x7d, 0x0f, 0x77, 0xa4, 0x3a, 0xa2, 0x95, 0xef, 0x61, 0x3c, 0xa5, 0x1f, 0x00, 0x5c, 0x4b, 0xbc, + 0xaa, 0x32, 0x9d, 0x53, 0x8e, 0xac, 0xed, 0x2e, 0x0a, 0x4f, 0x9d, 0x33, 0x1d, 0xcd, 0xc6, 0x1c, + 0xa3, 0xf9, 0x15, 0xc0, 0x4b, 0xb1, 0xab, 0xaa, 0x14, 0x2d, 0x30, 0x99, 0xde, 0xd9, 0xdd, 0xbd, + 0x2d, 0x29, 0xf0, 0x26, 0xde, 0x28, 0x21, 0xd0, 0x75, 0x3c, 0xd1, 0x04, 0x8d, 0xbd, 0xce, 0xbb, + 0x71, 0x1d, 0xbc, 0x1f, 0xd7, 0xc1, 0xb7, 0x71, 0x1d, 0x3c, 0xde, 0x9d, 0xf5, 0x10, 0x3c, 0xfd, + 0x55, 0x7b, 0xf4, 0xbf, 0x7c, 0x0a, 0x6e, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x15, 0xe4, 0x13, + 0xdf, 0x05, 0x0b, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/pkg/apiclient/clusterworkflowtemplate/cluster-workflow-template.proto b/pkg/apiclient/clusterworkflowtemplate/cluster-workflow-template.proto index 76116f4663c4..9db0eda9f86c 100644 --- a/pkg/apiclient/clusterworkflowtemplate/cluster-workflow-template.proto +++ b/pkg/apiclient/clusterworkflowtemplate/cluster-workflow-template.proto @@ -12,7 +12,7 @@ package clusterworkflowtemplate; message ClusterWorkflowTemplateCreateRequest { - github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate template = 1; + github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate template = 1; k8s.io.apimachinery.pkg.apis.meta.v1.CreateOptions createOptions = 2; } @@ -28,7 +28,7 @@ message ClusterWorkflowTemplateListRequest { message ClusterWorkflowTemplateUpdateRequest { // DEPRECATED: This field is ignored. string name = 1 [deprecated=true]; - github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate template = 2; + github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate template = 2; } message ClusterWorkflowTemplateDeleteRequest { @@ -38,27 +38,27 @@ message ClusterWorkflowTemplateDeleteRequest { message ClusterWorkflowTemplateDeleteResponse { } message ClusterWorkflowTemplateLintRequest { - github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate template = 1; + github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate template = 1; k8s.io.apimachinery.pkg.apis.meta.v1.CreateOptions createOptions = 2; } service ClusterWorkflowTemplateService { - rpc CreateClusterWorkflowTemplate (ClusterWorkflowTemplateCreateRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate) { + rpc CreateClusterWorkflowTemplate (ClusterWorkflowTemplateCreateRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate) { option (google.api.http) = { post: "/api/v1/cluster-workflow-templates" body: "*" }; } - rpc GetClusterWorkflowTemplate (ClusterWorkflowTemplateGetRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate) { + rpc GetClusterWorkflowTemplate (ClusterWorkflowTemplateGetRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate) { option (google.api.http).get = "/api/v1/cluster-workflow-templates/{name}"; } - rpc ListClusterWorkflowTemplates (ClusterWorkflowTemplateListRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplateList) { + rpc ListClusterWorkflowTemplates (ClusterWorkflowTemplateListRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplateList) { option (google.api.http).get = "/api/v1/cluster-workflow-templates"; } - rpc UpdateClusterWorkflowTemplate (ClusterWorkflowTemplateUpdateRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate) { + rpc UpdateClusterWorkflowTemplate (ClusterWorkflowTemplateUpdateRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate) { option (google.api.http) = { put: "/api/v1/cluster-workflow-templates/{name}" body: "*" @@ -69,7 +69,7 @@ service ClusterWorkflowTemplateService { option (google.api.http).delete = "/api/v1/cluster-workflow-templates/{name}"; } - rpc LintClusterWorkflowTemplate (ClusterWorkflowTemplateLintRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate) { + rpc LintClusterWorkflowTemplate (ClusterWorkflowTemplateLintRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate) { option (google.api.http) = { post: "/api/v1/cluster-workflow-templates/lint" body: "*" diff --git a/pkg/apiclient/cronworkflow/cron-workflow.pb.go b/pkg/apiclient/cronworkflow/cron-workflow.pb.go index 480c1f3d24cb..2a13427128a1 100644 --- a/pkg/apiclient/cronworkflow/cron-workflow.pb.go +++ b/pkg/apiclient/cronworkflow/cron-workflow.pb.go @@ -6,7 +6,7 @@ package cronworkflow import ( context "context" fmt "fmt" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" proto "github.com/gogo/protobuf/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" @@ -562,7 +562,7 @@ var fileDescriptor_257f310938c448f8 = []byte{ // 756 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x96, 0xcf, 0x4f, 0xd4, 0x4c, 0x18, 0xc7, 0x33, 0xcb, 0x9b, 0x37, 0xe1, 0xe1, 0x25, 0xaf, 0x0e, 0x09, 0x2e, 0x15, 0x09, 0x69, - 0x50, 0x60, 0x95, 0x29, 0xbb, 0xa0, 0x31, 0xe8, 0x45, 0x20, 0xc1, 0x03, 0xfe, 0x48, 0x89, 0x31, + 0x50, 0x60, 0x95, 0x29, 0xcb, 0xa2, 0x31, 0xe8, 0x45, 0x20, 0xc1, 0x03, 0xfe, 0x48, 0x89, 0x31, 0x78, 0x2b, 0xdd, 0xb1, 0x5b, 0xe9, 0x76, 0x6a, 0x67, 0x76, 0x89, 0x31, 0x5c, 0xbc, 0x7b, 0xf2, 0xa8, 0x17, 0x6f, 0x1e, 0xfd, 0x71, 0x32, 0x5e, 0x4c, 0xbc, 0x18, 0x4f, 0x26, 0xfe, 0x03, 0x86, 0xf8, 0x77, 0x18, 0xd3, 0xd9, 0x5f, 0x9d, 0xee, 0x56, 0x0a, 0xa9, 0x89, 0xb7, 0xd9, 0xed, 0x3c, @@ -576,10 +576,10 @@ var fileDescriptor_257f310938c448f8 = []byte{ 0x68, 0x97, 0xb0, 0x59, 0xb6, 0xbc, 0xa0, 0x66, 0xf5, 0x25, 0xd1, 0x5f, 0x22, 0x38, 0xb5, 0xe9, 0xfa, 0x62, 0x2d, 0x64, 0xfe, 0xdd, 0xf6, 0x6e, 0x93, 0x3e, 0x6c, 0x50, 0x2e, 0xf0, 0x24, 0x0c, 0xfb, 0x56, 0x9d, 0xf2, 0xc0, 0xb2, 0x69, 0x11, 0x4d, 0xa3, 0xb9, 0x61, 0xb3, 0xf7, 0x07, 0xae, - 0x81, 0x2c, 0xb1, 0x13, 0x54, 0x2c, 0x4c, 0xa3, 0xb9, 0x91, 0xca, 0x3a, 0xe9, 0x51, 0x91, 0x0e, - 0x95, 0x5c, 0x90, 0x66, 0x25, 0xd2, 0x90, 0x44, 0x60, 0xa4, 0x2b, 0x56, 0x07, 0x8c, 0x28, 0x00, - 0x4a, 0x66, 0xfd, 0x27, 0x82, 0x89, 0xb5, 0x90, 0x5a, 0x82, 0xfe, 0xc5, 0x94, 0x78, 0x1b, 0x46, - 0x6d, 0x09, 0x79, 0x2b, 0x90, 0xbd, 0x2d, 0x0e, 0xc9, 0xa3, 0x96, 0x48, 0xab, 0xb9, 0x24, 0xde, + 0x81, 0x2c, 0xb1, 0x13, 0x54, 0x2c, 0x4c, 0xa3, 0xb9, 0x91, 0xa5, 0x75, 0xd2, 0xa3, 0x22, 0x1d, + 0x2a, 0xb9, 0x20, 0xcd, 0x4a, 0xa4, 0x21, 0x89, 0xc0, 0x48, 0x57, 0xac, 0x0e, 0x18, 0x51, 0x00, + 0x94, 0xcc, 0xfa, 0x4f, 0x04, 0x13, 0x6b, 0x21, 0xb5, 0x04, 0xfd, 0x8b, 0x29, 0xf1, 0x36, 0x8c, + 0xda, 0x12, 0xf2, 0x56, 0x20, 0x7b, 0x5b, 0x1c, 0x92, 0x47, 0x55, 0x48, 0xab, 0xb9, 0x24, 0xde, 0xdc, 0xde, 0x11, 0x51, 0x73, 0x49, 0x33, 0x4a, 0x1c, 0x0b, 0x35, 0xd5, 0x4c, 0xfa, 0x53, 0x04, 0xc5, 0x4d, 0x97, 0x2b, 0x4d, 0xe2, 0xd9, 0xea, 0xdf, 0x82, 0x11, 0xcf, 0xe5, 0xa2, 0xc3, 0xd4, 0x2a, 0xbf, 0x9c, 0x8d, 0x69, 0xb3, 0x17, 0x68, 0xc6, 0xb3, 0xe8, 0x2f, 0x10, 0x8c, 0x6f, 0xd0, @@ -590,23 +590,23 @@ var fileDescriptor_257f310938c448f8 = []byte{ 0xef, 0x36, 0x8c, 0x56, 0x65, 0xba, 0x63, 0xcd, 0xe5, 0x7a, 0x3c, 0xd4, 0x54, 0x33, 0xe9, 0x67, 0xe0, 0x74, 0x9c, 0xb1, 0xb5, 0xb7, 0x6a, 0x52, 0x1e, 0x30, 0x9f, 0x53, 0xfd, 0x26, 0x68, 0xf1, 0xc7, 0x5b, 0x0d, 0x1e, 0x50, 0xbf, 0x7a, 0xec, 0x4a, 0xf4, 0x1b, 0x91, 0x0d, 0xc4, 0x25, 0xe1, - 0x8d, 0x3a, 0x3d, 0x76, 0xba, 0xca, 0x97, 0x11, 0x18, 0x53, 0xf8, 0x68, 0xd8, 0x74, 0x6d, 0x8a, - 0xdf, 0x21, 0x38, 0x91, 0xb4, 0x44, 0x7c, 0x96, 0xc4, 0xfd, 0x9c, 0xa4, 0x58, 0xa6, 0x96, 0xcb, - 0x40, 0xe8, 0x95, 0x27, 0xdf, 0x7e, 0x3c, 0x2b, 0x5c, 0xd0, 0x67, 0xe5, 0xf7, 0xa2, 0x59, 0x56, - 0x3f, 0x30, 0xdc, 0x78, 0xdc, 0x2d, 0x62, 0xdf, 0xf0, 0x5c, 0x5f, 0xac, 0xa0, 0x12, 0x7e, 0x8b, - 0x00, 0xf7, 0x9b, 0x24, 0x9e, 0x55, 0xb9, 0x53, 0x6d, 0x34, 0x27, 0xf2, 0x05, 0x49, 0x3e, 0xab, - 0xeb, 0x87, 0x93, 0x47, 0xd0, 0x6f, 0x10, 0x9c, 0xec, 0x33, 0x36, 0x7c, 0x2e, 0xa9, 0xf5, 0x60, - 0xe7, 0xd3, 0xae, 0xe7, 0x81, 0x1c, 0x65, 0xd7, 0x4b, 0x12, 0x7b, 0x06, 0x67, 0xc0, 0xc6, 0xaf, - 0x11, 0xfc, 0x9f, 0x30, 0x3f, 0x3c, 0xa3, 0x12, 0x0f, 0xf6, 0xc6, 0x9c, 0x24, 0x2e, 0x4b, 0xd6, - 0xf3, 0x78, 0x3e, 0xc3, 0x70, 0xc8, 0xf5, 0x3e, 0x7e, 0x8f, 0x00, 0xf7, 0x1b, 0x62, 0x72, 0x36, - 0x52, 0x2d, 0x33, 0x27, 0xf0, 0x65, 0x09, 0x4e, 0xb4, 0xec, 0xe0, 0xd1, 0x88, 0x3c, 0x47, 0x80, - 0xfb, 0xed, 0x30, 0xc9, 0x9e, 0x6a, 0x98, 0xda, 0x7c, 0xf2, 0x05, 0x48, 0xf7, 0xab, 0xb6, 0xb2, - 0xa5, 0x23, 0x28, 0xfb, 0x11, 0x01, 0x6e, 0xf9, 0xd0, 0xef, 0xdf, 0xba, 0x14, 0xd7, 0xca, 0x49, - 0xd9, 0x2b, 0x12, 0xfc, 0xa2, 0xb6, 0x98, 0x19, 0xdc, 0x08, 0x25, 0x46, 0x24, 0xf0, 0x27, 0x04, - 0x63, 0x6d, 0x6b, 0x56, 0x6a, 0x98, 0x4b, 0xaf, 0x41, 0x75, 0xf2, 0x9c, 0x8a, 0xb8, 0x2a, 0x8b, - 0xb8, 0xa4, 0x95, 0xb3, 0x17, 0xc1, 0x5b, 0x1c, 0x2b, 0xa8, 0xb4, 0x7a, 0xed, 0xf3, 0xc1, 0x14, - 0xfa, 0x7a, 0x30, 0x85, 0xbe, 0x1f, 0x4c, 0xa1, 0x7b, 0x4b, 0x87, 0x5d, 0x8d, 0x07, 0xdc, 0xe2, - 0x77, 0xfe, 0x95, 0x37, 0xe2, 0xa5, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xc0, 0x19, 0x96, 0x0d, + 0x8d, 0x3a, 0x3d, 0x76, 0xba, 0xa5, 0x2f, 0x23, 0x30, 0xa6, 0xf0, 0xd1, 0xb0, 0xe9, 0xda, 0x14, + 0xbf, 0x43, 0x70, 0x22, 0x69, 0x89, 0xf8, 0x2c, 0x89, 0xfb, 0x39, 0x49, 0xb1, 0x4c, 0x2d, 0x97, + 0x81, 0xd0, 0x97, 0x9e, 0x7c, 0xfb, 0xf1, 0xac, 0x70, 0x41, 0x9f, 0x95, 0xdf, 0x8b, 0x66, 0x59, + 0xfd, 0xc0, 0x70, 0xe3, 0x71, 0xb7, 0x88, 0x7d, 0xc3, 0x73, 0x7d, 0xb1, 0x82, 0x4a, 0xf8, 0x2d, + 0x02, 0xdc, 0x6f, 0x92, 0x78, 0x56, 0xe5, 0x4e, 0xb5, 0xd1, 0x9c, 0xc8, 0x17, 0x24, 0xf9, 0xac, + 0xae, 0x1f, 0x4e, 0x1e, 0x41, 0xbf, 0x41, 0x70, 0xb2, 0xcf, 0xd8, 0xf0, 0xb9, 0xa4, 0xd6, 0x83, + 0x9d, 0x4f, 0xbb, 0x9e, 0x07, 0x72, 0x94, 0x5d, 0x2f, 0x49, 0xec, 0x19, 0x9c, 0x01, 0x1b, 0xbf, + 0x46, 0xf0, 0x7f, 0xc2, 0xfc, 0xf0, 0x8c, 0x4a, 0x3c, 0xd8, 0x1b, 0x73, 0x92, 0xb8, 0x2c, 0x59, + 0xcf, 0xe3, 0xf9, 0x0c, 0xc3, 0x21, 0xd7, 0xfb, 0xf8, 0x3d, 0x02, 0xdc, 0x6f, 0x88, 0xc9, 0xd9, + 0x48, 0xb5, 0xcc, 0x9c, 0xc0, 0x97, 0x25, 0x38, 0xd1, 0xb2, 0x83, 0x47, 0x23, 0xf2, 0x1c, 0x01, + 0xee, 0xb7, 0xc3, 0x24, 0x7b, 0xaa, 0x61, 0x6a, 0xf3, 0xc9, 0x17, 0x20, 0xdd, 0xaf, 0xda, 0xca, + 0x96, 0x8e, 0xa0, 0xec, 0x47, 0x04, 0xb8, 0xe5, 0x43, 0xbf, 0x7f, 0xeb, 0x52, 0x5c, 0x2b, 0x27, + 0x65, 0xaf, 0x48, 0xf0, 0x8b, 0xda, 0x62, 0x66, 0x70, 0x23, 0x94, 0x18, 0x91, 0xc0, 0x9f, 0x10, + 0x8c, 0xb5, 0xad, 0x59, 0xa9, 0x61, 0x2e, 0xbd, 0x06, 0xd5, 0xc9, 0x73, 0x2a, 0xe2, 0xaa, 0x2c, + 0xe2, 0x92, 0x56, 0xce, 0x5e, 0x04, 0x6f, 0x71, 0xac, 0xa0, 0xd2, 0xea, 0xb5, 0xcf, 0x07, 0x53, + 0xe8, 0xeb, 0xc1, 0x14, 0xfa, 0x7e, 0x30, 0x85, 0xee, 0x55, 0x0e, 0xbb, 0x1a, 0x0f, 0xb8, 0xc5, + 0xef, 0xfc, 0x2b, 0x6f, 0xc4, 0x95, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xaf, 0x47, 0xec, 0x22, 0xea, 0x0b, 0x00, 0x00, } diff --git a/pkg/apiclient/cronworkflow/cron-workflow.proto b/pkg/apiclient/cronworkflow/cron-workflow.proto index f64f834d68a2..1f4f3526d74c 100644 --- a/pkg/apiclient/cronworkflow/cron-workflow.proto +++ b/pkg/apiclient/cronworkflow/cron-workflow.proto @@ -9,12 +9,12 @@ package cronworkflow; message LintCronWorkflowRequest { string namespace = 1; - github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CronWorkflow cronWorkflow = 2; + github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CronWorkflow cronWorkflow = 2; } message CreateCronWorkflowRequest { string namespace = 1; - github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CronWorkflow cronWorkflow = 2; + github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CronWorkflow cronWorkflow = 2; k8s.io.apimachinery.pkg.apis.meta.v1.CreateOptions createOptions = 3; } @@ -33,7 +33,7 @@ message UpdateCronWorkflowRequest { // DEPRECATED: This field is ignored. string name = 1 [deprecated=true]; string namespace = 2; - github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CronWorkflow cronWorkflow = 3; + github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CronWorkflow cronWorkflow = 3; } message DeleteCronWorkflowRequest { @@ -56,28 +56,28 @@ message CronWorkflowResumeRequest { } service CronWorkflowService { - rpc LintCronWorkflow (LintCronWorkflowRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CronWorkflow) { + rpc LintCronWorkflow (LintCronWorkflowRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CronWorkflow) { option (google.api.http) = { post: "/api/v1/cron-workflows/{namespace}/lint" body: "*" }; } - rpc CreateCronWorkflow (CreateCronWorkflowRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CronWorkflow) { + rpc CreateCronWorkflow (CreateCronWorkflowRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CronWorkflow) { option (google.api.http) = { post: "/api/v1/cron-workflows/{namespace}" body: "*" }; } - rpc ListCronWorkflows (ListCronWorkflowsRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CronWorkflowList) { + rpc ListCronWorkflows (ListCronWorkflowsRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CronWorkflowList) { option (google.api.http).get = "/api/v1/cron-workflows/{namespace}"; } - rpc GetCronWorkflow (GetCronWorkflowRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CronWorkflow) { + rpc GetCronWorkflow (GetCronWorkflowRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CronWorkflow) { option (google.api.http).get = "/api/v1/cron-workflows/{namespace}/{name}"; } - rpc UpdateCronWorkflow (UpdateCronWorkflowRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CronWorkflow) { + rpc UpdateCronWorkflow (UpdateCronWorkflowRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CronWorkflow) { option (google.api.http) = { put: "/api/v1/cron-workflows/{namespace}/{name}" body: "*" @@ -88,14 +88,14 @@ service CronWorkflowService { option (google.api.http).delete = "/api/v1/cron-workflows/{namespace}/{name}"; } - rpc ResumeCronWorkflow (CronWorkflowResumeRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CronWorkflow) { + rpc ResumeCronWorkflow (CronWorkflowResumeRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CronWorkflow) { option (google.api.http) = { put: "/api/v1/cron-workflows/{namespace}/{name}/resume" body: "*" }; } - rpc SuspendCronWorkflow (CronWorkflowSuspendRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CronWorkflow) { + rpc SuspendCronWorkflow (CronWorkflowSuspendRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CronWorkflow) { option (google.api.http) = { put: "/api/v1/cron-workflows/{namespace}/{name}/suspend" body: "*" diff --git a/pkg/apiclient/error-translating-cluster-workflow-template-service-client.go b/pkg/apiclient/error-translating-cluster-workflow-template-service-client.go index 082a14049412..da0b02147c00 100644 --- a/pkg/apiclient/error-translating-cluster-workflow-template-service-client.go +++ b/pkg/apiclient/error-translating-cluster-workflow-template-service-client.go @@ -5,9 +5,9 @@ import ( "google.golang.org/grpc" - clusterworkflowtmplpkg "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - grpcutil "github.com/argoproj/argo/v2/util/grpc" + clusterworkflowtmplpkg "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + grpcutil "github.com/argoproj/argo/v3/util/grpc" ) type errorTranslatingWorkflowClusterTemplateServiceClient struct { diff --git a/pkg/apiclient/error-translating-cron-workflow-service-client.go b/pkg/apiclient/error-translating-cron-workflow-service-client.go index 77e7a2a931d0..5e6b5cfc4138 100644 --- a/pkg/apiclient/error-translating-cron-workflow-service-client.go +++ b/pkg/apiclient/error-translating-cron-workflow-service-client.go @@ -5,9 +5,9 @@ import ( "google.golang.org/grpc" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - grpcutil "github.com/argoproj/argo/v2/util/grpc" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + grpcutil "github.com/argoproj/argo/v3/util/grpc" ) type errorTranslatingCronWorkflowServiceClient struct { diff --git a/pkg/apiclient/error-translating-workflow-service-client.go b/pkg/apiclient/error-translating-workflow-service-client.go index 030d8800ed66..791ee8d23e1c 100644 --- a/pkg/apiclient/error-translating-workflow-service-client.go +++ b/pkg/apiclient/error-translating-workflow-service-client.go @@ -5,9 +5,9 @@ import ( "google.golang.org/grpc" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - grpcutil "github.com/argoproj/argo/v2/util/grpc" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + grpcutil "github.com/argoproj/argo/v3/util/grpc" ) type errorTranslatingWorkflowServiceClient struct { diff --git a/pkg/apiclient/error-translating-workflow-template-service-client.go b/pkg/apiclient/error-translating-workflow-template-service-client.go index 1992ec3ccc4c..0cc50d943b07 100644 --- a/pkg/apiclient/error-translating-workflow-template-service-client.go +++ b/pkg/apiclient/error-translating-workflow-template-service-client.go @@ -5,9 +5,9 @@ import ( "google.golang.org/grpc" - workflowtemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - grpcutil "github.com/argoproj/argo/v2/util/grpc" + workflowtemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + grpcutil "github.com/argoproj/argo/v3/util/grpc" ) type errorTranslatingWorkflowTemplateServiceClient struct { diff --git a/pkg/apiclient/event/event.pb.go b/pkg/apiclient/event/event.pb.go index 537b06f6bb33..ac04a489f096 100644 --- a/pkg/apiclient/event/event.pb.go +++ b/pkg/apiclient/event/event.pb.go @@ -6,7 +6,7 @@ package event import ( context "context" fmt "fmt" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" proto "github.com/gogo/protobuf/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" @@ -206,34 +206,34 @@ var fileDescriptor_d80a0d2509a47d1c = []byte{ // 476 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0xd1, 0x8a, 0x13, 0x31, 0x14, 0x86, 0x49, 0x45, 0x65, 0xd3, 0x5d, 0x84, 0xe8, 0x45, 0x2d, 0x4b, 0x2d, 0x83, 0xe0, 0xa2, - 0x36, 0x61, 0xba, 0x0a, 0xb2, 0x7a, 0xb5, 0xe2, 0x85, 0xb0, 0xa0, 0xcc, 0x82, 0x82, 0x77, 0xe9, - 0xf4, 0x38, 0x8d, 0x9d, 0x49, 0x62, 0x92, 0xcd, 0xb2, 0x2c, 0x7b, 0xe3, 0x2b, 0x88, 0x2f, 0xe1, - 0x93, 0x08, 0xde, 0x08, 0xfa, 0x00, 0x52, 0x7c, 0x10, 0x99, 0x74, 0x66, 0x67, 0x8a, 0x4a, 0x65, - 0x6f, 0x4a, 0x7a, 0x72, 0xce, 0xc9, 0xf7, 0xff, 0xe7, 0x0c, 0xbe, 0xa5, 0xe7, 0x19, 0xe3, 0x5a, - 0xa4, 0xb9, 0x00, 0xe9, 0x18, 0xf8, 0xf3, 0x5f, 0xaa, 0x8d, 0x72, 0x8a, 0x5c, 0x0e, 0x7f, 0xfa, - 0xdb, 0x99, 0x52, 0x59, 0x0e, 0x65, 0x2a, 0xe3, 0x52, 0x2a, 0xc7, 0x9d, 0x50, 0xd2, 0x2e, 0x93, - 0xfa, 0x0f, 0xe6, 0x8f, 0x2c, 0x15, 0xaa, 0xbc, 0x2d, 0x78, 0x3a, 0x13, 0x12, 0xcc, 0x09, 0xab, - 0x3a, 0x5b, 0x56, 0x80, 0xe3, 0xcc, 0xc7, 0x2c, 0x03, 0x09, 0x86, 0x3b, 0x98, 0x56, 0x55, 0x4f, - 0x33, 0xe1, 0x66, 0x47, 0x13, 0x9a, 0xaa, 0x82, 0x71, 0x93, 0x29, 0x6d, 0xd4, 0xbb, 0x70, 0x68, - 0x4a, 0x8f, 0x95, 0x99, 0xbf, 0xcd, 0xd5, 0x31, 0xf3, 0x31, 0xcf, 0xf5, 0x8c, 0xff, 0xd1, 0x24, - 0xfa, 0x8c, 0xf0, 0xe6, 0xb3, 0x12, 0x31, 0x81, 0xf7, 0x47, 0x60, 0x1d, 0xd9, 0xc6, 0x1b, 0x92, + 0x36, 0x61, 0x5a, 0x05, 0x59, 0xbd, 0x5a, 0xf1, 0x42, 0x58, 0x50, 0x66, 0x41, 0xc1, 0xbb, 0x74, + 0x7a, 0x9c, 0xc6, 0xce, 0x24, 0x31, 0xc9, 0x66, 0x59, 0x96, 0xbd, 0xf1, 0x15, 0xc4, 0x97, 0xf0, + 0x49, 0x04, 0x6f, 0x04, 0x7d, 0x00, 0x29, 0x3e, 0x88, 0x4c, 0x3a, 0xb3, 0x33, 0x45, 0x65, 0x65, + 0x6f, 0x4a, 0x7a, 0x72, 0xce, 0xc9, 0xf7, 0xff, 0xe7, 0x0c, 0xbe, 0xa5, 0x17, 0x19, 0xe3, 0x5a, + 0xa4, 0xb9, 0x00, 0xe9, 0x18, 0xf8, 0xb3, 0x5f, 0xaa, 0x8d, 0x72, 0x8a, 0x5c, 0x0e, 0x7f, 0xfa, + 0xdb, 0x99, 0x52, 0x59, 0x0e, 0x65, 0x2a, 0xe3, 0x52, 0x2a, 0xc7, 0x9d, 0x50, 0xd2, 0xae, 0x92, + 0xfa, 0x0f, 0x16, 0x8f, 0x2c, 0x15, 0xaa, 0xbc, 0x2d, 0x78, 0x3a, 0x17, 0x12, 0xcc, 0x31, 0xab, + 0x3a, 0x5b, 0x56, 0x80, 0xe3, 0xcc, 0xc7, 0x2c, 0x03, 0x09, 0x86, 0x3b, 0x98, 0x55, 0x55, 0x4f, + 0x33, 0xe1, 0xe6, 0x87, 0x53, 0x9a, 0xaa, 0x82, 0x71, 0x93, 0x29, 0x6d, 0xd4, 0xbb, 0x70, 0x68, + 0x4a, 0x8f, 0x94, 0x59, 0xbc, 0xcd, 0xd5, 0x11, 0xf3, 0x31, 0xcf, 0xf5, 0x9c, 0xff, 0xd1, 0x24, + 0xfa, 0x8c, 0xf0, 0xe6, 0xb3, 0x12, 0x31, 0x81, 0xf7, 0x87, 0x60, 0x1d, 0xd9, 0xc6, 0x1b, 0x92, 0x17, 0x60, 0x35, 0x4f, 0xa1, 0x87, 0x86, 0x68, 0x67, 0x23, 0x69, 0x02, 0xe4, 0x36, 0xde, 0x9a, - 0x0a, 0x9b, 0x1a, 0x51, 0x08, 0xc9, 0x9d, 0x32, 0xbd, 0x4e, 0xc8, 0x58, 0x0d, 0x92, 0x57, 0xf8, - 0xaa, 0xe6, 0x27, 0xb9, 0xe2, 0xd3, 0xde, 0xa5, 0x21, 0xda, 0xe9, 0x8e, 0x9f, 0xd0, 0x86, 0x95, - 0xd6, 0xac, 0xe1, 0x40, 0xfd, 0x98, 0xea, 0x79, 0x46, 0x4b, 0x5c, 0x5a, 0xe3, 0xd2, 0x1a, 0x97, + 0x09, 0x9b, 0x1a, 0x51, 0x08, 0xc9, 0x9d, 0x32, 0xbd, 0x4e, 0xc8, 0x58, 0x0f, 0x92, 0x57, 0xf8, + 0xaa, 0xe6, 0xc7, 0xb9, 0xe2, 0xb3, 0xde, 0xa5, 0x21, 0xda, 0xe9, 0x8e, 0x9f, 0xd0, 0x86, 0x95, + 0xd6, 0xac, 0xe1, 0x40, 0xfd, 0x84, 0xea, 0x45, 0x46, 0x4b, 0x5c, 0x5a, 0xe3, 0xd2, 0x1a, 0x97, 0x3e, 0x77, 0x50, 0x24, 0x75, 0xb3, 0xe8, 0x1a, 0xde, 0xaa, 0x58, 0xad, 0x56, 0xd2, 0x42, 0xf4, - 0x09, 0xe1, 0xe1, 0x81, 0xb0, 0xee, 0x75, 0x55, 0x18, 0x6e, 0xf7, 0x85, 0x9c, 0x0a, 0x99, 0xd9, - 0xff, 0x53, 0x74, 0x88, 0xbb, 0xb9, 0xb0, 0xee, 0x85, 0x0e, 0x03, 0x09, 0x7a, 0xba, 0xe3, 0x98, - 0x2e, 0x27, 0x42, 0xdb, 0x13, 0x69, 0x38, 0xcb, 0x89, 0x50, 0x1f, 0xd3, 0x83, 0xa6, 0x30, 0x69, - 0x77, 0x19, 0xff, 0xe8, 0x54, 0xae, 0x1e, 0x82, 0xf1, 0x22, 0x05, 0xe2, 0xf1, 0x66, 0x02, 0x29, - 0x08, 0x0f, 0x21, 0x4c, 0xae, 0xd3, 0xe5, 0x92, 0xb4, 0xad, 0xef, 0xdf, 0x58, 0x0d, 0x56, 0x1a, - 0x1f, 0x7f, 0xf8, 0xfe, 0xeb, 0x63, 0xe7, 0x61, 0x74, 0x37, 0x2c, 0x8f, 0x8f, 0x97, 0xeb, 0x65, - 0xd9, 0xe9, 0xb9, 0x86, 0x33, 0x76, 0xba, 0xe2, 0xff, 0xd9, 0x5e, 0xed, 0x18, 0xf9, 0x8a, 0xf0, - 0xcd, 0x7f, 0x1a, 0x44, 0xee, 0x54, 0x0f, 0xae, 0xb3, 0xb0, 0xff, 0xf2, 0xa2, 0xf3, 0xfb, 0x5b, - 0xd7, 0xf2, 0xb5, 0x68, 0x37, 0xa8, 0x1a, 0x91, 0x7b, 0xb5, 0xaa, 0xba, 0x76, 0x14, 0x90, 0x46, - 0x93, 0x8a, 0xa0, 0x2d, 0x73, 0x7f, 0xef, 0xcb, 0x62, 0x80, 0xbe, 0x2d, 0x06, 0xe8, 0xe7, 0x62, - 0x80, 0xde, 0xdc, 0x5f, 0xb7, 0xff, 0xed, 0x8f, 0x72, 0x72, 0x25, 0xec, 0xfb, 0xee, 0xef, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x52, 0x7d, 0x82, 0xa7, 0xb2, 0x03, 0x00, 0x00, + 0x09, 0xe1, 0xe1, 0xbe, 0xb0, 0xee, 0x75, 0x55, 0x18, 0x6e, 0xf7, 0x84, 0x9c, 0x09, 0x99, 0xd9, + 0xff, 0x53, 0x74, 0x80, 0xbb, 0xb9, 0xb0, 0xee, 0x85, 0x0e, 0x03, 0x09, 0x7a, 0xba, 0xe3, 0x98, + 0xae, 0x26, 0x42, 0xdb, 0x13, 0x69, 0x38, 0xcb, 0x89, 0x50, 0x1f, 0xd3, 0xfd, 0xa6, 0x30, 0x69, + 0x77, 0x19, 0xff, 0xe8, 0x54, 0xae, 0x1e, 0x80, 0xf1, 0x22, 0x05, 0xe2, 0xf1, 0x66, 0x02, 0x29, + 0x08, 0x0f, 0x21, 0x4c, 0xae, 0xd3, 0xd5, 0x92, 0xb4, 0xad, 0xef, 0xdf, 0x58, 0x0f, 0x56, 0x1a, + 0x1f, 0x7f, 0xf8, 0xfe, 0xeb, 0x63, 0xe7, 0x61, 0x74, 0x37, 0x2c, 0x8f, 0x8f, 0x57, 0xeb, 0x65, + 0xd9, 0xc9, 0x99, 0x86, 0x53, 0x76, 0xb2, 0xe6, 0xff, 0xe9, 0x6e, 0xed, 0x18, 0xf9, 0x8a, 0xf0, + 0xcd, 0x7f, 0x1a, 0x44, 0xee, 0x54, 0x0f, 0x9e, 0x67, 0x61, 0xff, 0xe5, 0x45, 0xe7, 0xf7, 0xb7, + 0xae, 0xe5, 0x6b, 0xd1, 0x24, 0xa8, 0x1a, 0x91, 0x7b, 0xb5, 0xaa, 0xba, 0x76, 0x14, 0x90, 0x46, + 0xd3, 0x8a, 0xa0, 0x2d, 0x73, 0x6f, 0xf7, 0xcb, 0x72, 0x80, 0xbe, 0x2d, 0x07, 0xe8, 0xe7, 0x72, + 0x80, 0xde, 0xdc, 0x3f, 0x6f, 0xff, 0xdb, 0x1f, 0xe5, 0xf4, 0x4a, 0xd8, 0xf7, 0xc9, 0xef, 0x00, + 0x00, 0x00, 0xff, 0xff, 0xc2, 0xeb, 0x67, 0xf6, 0xb2, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/pkg/apiclient/event/event.proto b/pkg/apiclient/event/event.proto index 875e57262ea1..cc41b5023b90 100644 --- a/pkg/apiclient/event/event.proto +++ b/pkg/apiclient/event/event.proto @@ -18,7 +18,7 @@ message EventRequest { // This is made available as `discriminator` in the event binding selector (`/spec/event/selector)` string discriminator = 2; // The event itself can be any data. - github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Item payload = 3; + github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Item payload = 3; } message EventResponse { @@ -36,7 +36,7 @@ service EventService { body: "payload" }; } - rpc ListWorkflowEventBindings (ListWorkflowEventBindingsRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowEventBindingList) { + rpc ListWorkflowEventBindings (ListWorkflowEventBindingsRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowEventBindingList) { option (google.api.http).get = "/api/v1/workflow-event-bindings/{namespace}"; } } diff --git a/pkg/apiclient/http1-client.go b/pkg/apiclient/http1-client.go index 99d4332b0764..ad3e52d767f3 100644 --- a/pkg/apiclient/http1-client.go +++ b/pkg/apiclient/http1-client.go @@ -3,13 +3,13 @@ package apiclient import ( "context" - "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" - "github.com/argoproj/argo/v2/pkg/apiclient/http1" - infopkg "github.com/argoproj/argo/v2/pkg/apiclient/info" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - workflowarchivepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowarchive" - workflowtemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" + "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" + "github.com/argoproj/argo/v3/pkg/apiclient/http1" + infopkg "github.com/argoproj/argo/v3/pkg/apiclient/info" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + workflowarchivepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowarchive" + workflowtemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" ) type httpClient http1.Facade diff --git a/pkg/apiclient/http1/archived-workflows-service-client.go b/pkg/apiclient/http1/archived-workflows-service-client.go index f1c2c39823e9..4fd5d09bb941 100644 --- a/pkg/apiclient/http1/archived-workflows-service-client.go +++ b/pkg/apiclient/http1/archived-workflows-service-client.go @@ -5,9 +5,9 @@ import ( "google.golang.org/grpc" - "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - workflowarchivepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowarchive" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + workflowarchivepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowarchive" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type ArchivedWorkflowsServiceClient = Facade diff --git a/pkg/apiclient/http1/cluster-workflow-template-service-client.go b/pkg/apiclient/http1/cluster-workflow-template-service-client.go index 89c951cb1f61..75ae32ee0713 100644 --- a/pkg/apiclient/http1/cluster-workflow-template-service-client.go +++ b/pkg/apiclient/http1/cluster-workflow-template-service-client.go @@ -5,8 +5,8 @@ import ( "google.golang.org/grpc" - "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type ClusterWorkflowTemplateServiceClient = Facade diff --git a/pkg/apiclient/http1/cron-workflow-service-client.go b/pkg/apiclient/http1/cron-workflow-service-client.go index 9b0565a8d8b0..6f9cf6790bc1 100644 --- a/pkg/apiclient/http1/cron-workflow-service-client.go +++ b/pkg/apiclient/http1/cron-workflow-service-client.go @@ -5,8 +5,8 @@ import ( "google.golang.org/grpc" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type CronWorkflowServiceClient = Facade diff --git a/pkg/apiclient/http1/facade.go b/pkg/apiclient/http1/facade.go index 1c7d9f6ca4f2..50c45ef47220 100644 --- a/pkg/apiclient/http1/facade.go +++ b/pkg/apiclient/http1/facade.go @@ -14,7 +14,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/argoproj/argo/v2/util/flatten" + "github.com/argoproj/argo/v3/util/flatten" ) // Facade provides a adapter from GRPC interface, but uses HTTP to send the messages. diff --git a/pkg/apiclient/http1/info-service-client.go b/pkg/apiclient/http1/info-service-client.go index d0c1e33a8ec0..8499297b02eb 100644 --- a/pkg/apiclient/http1/info-service-client.go +++ b/pkg/apiclient/http1/info-service-client.go @@ -5,8 +5,8 @@ import ( "google.golang.org/grpc" - infopkg "github.com/argoproj/argo/v2/pkg/apiclient/info" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + infopkg "github.com/argoproj/argo/v3/pkg/apiclient/info" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type InfoServiceClient = Facade diff --git a/pkg/apiclient/http1/pod-logs-client.go b/pkg/apiclient/http1/pod-logs-client.go index 462095da2419..b2f47f80d80c 100644 --- a/pkg/apiclient/http1/pod-logs-client.go +++ b/pkg/apiclient/http1/pod-logs-client.go @@ -1,7 +1,7 @@ package http1 import ( - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" ) type podLogsClient struct{ serverSentEventsClient } diff --git a/pkg/apiclient/http1/watch-workflows-client.go b/pkg/apiclient/http1/watch-workflows-client.go index 98a2e8ff491f..68c24290d14b 100644 --- a/pkg/apiclient/http1/watch-workflows-client.go +++ b/pkg/apiclient/http1/watch-workflows-client.go @@ -1,7 +1,7 @@ package http1 import ( - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" ) type watchWorkflowsClient struct{ serverSentEventsClient } diff --git a/pkg/apiclient/http1/workflow-service-client.go b/pkg/apiclient/http1/workflow-service-client.go index 13f090e61738..51ae7b56c264 100644 --- a/pkg/apiclient/http1/workflow-service-client.go +++ b/pkg/apiclient/http1/workflow-service-client.go @@ -5,8 +5,8 @@ import ( "google.golang.org/grpc" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type WorkflowServiceClient = Facade diff --git a/pkg/apiclient/http1/workflow-template-service-client.go b/pkg/apiclient/http1/workflow-template-service-client.go index 4a2223769ffe..7a9aa4c15ab9 100644 --- a/pkg/apiclient/http1/workflow-template-service-client.go +++ b/pkg/apiclient/http1/workflow-template-service-client.go @@ -5,8 +5,8 @@ import ( "google.golang.org/grpc" - workflowtemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + workflowtemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type WorkflowTemplateServiceClient = Facade diff --git a/pkg/apiclient/info/info.pb.go b/pkg/apiclient/info/info.pb.go index df28660b5708..6583569d7028 100644 --- a/pkg/apiclient/info/info.pb.go +++ b/pkg/apiclient/info/info.pb.go @@ -6,7 +6,7 @@ package info import ( context "context" fmt "fmt" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" proto "github.com/gogo/protobuf/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" @@ -300,37 +300,37 @@ func init() { proto.RegisterFile("pkg/apiclient/info/info.proto", fileDescriptor var fileDescriptor_96940c93018255fa = []byte{ // 502 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x53, 0xcf, 0x6a, 0x13, 0x41, - 0x18, 0x67, 0x93, 0x26, 0xd5, 0x49, 0xad, 0xe9, 0xd7, 0x60, 0xc7, 0xa0, 0x21, 0x04, 0x0f, 0x41, - 0x61, 0x96, 0xc4, 0x93, 0x20, 0x88, 0x7a, 0x08, 0x05, 0xf1, 0xb0, 0x62, 0x0f, 0xe2, 0x65, 0xb2, - 0xf9, 0xb2, 0x9d, 0xee, 0x66, 0x66, 0x9d, 0x99, 0xdd, 0x1e, 0x05, 0x1f, 0xc0, 0x8b, 0x0f, 0xe3, - 0x2b, 0x08, 0x5e, 0x04, 0x5f, 0x40, 0x82, 0x0f, 0x22, 0x3b, 0xbb, 0xdb, 0x26, 0x5a, 0x10, 0x7a, - 0x19, 0xbe, 0x7f, 0xf3, 0xfb, 0x7e, 0xdf, 0x3f, 0x72, 0x3f, 0x8d, 0x23, 0x9f, 0xa7, 0x22, 0x4c, - 0x04, 0x4a, 0xeb, 0x0b, 0xb9, 0x54, 0xee, 0x61, 0xa9, 0x56, 0x56, 0xc1, 0x4e, 0x21, 0xf7, 0xef, - 0x45, 0x4a, 0x45, 0x09, 0x16, 0x71, 0x3e, 0x97, 0x52, 0x59, 0x6e, 0x85, 0x92, 0xa6, 0x8c, 0xe9, - 0xbf, 0x8c, 0x84, 0x3d, 0xcd, 0xe6, 0x2c, 0x54, 0x2b, 0x9f, 0xeb, 0x48, 0xa5, 0x5a, 0x9d, 0x39, - 0xc1, 0xaf, 0xb0, 0x8d, 0x7f, 0xae, 0x74, 0xbc, 0x4c, 0xd4, 0xb9, 0x9f, 0x4f, 0x78, 0x92, 0x9e, - 0xf2, 0x89, 0x1f, 0xa1, 0x44, 0xcd, 0x2d, 0x2e, 0x4a, 0x90, 0x51, 0x97, 0xec, 0xcf, 0xd0, 0x1e, - 0xcb, 0xa5, 0x0a, 0xf0, 0x43, 0x86, 0xc6, 0x8e, 0x3e, 0x7b, 0x64, 0xaf, 0xd4, 0x4d, 0xaa, 0xa4, - 0x41, 0x78, 0x48, 0xba, 0x2b, 0x2e, 0x79, 0x84, 0x8b, 0xd7, 0x7c, 0x85, 0x26, 0xe5, 0x21, 0x52, - 0x6f, 0xe8, 0x8d, 0x6f, 0x06, 0xff, 0xd8, 0x21, 0x20, 0xad, 0x44, 0xc8, 0xd8, 0xd0, 0xc6, 0xb0, - 0x39, 0xee, 0x4c, 0x9f, 0xb2, 0x4b, 0x8e, 0xac, 0xe6, 0xe8, 0x04, 0x96, 0x4f, 0x59, 0x1a, 0x47, - 0xac, 0xa0, 0xc9, 0x6a, 0x9a, 0xac, 0xa6, 0xc9, 0x5e, 0x09, 0x19, 0x07, 0x25, 0xd4, 0xe8, 0x90, - 0x1c, 0xcc, 0xd0, 0x9e, 0xa0, 0x36, 0x42, 0xc9, 0x9a, 0x65, 0x8f, 0xc0, 0x0c, 0xed, 0x5b, 0x83, - 0x7a, 0x93, 0xfb, 0x77, 0x8f, 0x1c, 0x6e, 0x99, 0xab, 0x12, 0xee, 0x90, 0xb6, 0x30, 0x26, 0x43, - 0x5d, 0x11, 0xaf, 0x34, 0xa0, 0x64, 0xd7, 0x64, 0xf3, 0x33, 0x0c, 0x2d, 0x6d, 0x38, 0x47, 0xad, - 0x16, 0x3f, 0x22, 0xad, 0xb2, 0xd4, 0xd0, 0xe6, 0xb0, 0x59, 0xfc, 0x28, 0x35, 0xe8, 0x91, 0x16, - 0xae, 0xb8, 0x48, 0xe8, 0x8e, 0x8b, 0x2f, 0x15, 0x78, 0x40, 0x6e, 0x39, 0xe1, 0x04, 0xb5, 0x58, - 0x0a, 0x5c, 0xd0, 0xd6, 0xd0, 0x1b, 0xdf, 0x08, 0xb6, 0x8d, 0xc0, 0x08, 0x18, 0xd4, 0xb9, 0x08, - 0xf1, 0x79, 0x18, 0xaa, 0x4c, 0xda, 0xa2, 0x6f, 0xb4, 0xed, 0x80, 0xae, 0xf0, 0x4c, 0xbf, 0x36, - 0x48, 0xa7, 0x28, 0xe3, 0x4d, 0xe9, 0x82, 0x63, 0xb2, 0x5b, 0xcd, 0x0a, 0x7a, 0xcc, 0x2d, 0xcb, - 0xf6, 0xe8, 0xfa, 0x50, 0x5a, 0x37, 0x4b, 0x1f, 0xf5, 0x3e, 0xfd, 0xfc, 0xfd, 0xa5, 0xb1, 0x0f, - 0x7b, 0x6e, 0x8b, 0xf2, 0x89, 0xdb, 0x32, 0xf8, 0x48, 0xc8, 0x65, 0x4f, 0xe1, 0xe8, 0x02, 0x6d, - 0xbb, 0xcb, 0xfd, 0x67, 0xd7, 0x9d, 0x5f, 0x85, 0x33, 0x3a, 0x72, 0xd9, 0x0f, 0xe0, 0x76, 0x9d, - 0x3d, 0xaf, 0x52, 0xbe, 0x27, 0x9d, 0x8d, 0x41, 0x01, 0xbd, 0x60, 0xf0, 0xd7, 0x48, 0xfb, 0x77, - 0xaf, 0xf0, 0x54, 0xa5, 0x51, 0x07, 0x0e, 0xd0, 0xad, 0xc1, 0x33, 0x83, 0xba, 0x88, 0x7e, 0xf1, - 0xe4, 0xdb, 0x7a, 0xe0, 0xfd, 0x58, 0x0f, 0xbc, 0x5f, 0xeb, 0x81, 0xf7, 0xee, 0xd1, 0xff, 0x0e, - 0x65, 0xe3, 0x08, 0xe7, 0x6d, 0x77, 0x17, 0x8f, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0xa0, 0x40, - 0x4e, 0x7a, 0xa1, 0x03, 0x00, 0x00, + 0x18, 0x67, 0xd3, 0x26, 0xd5, 0x49, 0xad, 0xe9, 0xd7, 0x60, 0xc7, 0xa0, 0x21, 0x2c, 0x1e, 0x82, + 0xc2, 0x2c, 0x69, 0x4f, 0x82, 0x20, 0xea, 0x21, 0x14, 0xc4, 0xc3, 0x8a, 0x3d, 0x88, 0x97, 0xc9, + 0xe6, 0xcb, 0x76, 0xba, 0x9b, 0x99, 0x75, 0x66, 0x76, 0x7b, 0x14, 0x7c, 0x00, 0x2f, 0x3e, 0x8c, + 0xaf, 0x20, 0x78, 0x11, 0x7c, 0x01, 0x09, 0x3e, 0x88, 0xec, 0xec, 0x6e, 0x9b, 0x68, 0x41, 0xf0, + 0x32, 0x7c, 0xff, 0xe6, 0xf7, 0xfd, 0xbe, 0x7f, 0xe4, 0x7e, 0x96, 0xc4, 0x01, 0xcf, 0x44, 0x94, + 0x0a, 0x94, 0x36, 0x10, 0x72, 0xa1, 0xdc, 0xc3, 0x32, 0xad, 0xac, 0x82, 0xed, 0x52, 0x1e, 0xdc, + 0x8b, 0x95, 0x8a, 0x53, 0x2c, 0xe3, 0x02, 0x2e, 0xa5, 0xb2, 0xdc, 0x0a, 0x25, 0x4d, 0x15, 0x33, + 0x78, 0x11, 0x0b, 0x7b, 0x96, 0xcf, 0x58, 0xa4, 0x96, 0x01, 0xd7, 0xb1, 0xca, 0xb4, 0x3a, 0x77, + 0x42, 0x50, 0x63, 0x9b, 0xe0, 0x42, 0xe9, 0x64, 0x91, 0xaa, 0x8b, 0xa0, 0x98, 0xf0, 0x34, 0x3b, + 0xe3, 0x93, 0x20, 0x46, 0x89, 0x9a, 0x5b, 0x9c, 0x57, 0x20, 0x7e, 0x8f, 0xec, 0x4d, 0xd1, 0x9e, + 0xc8, 0x85, 0x0a, 0xf1, 0x7d, 0x8e, 0xc6, 0xfa, 0x9f, 0x3c, 0xb2, 0x5b, 0xe9, 0x26, 0x53, 0xd2, + 0x20, 0x3c, 0x24, 0xbd, 0x25, 0x97, 0x3c, 0xc6, 0xf9, 0x2b, 0xbe, 0x44, 0x93, 0xf1, 0x08, 0xa9, + 0x37, 0xf2, 0xc6, 0x37, 0xc3, 0xbf, 0xec, 0x10, 0x92, 0x76, 0x2a, 0x64, 0x62, 0x68, 0x6b, 0xb4, + 0x35, 0xee, 0x1e, 0x3d, 0x61, 0x57, 0x1c, 0x59, 0xc3, 0xd1, 0x09, 0xac, 0x38, 0x66, 0x59, 0x12, + 0xb3, 0x92, 0x26, 0x6b, 0x68, 0xb2, 0x86, 0x26, 0x7b, 0x29, 0x64, 0x12, 0x56, 0x50, 0xfe, 0x01, + 0xd9, 0x9f, 0xa2, 0x3d, 0x45, 0x6d, 0x84, 0x92, 0x0d, 0xcb, 0x3e, 0x81, 0x29, 0xda, 0x37, 0x06, + 0xf5, 0x3a, 0xf7, 0x6f, 0x1e, 0x39, 0xd8, 0x30, 0xd7, 0x25, 0xdc, 0x21, 0x1d, 0x61, 0x4c, 0x8e, + 0xba, 0x26, 0x5e, 0x6b, 0x40, 0xc9, 0x8e, 0xc9, 0x67, 0xe7, 0x18, 0x59, 0xda, 0x72, 0x8e, 0x46, + 0x2d, 0x7f, 0xc4, 0x5a, 0xe5, 0x99, 0xa1, 0x5b, 0xa3, 0xad, 0xf2, 0x47, 0xa5, 0x41, 0x9f, 0xb4, + 0x71, 0xc9, 0x45, 0x4a, 0xb7, 0x5d, 0x7c, 0xa5, 0xc0, 0x03, 0x72, 0xcb, 0x09, 0xa7, 0xa8, 0xc5, + 0x42, 0xe0, 0x9c, 0xb6, 0x47, 0xde, 0xf8, 0x46, 0xb8, 0x69, 0x04, 0x46, 0xc0, 0xa0, 0x2e, 0x44, + 0x84, 0xcf, 0xa2, 0x48, 0xe5, 0xd2, 0x96, 0x7d, 0xa3, 0x1d, 0x07, 0x74, 0x8d, 0xe7, 0xe8, 0x4b, + 0x8b, 0x74, 0xcb, 0x32, 0x5e, 0x57, 0x2e, 0x38, 0x21, 0x3b, 0xf5, 0xac, 0xa0, 0xcf, 0xdc, 0xb2, + 0x6c, 0x8e, 0x6e, 0x00, 0x95, 0x75, 0xbd, 0x74, 0xbf, 0xff, 0xf1, 0xc7, 0xaf, 0xcf, 0xad, 0x3d, + 0xd8, 0x75, 0x5b, 0x54, 0x4c, 0xdc, 0x96, 0xc1, 0x07, 0x42, 0xae, 0x7a, 0x0a, 0x87, 0x97, 0x68, + 0x9b, 0x5d, 0x1e, 0x3c, 0xfd, 0xdf, 0xf9, 0xd5, 0x38, 0xfe, 0xa1, 0xcb, 0xbe, 0x0f, 0xb7, 0x9b, + 0xec, 0x45, 0x9d, 0xf2, 0x1d, 0xe9, 0xae, 0x0d, 0x0a, 0xe8, 0x25, 0x83, 0x3f, 0x46, 0x3a, 0xb8, + 0x7b, 0x8d, 0xa7, 0x2e, 0x8d, 0x3a, 0x70, 0x80, 0x5e, 0x03, 0x9e, 0x1b, 0xd4, 0x65, 0xf4, 0xf3, + 0xc7, 0x5f, 0x57, 0x43, 0xef, 0xfb, 0x6a, 0xe8, 0xfd, 0x5c, 0x0d, 0xbd, 0xb7, 0x8f, 0xfe, 0x75, + 0x28, 0x6b, 0x47, 0x38, 0xeb, 0xb8, 0xbb, 0x38, 0xfe, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x2b, 0x70, + 0xba, 0x37, 0xa1, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/pkg/apiclient/info/info.proto b/pkg/apiclient/info/info.proto index 6741b2bdd190..3959cbb37b8d 100644 --- a/pkg/apiclient/info/info.proto +++ b/pkg/apiclient/info/info.proto @@ -11,7 +11,7 @@ message GetInfoRequest { message InfoResponse { string managedNamespace = 1; - repeated github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Link links = 2; + repeated github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Link links = 2; } message GetVersionRequest { @@ -33,7 +33,7 @@ service InfoService { rpc GetInfo (GetInfoRequest) returns (InfoResponse) { option (google.api.http).get = "/api/v1/info"; } - rpc GetVersion (GetVersionRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Version) { + rpc GetVersion (GetVersionRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Version) { option (google.api.http).get = "/api/v1/version"; } rpc GetUserInfo (GetUserInfoRequest) returns (GetUserInfoResponse) { diff --git a/pkg/apiclient/logs-intermediary.go b/pkg/apiclient/logs-intermediary.go index 5880a1011890..aec4ec49b09f 100644 --- a/pkg/apiclient/logs-intermediary.go +++ b/pkg/apiclient/logs-intermediary.go @@ -3,7 +3,7 @@ package apiclient import ( "context" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" ) type logsIntermediary struct { diff --git a/pkg/apiclient/watch-intermediary.go b/pkg/apiclient/watch-intermediary.go index fe2985a3675d..7f87b7b962ff 100644 --- a/pkg/apiclient/watch-intermediary.go +++ b/pkg/apiclient/watch-intermediary.go @@ -3,7 +3,7 @@ package apiclient import ( "context" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" ) type watchIntermediary struct { diff --git a/pkg/apiclient/workflow/mocks/WorkflowServiceClient.go b/pkg/apiclient/workflow/mocks/WorkflowServiceClient.go index 962031126e61..9a466bf74ff7 100644 --- a/pkg/apiclient/workflow/mocks/WorkflowServiceClient.go +++ b/pkg/apiclient/workflow/mocks/WorkflowServiceClient.go @@ -9,9 +9,9 @@ import ( mock "github.com/stretchr/testify/mock" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" - workflow "github.com/argoproj/argo/v2/pkg/apiclient/workflow" + workflow "github.com/argoproj/argo/v3/pkg/apiclient/workflow" ) // WorkflowServiceClient is an autogenerated mock type for the WorkflowServiceClient type diff --git a/pkg/apiclient/workflow/workflow.pb.go b/pkg/apiclient/workflow/workflow.pb.go index 96bf5bdea89b..c9af0d0dcd23 100644 --- a/pkg/apiclient/workflow/workflow.pb.go +++ b/pkg/apiclient/workflow/workflow.pb.go @@ -10,7 +10,7 @@ package workflow import ( context "context" fmt "fmt" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" proto "github.com/gogo/protobuf/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" @@ -1282,7 +1282,7 @@ var fileDescriptor_1f6bb75f9e833cb6 = []byte{ 0x8f, 0x10, 0xfd, 0xbd, 0x81, 0x1f, 0x7d, 0x2b, 0xeb, 0xe9, 0x62, 0x02, 0x8e, 0x00, 0x1b, 0xde, 0xef, 0x00, 0x17, 0xe4, 0x08, 0x1e, 0x8f, 0x9c, 0x10, 0x78, 0xec, 0xb8, 0xd0, 0x44, 0xb3, 0x68, 0x6e, 0xdc, 0x2e, 0x1f, 0x90, 0xf7, 0x70, 0x61, 0x40, 0xb3, 0x31, 0x8b, 0xe6, 0x26, 0x96, 0x5f, - 0x34, 0x4b, 0x66, 0x33, 0x67, 0x56, 0x17, 0x66, 0x77, 0xd9, 0x8c, 0x37, 0x3d, 0x53, 0x62, 0x9b, + 0x34, 0x4b, 0x66, 0x33, 0x67, 0x56, 0x17, 0x66, 0x77, 0xc5, 0x8c, 0x37, 0x3d, 0x53, 0x62, 0x9b, 0x85, 0x8d, 0x39, 0xb6, 0x99, 0xcb, 0xdb, 0x45, 0x8f, 0x84, 0x62, 0xec, 0x47, 0x5c, 0x38, 0x91, 0x0b, 0xaf, 0xac, 0x36, 0x47, 0xa4, 0xf8, 0x85, 0x46, 0x13, 0xd9, 0xda, 0x53, 0x42, 0xf1, 0x24, 0x87, 0xa4, 0x0b, 0xc9, 0x6a, 0xb2, 0x65, 0x77, 0xa2, 0xe6, 0x9e, 0x59, 0x34, 0x37, 0x66, 0x57, @@ -1351,7 +1351,7 @@ var fileDescriptor_1f6bb75f9e833cb6 = []byte{ 0x92, 0xe1, 0xc6, 0x69, 0x4b, 0x91, 0x9e, 0xa2, 0x0f, 0x48, 0x7d, 0x45, 0x78, 0xbe, 0x70, 0xfe, 0x8f, 0xbb, 0x33, 0xe8, 0xce, 0xdd, 0x19, 0xf4, 0xd7, 0xdd, 0x19, 0xf4, 0xae, 0xf5, 0xa0, 0xbf, 0xb6, 0xdb, 0xfe, 0x29, 0xaf, 0x8f, 0xaa, 0x9f, 0xb0, 0x2b, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, - 0xc9, 0x42, 0xab, 0xf8, 0x74, 0x16, 0x00, 0x00, + 0xff, 0x9d, 0x11, 0xa0, 0x74, 0x16, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/pkg/apiclient/workflow/workflow.proto b/pkg/apiclient/workflow/workflow.proto index 27e00a7a240a..d99536d35091 100644 --- a/pkg/apiclient/workflow/workflow.proto +++ b/pkg/apiclient/workflow/workflow.proto @@ -13,7 +13,7 @@ package workflow; message WorkflowCreateRequest { string namespace = 1; - github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow workflow = 2; + github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow workflow = 2; // This field is no longer used. string instanceID = 3 [deprecated=true]; bool serverDryRun = 4; @@ -104,7 +104,7 @@ message WorkflowWatchEvent { // the type of change string type = 1; // the workflow - github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow object = 2; + github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow object = 2; } message WatchEventsRequest { @@ -119,7 +119,7 @@ message LogEntry { message WorkflowLintRequest { string namespace = 1; - github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow workflow = 2; + github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow workflow = 2; } @@ -127,22 +127,22 @@ message WorkflowSubmitRequest { string namespace = 1; string resourceKind = 2; string resourceName = 3; - github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.SubmitOpts submitOptions = 4; + github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.SubmitOpts submitOptions = 4; } service WorkflowService { - rpc CreateWorkflow (WorkflowCreateRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow) { + rpc CreateWorkflow (WorkflowCreateRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow) { option (google.api.http) = { post: "/api/v1/workflows/{namespace}" body: "*" }; } - rpc GetWorkflow (WorkflowGetRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow) { + rpc GetWorkflow (WorkflowGetRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow) { option (google.api.http).get = "/api/v1/workflows/{namespace}/{name}"; } - rpc ListWorkflows (WorkflowListRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowList) { + rpc ListWorkflows (WorkflowListRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowList) { option (google.api.http).get = "/api/v1/workflows/{namespace}"; } @@ -158,56 +158,56 @@ service WorkflowService { option (google.api.http).delete = "/api/v1/workflows/{namespace}/{name}"; } - rpc RetryWorkflow (WorkflowRetryRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow) { + rpc RetryWorkflow (WorkflowRetryRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow) { option (google.api.http) = { put: "/api/v1/workflows/{namespace}/{name}/retry" body: "*" }; } - rpc ResubmitWorkflow (WorkflowResubmitRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow) { + rpc ResubmitWorkflow (WorkflowResubmitRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow) { option (google.api.http) = { put: "/api/v1/workflows/{namespace}/{name}/resubmit" body: "*" }; } - rpc ResumeWorkflow (WorkflowResumeRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow) { + rpc ResumeWorkflow (WorkflowResumeRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow) { option (google.api.http) = { put: "/api/v1/workflows/{namespace}/{name}/resume" body: "*" }; } - rpc SuspendWorkflow (WorkflowSuspendRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow) { + rpc SuspendWorkflow (WorkflowSuspendRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow) { option (google.api.http) = { put: "/api/v1/workflows/{namespace}/{name}/suspend" body: "*" }; } - rpc TerminateWorkflow (WorkflowTerminateRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow) { + rpc TerminateWorkflow (WorkflowTerminateRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow) { option (google.api.http) = { put: "/api/v1/workflows/{namespace}/{name}/terminate" body: "*" }; } - rpc StopWorkflow (WorkflowStopRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow) { + rpc StopWorkflow (WorkflowStopRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow) { option (google.api.http) = { put: "/api/v1/workflows/{namespace}/{name}/stop" body: "*" }; } - rpc SetWorkflow (WorkflowSetRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow) { + rpc SetWorkflow (WorkflowSetRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow) { option (google.api.http) = { put: "/api/v1/workflows/{namespace}/{name}/set" body: "*" }; } - rpc LintWorkflow (WorkflowLintRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow) { + rpc LintWorkflow (WorkflowLintRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow) { option (google.api.http) = { post: "/api/v1/workflows/{namespace}/lint" body: "*" @@ -224,7 +224,7 @@ service WorkflowService { option (google.api.http).get = "/api/v1/workflows/{namespace}/{name}/log"; } - rpc SubmitWorkflow (WorkflowSubmitRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow) { + rpc SubmitWorkflow (WorkflowSubmitRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow) { option (google.api.http) = { post: "/api/v1/workflows/{namespace}/submit" body: "*" diff --git a/pkg/apiclient/workflowarchive/workflow-archive.pb.go b/pkg/apiclient/workflowarchive/workflow-archive.pb.go index 846e0c2e3516..02b31f43789e 100644 --- a/pkg/apiclient/workflowarchive/workflow-archive.pb.go +++ b/pkg/apiclient/workflowarchive/workflow-archive.pb.go @@ -6,7 +6,7 @@ package workflowarchive import ( context "context" fmt "fmt" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" proto "github.com/gogo/protobuf/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" @@ -224,32 +224,32 @@ var fileDescriptor_95ca9a2d33e8bb19 = []byte{ // 451 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0xcb, 0x8a, 0xd4, 0x40, 0x14, 0x86, 0x29, 0x15, 0xc1, 0x9a, 0x85, 0x52, 0xe2, 0x85, 0xd0, 0xb6, 0x63, 0x56, 0x83, 0xd2, - 0xa7, 0x4c, 0x3b, 0x88, 0x4b, 0x2f, 0x0d, 0x6e, 0x06, 0x84, 0x9e, 0x85, 0xe0, 0xae, 0x26, 0x39, - 0xa6, 0xcb, 0x4e, 0xa7, 0xca, 0xaa, 0x4a, 0x1a, 0x11, 0x37, 0xbe, 0x82, 0xaf, 0x30, 0x6b, 0xf1, - 0x31, 0x5c, 0x0a, 0xbe, 0x80, 0x34, 0x3e, 0x88, 0xe4, 0x36, 0x19, 0x92, 0xcc, 0xb4, 0x30, 0xbb, - 0x93, 0xca, 0x39, 0xff, 0xf9, 0xf8, 0xff, 0x54, 0xe8, 0xbe, 0x5e, 0xc6, 0x5c, 0x68, 0x19, 0x26, - 0x12, 0x53, 0xc7, 0xd7, 0xca, 0x2c, 0xdf, 0x27, 0x6a, 0x2d, 0x4c, 0xb8, 0x90, 0x39, 0x9e, 0x3c, + 0xa7, 0xcc, 0xcc, 0x20, 0x2e, 0xbd, 0x34, 0xb8, 0x19, 0x10, 0x7a, 0x16, 0x82, 0xbb, 0x9a, 0xe4, + 0x98, 0x2e, 0x3b, 0x9d, 0x2a, 0xab, 0x2a, 0x69, 0x44, 0xdc, 0xf8, 0x0a, 0xbe, 0xc2, 0xac, 0xc5, + 0xc7, 0x70, 0x29, 0xf8, 0x02, 0xd2, 0xf8, 0x20, 0x92, 0xdb, 0x64, 0x48, 0x32, 0xdd, 0x82, 0xbb, + 0x93, 0xca, 0x39, 0xff, 0xf9, 0xf8, 0xff, 0x54, 0xe8, 0xa1, 0x5e, 0xc4, 0x5c, 0x68, 0x19, 0x26, + 0x12, 0x53, 0xc7, 0x57, 0xca, 0x2c, 0xde, 0x25, 0x6a, 0x25, 0x4c, 0x38, 0x97, 0x39, 0x9e, 0x3d, 0x4f, 0xea, 0x03, 0xd0, 0x46, 0x39, 0xc5, 0xae, 0x77, 0xfa, 0xbc, 0x51, 0xac, 0x54, 0x9c, 0x60, - 0xa1, 0xc4, 0x45, 0x9a, 0x2a, 0x27, 0x9c, 0x54, 0xa9, 0xad, 0xda, 0xbd, 0xfd, 0xe5, 0x33, 0x0b, - 0x52, 0x15, 0x6f, 0x57, 0x22, 0x5c, 0xc8, 0x14, 0xcd, 0x27, 0x5e, 0x2f, 0xb6, 0x7c, 0x85, 0x4e, - 0xf0, 0x3c, 0xe0, 0x31, 0xa6, 0x68, 0x84, 0xc3, 0xa8, 0x9e, 0x7a, 0x15, 0x4b, 0xb7, 0xc8, 0x8e, - 0x20, 0x54, 0x2b, 0x2e, 0x4c, 0xac, 0xb4, 0x51, 0x1f, 0xca, 0xa2, 0x1d, 0x6d, 0x30, 0x78, 0x1e, - 0x88, 0x44, 0x2f, 0x44, 0x4f, 0xc4, 0xb7, 0x74, 0x74, 0x20, 0xad, 0x7b, 0x51, 0x71, 0x46, 0x6f, - 0xeb, 0x01, 0x3b, 0xc7, 0x8f, 0x19, 0x5a, 0xc7, 0x0e, 0xe9, 0x4e, 0x22, 0xad, 0x7b, 0xa3, 0x4b, - 0xde, 0xbb, 0x64, 0x97, 0xec, 0xed, 0x4c, 0x03, 0xa8, 0x80, 0xe1, 0x34, 0x30, 0xe8, 0x65, 0x5c, - 0x1c, 0x58, 0x28, 0x80, 0x21, 0x0f, 0xe0, 0xa0, 0x1d, 0x9c, 0x9f, 0x56, 0xf1, 0x81, 0x7a, 0xaf, - 0xb1, 0xb7, 0xb3, 0x59, 0x79, 0x83, 0x5e, 0xce, 0x64, 0x54, 0xae, 0xba, 0x36, 0x2f, 0x4a, 0x3f, - 0xa0, 0xf7, 0x66, 0x98, 0xa0, 0xc3, 0xff, 0x1f, 0x79, 0x40, 0xef, 0x77, 0x9b, 0x2b, 0x89, 0x68, - 0x8e, 0x56, 0xab, 0xd4, 0xe2, 0xf4, 0xf8, 0x0a, 0xbd, 0xd3, 0xed, 0x39, 0x44, 0x93, 0xcb, 0x10, - 0xd9, 0x0f, 0x42, 0x6f, 0x0d, 0xfa, 0xc2, 0x26, 0xd0, 0xc9, 0x16, 0xce, 0xf3, 0xcf, 0x9b, 0x41, - 0x9b, 0x12, 0x34, 0x29, 0x95, 0x05, 0xe4, 0xd3, 0xd6, 0xb2, 0x46, 0x13, 0x9a, 0xa0, 0xa0, 0x51, - 0x2a, 0xd4, 0x7d, 0xff, 0xeb, 0xef, 0xbf, 0xdf, 0x2e, 0x8d, 0x98, 0x57, 0x7e, 0x40, 0x79, 0xc0, - 0xeb, 0xdd, 0xd1, 0x64, 0x7d, 0x02, 0xf6, 0x9d, 0xd0, 0x9b, 0x03, 0xae, 0xb2, 0x47, 0x3d, 0xe0, - 0xb3, 0xbd, 0xf7, 0x9e, 0x5f, 0x14, 0xd7, 0xdf, 0x2b, 0x51, 0x7d, 0xb6, 0x7b, 0x36, 0x2a, 0xff, - 0x9c, 0xc9, 0xe8, 0x0b, 0x3b, 0x26, 0xf4, 0xf6, 0x70, 0xac, 0x0c, 0x7a, 0xcc, 0xe7, 0xe6, 0xef, - 0x3d, 0xee, 0xf5, 0x6f, 0x09, 0xbf, 0xc1, 0x7c, 0xb8, 0x15, 0xf3, 0xe5, 0xec, 0xe7, 0x66, 0x4c, - 0x7e, 0x6d, 0xc6, 0xe4, 0xcf, 0x66, 0x4c, 0xde, 0x3d, 0xdd, 0x76, 0xe9, 0x86, 0x7f, 0x14, 0x47, - 0x57, 0xcb, 0xeb, 0xf6, 0xe4, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x34, 0x04, 0xf6, 0x50, + 0xa1, 0xc4, 0x45, 0x9a, 0x2a, 0x27, 0x9c, 0x54, 0xa9, 0xad, 0xda, 0xbd, 0xc3, 0xc5, 0x53, 0x0b, + 0x52, 0x15, 0x6f, 0x97, 0x22, 0x9c, 0xcb, 0x14, 0xcd, 0x47, 0x5e, 0x2f, 0xb6, 0x7c, 0x89, 0x4e, + 0xf0, 0x3c, 0xe0, 0x31, 0xa6, 0x68, 0x84, 0xc3, 0xa8, 0x9e, 0x7a, 0x19, 0x4b, 0x37, 0xcf, 0x4e, + 0x20, 0x54, 0x4b, 0x2e, 0x4c, 0xac, 0xb4, 0x51, 0xef, 0xcb, 0xa2, 0x1d, 0x6d, 0x30, 0x78, 0x1e, + 0x88, 0x44, 0xcf, 0x45, 0x4f, 0xc4, 0xb7, 0x74, 0x74, 0x24, 0xad, 0x7b, 0x5e, 0x71, 0x46, 0x6f, + 0xea, 0x01, 0x3b, 0xc3, 0x0f, 0x19, 0x5a, 0xc7, 0x8e, 0xe9, 0x4e, 0x22, 0xad, 0x7b, 0xad, 0x4b, + 0xde, 0xbb, 0x64, 0x97, 0xec, 0xed, 0xec, 0x07, 0x50, 0x01, 0xc3, 0x79, 0x60, 0xd0, 0x8b, 0xb8, + 0x38, 0xb0, 0x50, 0x00, 0x43, 0x1e, 0xc0, 0x51, 0x3b, 0x38, 0x3b, 0xaf, 0xe2, 0x03, 0xf5, 0x5e, + 0x61, 0x6f, 0x67, 0xb3, 0xf2, 0x06, 0xbd, 0x9c, 0xc9, 0xa8, 0x5c, 0x75, 0x6d, 0x56, 0x94, 0x7e, + 0x40, 0xef, 0x4d, 0x31, 0x41, 0x87, 0xff, 0x3e, 0xf2, 0x80, 0xde, 0xef, 0x36, 0x57, 0x12, 0xd1, + 0x0c, 0xad, 0x56, 0xa9, 0xc5, 0xfd, 0xd3, 0x2b, 0xf4, 0x4e, 0xb7, 0xe7, 0x18, 0x4d, 0x2e, 0x43, + 0x64, 0xdf, 0x09, 0xbd, 0x35, 0xe8, 0x0b, 0x9b, 0x40, 0x27, 0x5b, 0xd8, 0xe4, 0x9f, 0x37, 0x85, + 0x36, 0x25, 0x68, 0x52, 0x2a, 0x0b, 0xc8, 0x0f, 0x5a, 0xcb, 0x1a, 0x4d, 0x68, 0x82, 0x82, 0x46, + 0xa9, 0x50, 0xf7, 0xfd, 0x2f, 0xbf, 0xfe, 0x7c, 0xbd, 0x34, 0x62, 0x5e, 0xf9, 0x01, 0xe5, 0x01, + 0xaf, 0x77, 0x47, 0x93, 0xd5, 0x19, 0xd8, 0x37, 0x42, 0x6f, 0x0e, 0xb8, 0xca, 0x1e, 0xf5, 0x80, + 0x2f, 0xf6, 0xde, 0x7b, 0xf6, 0xbf, 0xb8, 0xfe, 0x5e, 0x89, 0xea, 0xb3, 0xdd, 0x8b, 0x51, 0xf9, + 0xa7, 0x4c, 0x46, 0x9f, 0xd9, 0x29, 0xa1, 0xb7, 0x87, 0x63, 0x65, 0xd0, 0x63, 0xde, 0x98, 0xbf, + 0xf7, 0xb8, 0xd7, 0xbf, 0x25, 0xfc, 0x06, 0xf3, 0xe1, 0x56, 0xcc, 0x17, 0xd3, 0x1f, 0xeb, 0x31, + 0xf9, 0xb9, 0x1e, 0x93, 0xdf, 0xeb, 0x31, 0x79, 0xfb, 0x64, 0xdb, 0xa5, 0x1b, 0xfe, 0x51, 0x9c, + 0x5c, 0x2d, 0xaf, 0xdb, 0xc1, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7e, 0xdd, 0x8c, 0x9a, 0x50, 0x04, 0x00, 0x00, } diff --git a/pkg/apiclient/workflowarchive/workflow-archive.proto b/pkg/apiclient/workflowarchive/workflow-archive.proto index fe296e467d12..31291f2ecc31 100644 --- a/pkg/apiclient/workflowarchive/workflow-archive.proto +++ b/pkg/apiclient/workflowarchive/workflow-archive.proto @@ -20,10 +20,10 @@ message ArchivedWorkflowDeletedResponse { } service ArchivedWorkflowService { - rpc ListArchivedWorkflows (ListArchivedWorkflowsRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowList) { + rpc ListArchivedWorkflows (ListArchivedWorkflowsRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowList) { option (google.api.http).get = "/api/v1/archived-workflows"; } - rpc GetArchivedWorkflow (GetArchivedWorkflowRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow) { + rpc GetArchivedWorkflow (GetArchivedWorkflowRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow) { option (google.api.http).get = "/api/v1/archived-workflows/{uid}"; } rpc DeleteArchivedWorkflow (DeleteArchivedWorkflowRequest) returns (ArchivedWorkflowDeletedResponse) { diff --git a/pkg/apiclient/workflowtemplate/workflow-template.pb.go b/pkg/apiclient/workflowtemplate/workflow-template.pb.go index 989840e5858a..9d2b1c4ae72a 100644 --- a/pkg/apiclient/workflowtemplate/workflow-template.pb.go +++ b/pkg/apiclient/workflowtemplate/workflow-template.pb.go @@ -10,7 +10,7 @@ package workflowtemplate import ( context "context" fmt "fmt" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" proto "github.com/gogo/protobuf/proto" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" @@ -462,47 +462,47 @@ var fileDescriptor_215375a0ab97a62a = []byte{ // 681 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x56, 0xcf, 0x6a, 0x13, 0x41, 0x1c, 0x66, 0x52, 0x11, 0x3b, 0xa5, 0x20, 0xa3, 0xc6, 0xb0, 0xd6, 0x50, 0xf6, 0x20, 0xa5, 0xb5, - 0x33, 0xdd, 0x54, 0x6b, 0xe9, 0xb1, 0xad, 0xd4, 0x43, 0x40, 0xd9, 0x2a, 0x52, 0x6f, 0xd3, 0xcd, + 0x33, 0xdd, 0x56, 0x6b, 0xe9, 0xb1, 0xad, 0xc4, 0x43, 0x40, 0xd9, 0x2a, 0x52, 0x6f, 0xd3, 0xcd, 0xb8, 0x59, 0xb3, 0xd9, 0x59, 0x77, 0xa7, 0x5b, 0x44, 0x7a, 0xf1, 0x09, 0x04, 0x5f, 0xc0, 0x07, 0xf0, 0xe4, 0xd5, 0x83, 0x17, 0x51, 0x2f, 0x82, 0xe0, 0x0b, 0x48, 0xf0, 0x31, 0x44, 0x64, 0x67, 0x77, 0xb3, 0x7f, 0x92, 0x9a, 0x4d, 0x48, 0x4f, 0xde, 0x86, 0xc9, 0xfc, 0xbe, 0xf9, 0xbe, 0xdf, - 0xef, 0xcb, 0xb7, 0x03, 0x37, 0xdc, 0x8e, 0x49, 0xa8, 0x6b, 0x19, 0xb6, 0xc5, 0x1c, 0x41, 0x8e, + 0xef, 0xcb, 0xb7, 0x03, 0x37, 0xdd, 0x8e, 0x49, 0xa8, 0x6b, 0x19, 0xb6, 0xc5, 0x1c, 0x41, 0x8e, 0xb9, 0xd7, 0x79, 0x6a, 0xf3, 0x63, 0xc1, 0xba, 0xae, 0x4d, 0x05, 0xeb, 0x6f, 0xac, 0x26, 0x3b, 0xd8, 0xf5, 0xb8, 0xe0, 0xe8, 0x62, 0xf1, 0xa4, 0xb2, 0x60, 0x72, 0x6e, 0xda, 0x2c, 0x04, 0x23, - 0xd4, 0x71, 0xb8, 0xa0, 0xc2, 0xe2, 0x8e, 0x1f, 0x9d, 0x57, 0x6e, 0x75, 0x36, 0x7d, 0x6c, 0xf1, + 0xd4, 0x71, 0xb8, 0xa0, 0xc2, 0xe2, 0x8e, 0x1f, 0x9d, 0x57, 0x6e, 0x75, 0xb6, 0x7c, 0x6c, 0xf1, 0xf0, 0xd7, 0x2e, 0x35, 0xda, 0x96, 0xc3, 0xbc, 0x17, 0x24, 0xbe, 0xdb, 0x27, 0x5d, 0x26, 0x28, - 0x09, 0x34, 0x62, 0x32, 0x87, 0x79, 0x54, 0xb0, 0x56, 0x5c, 0xb5, 0x63, 0x5a, 0xa2, 0x7d, 0x74, + 0x09, 0x34, 0x62, 0x32, 0x87, 0x79, 0x54, 0xb0, 0x56, 0x5c, 0xb5, 0x6b, 0x5a, 0xa2, 0x7d, 0x74, 0x88, 0x0d, 0xde, 0x25, 0xd4, 0x33, 0xb9, 0xeb, 0xf1, 0x67, 0x72, 0x91, 0x96, 0x26, 0x3c, 0x48, 0xa0, 0x51, 0xdb, 0x6d, 0xd3, 0x01, 0x10, 0xf5, 0x0f, 0x80, 0xd7, 0x1f, 0xc7, 0xa7, 0x1e, 0xc6, - 0x6c, 0x77, 0x3c, 0x46, 0x05, 0xd3, 0xd9, 0xf3, 0x23, 0xe6, 0x0b, 0xb4, 0x00, 0x67, 0x1d, 0xda, + 0x6c, 0x77, 0x3d, 0x46, 0x05, 0xd3, 0xd9, 0xf3, 0x23, 0xe6, 0x0b, 0xb4, 0x00, 0x67, 0x1d, 0xda, 0x65, 0xbe, 0x4b, 0x0d, 0x56, 0x03, 0x8b, 0x60, 0x69, 0x56, 0x4f, 0x37, 0x50, 0x0b, 0x5e, 0x48, - 0x44, 0xd6, 0x2a, 0x8b, 0x60, 0x69, 0xae, 0x71, 0x0f, 0xa7, 0xbc, 0x70, 0xc2, 0x4b, 0x2e, 0x70, - 0xd0, 0xc0, 0x6e, 0xc7, 0xc4, 0x21, 0x35, 0x9c, 0x50, 0xc3, 0x09, 0x35, 0x5c, 0xa4, 0xa1, 0xf7, - 0x91, 0xd1, 0x01, 0x9c, 0x37, 0x24, 0xa9, 0xfb, 0xae, 0xec, 0x5b, 0x6d, 0x46, 0x5e, 0xb5, 0x8e, - 0xa3, 0xc6, 0xe1, 0x6c, 0xe3, 0xd2, 0x2b, 0xc2, 0xc6, 0xe1, 0x40, 0xc3, 0x3b, 0xd9, 0x52, 0x3d, - 0x8f, 0xa4, 0xbe, 0x05, 0x50, 0x29, 0xde, 0xbc, 0xc7, 0x44, 0xa2, 0x1e, 0xc1, 0x73, 0xa1, 0xd8, - 0x58, 0xb8, 0x5c, 0xe7, 0x3b, 0x52, 0x29, 0x76, 0xe4, 0x01, 0x84, 0x26, 0x13, 0x79, 0xa2, 0x6b, - 0xe5, 0x88, 0xee, 0xf5, 0xeb, 0xf4, 0x0c, 0x86, 0xfa, 0x1a, 0xc0, 0x6b, 0x45, 0x8a, 0x4d, 0xcb, + 0x44, 0xd6, 0x2a, 0x8b, 0x60, 0x69, 0x6e, 0xfd, 0x1e, 0x4e, 0x79, 0xe1, 0x84, 0x97, 0x5c, 0xe0, + 0x60, 0x03, 0xbb, 0x1d, 0x13, 0x87, 0xd4, 0x70, 0x42, 0x0d, 0x27, 0xd4, 0x70, 0x91, 0x86, 0xde, + 0x47, 0x46, 0x07, 0x70, 0xde, 0x90, 0xa4, 0xee, 0xbb, 0xb2, 0x6f, 0xb5, 0x19, 0x79, 0xd5, 0x06, + 0x8e, 0x1a, 0x87, 0xb3, 0x8d, 0x4b, 0xaf, 0x08, 0x1b, 0x87, 0x03, 0x0d, 0xef, 0x66, 0x4b, 0xf5, + 0x3c, 0x92, 0xfa, 0x16, 0x40, 0xa5, 0x78, 0x73, 0x83, 0x89, 0x44, 0x3d, 0x82, 0xe7, 0x42, 0xb1, + 0xb1, 0x70, 0xb9, 0xce, 0x77, 0xa4, 0x52, 0xec, 0xc8, 0x03, 0x08, 0x4d, 0x26, 0xf2, 0x44, 0xd7, + 0xca, 0x11, 0x6d, 0xf4, 0xeb, 0xf4, 0x0c, 0x86, 0xfa, 0x1a, 0xc0, 0x6b, 0x45, 0x8a, 0x4d, 0xcb, 0x17, 0xe5, 0x26, 0xb4, 0x0f, 0xe7, 0x6c, 0xcb, 0xef, 0x13, 0x8a, 0x86, 0xa4, 0x95, 0x23, 0xd4, 0x4c, 0x0b, 0xf5, 0x2c, 0x8a, 0xfa, 0x61, 0x88, 0x6d, 0x1e, 0xb9, 0xad, 0x8c, 0x6d, 0xaa, 0xd9, - 0xc6, 0x6d, 0x57, 0x6a, 0xa0, 0x54, 0xf3, 0xb2, 0x76, 0x9a, 0x39, 0x2b, 0x3b, 0xa9, 0xef, 0x86, - 0xb0, 0xdf, 0x65, 0x36, 0x4b, 0xd9, 0x8f, 0x3f, 0xf6, 0x03, 0x38, 0xdf, 0x92, 0x10, 0x13, 0x59, - 0x74, 0x37, 0x5b, 0xaa, 0xe7, 0x91, 0xd4, 0x45, 0x58, 0x3f, 0x8d, 0xad, 0xef, 0x72, 0xc7, 0x67, - 0xea, 0xef, 0xa1, 0x0e, 0x71, 0xc4, 0xff, 0xf1, 0x1f, 0x6e, 0x7c, 0x9c, 0x85, 0x57, 0x8b, 0x37, - 0xef, 0x33, 0x2f, 0xb0, 0x0c, 0x86, 0x3e, 0x03, 0x58, 0x8d, 0x8a, 0x8b, 0x27, 0x10, 0xc1, 0xc5, - 0x9c, 0xc6, 0xff, 0x8c, 0x42, 0x65, 0x6a, 0x6d, 0x51, 0xb5, 0x57, 0x3f, 0x7e, 0xbd, 0xa9, 0xac, - 0xa8, 0x37, 0xe4, 0x17, 0x21, 0xd0, 0x06, 0x3f, 0x25, 0x3e, 0x79, 0xd9, 0x9f, 0xd0, 0xc9, 0x16, - 0x58, 0x46, 0x9f, 0x00, 0xbc, 0xb4, 0xc7, 0xc4, 0x80, 0x8a, 0x9b, 0xa3, 0x55, 0xa4, 0x79, 0x36, + 0xc6, 0xed, 0x54, 0x6a, 0xa0, 0x54, 0xf3, 0xb2, 0x76, 0x9a, 0x39, 0x2b, 0x3b, 0xa9, 0xef, 0x86, + 0xb0, 0xdf, 0x63, 0x36, 0x4b, 0xd9, 0x8f, 0x3f, 0xf6, 0x03, 0x38, 0xdf, 0x92, 0x10, 0x13, 0x59, + 0x74, 0x2f, 0x5b, 0xaa, 0xe7, 0x91, 0xd4, 0x45, 0x58, 0x3f, 0x8d, 0xad, 0xef, 0x72, 0xc7, 0x67, + 0xea, 0xef, 0xa1, 0x0e, 0x71, 0xc4, 0xff, 0xf1, 0x1f, 0x5e, 0xff, 0x38, 0x0b, 0xaf, 0x16, 0x6f, + 0xde, 0x67, 0x5e, 0x60, 0x19, 0x0c, 0x7d, 0x06, 0xb0, 0x1a, 0x15, 0x17, 0x4f, 0x20, 0x82, 0x8b, + 0x39, 0x8d, 0xff, 0x19, 0x85, 0xca, 0xd4, 0xda, 0xa2, 0x6a, 0xaf, 0x7e, 0xfc, 0x7a, 0x53, 0x59, + 0x51, 0x6f, 0xc8, 0x2f, 0x42, 0xa0, 0x0d, 0x7e, 0x4a, 0x7c, 0xf2, 0xb2, 0x3f, 0xa1, 0x93, 0x6d, + 0xb0, 0x8c, 0x3e, 0x01, 0x78, 0xa9, 0xc1, 0xc4, 0x80, 0x8a, 0x9b, 0xa3, 0x55, 0xa4, 0x79, 0x36, 0x45, 0x09, 0xb7, 0xa5, 0x04, 0x82, 0x56, 0xcb, 0x49, 0x88, 0xd6, 0x27, 0xa1, 0x8c, 0x2b, 0x61, 0xac, 0x14, 0xf1, 0x7c, 0xb4, 0x3a, 0x5a, 0x48, 0x26, 0xf5, 0x94, 0xe6, 0xb4, 0x94, 0x84, 0xa0, 0x2a, 0x96, 0x6a, 0x96, 0x50, 0xc9, 0x81, 0xa0, 0x6f, 0x00, 0x56, 0xa3, 0xc0, 0x9b, 0xc4, 0x56, - 0xb9, 0xa8, 0x9c, 0xe2, 0x4c, 0x36, 0xa5, 0x8a, 0x86, 0x32, 0xde, 0x4c, 0x42, 0x77, 0xbd, 0x07, - 0xb0, 0x1a, 0x85, 0xca, 0x24, 0x7a, 0x72, 0xe1, 0xa9, 0xac, 0x95, 0x2f, 0x88, 0xf3, 0x2b, 0xf6, - 0xd2, 0xf2, 0x98, 0x5e, 0xfa, 0x02, 0xe0, 0xe5, 0x30, 0xe6, 0x06, 0x28, 0x97, 0xb2, 0x92, 0x73, - 0x06, 0x7f, 0x8a, 0x0d, 0x29, 0x64, 0x4d, 0x5d, 0x29, 0x29, 0xc4, 0xb6, 0x1c, 0xb1, 0x05, 0x96, - 0xb7, 0xef, 0x7e, 0xed, 0xd5, 0xc1, 0xf7, 0x5e, 0x1d, 0xfc, 0xec, 0xd5, 0xc1, 0x93, 0x3b, 0xa3, - 0x5e, 0x76, 0xa7, 0x3c, 0x48, 0x0f, 0xcf, 0xcb, 0x47, 0xdd, 0xfa, 0xdf, 0x00, 0x00, 0x00, 0xff, - 0xff, 0xb9, 0x94, 0x76, 0xc9, 0xb9, 0x0a, 0x00, 0x00, + 0xb9, 0xa8, 0x9c, 0xe2, 0x4c, 0xb6, 0xa4, 0x8a, 0x75, 0x65, 0xbc, 0x99, 0x84, 0xee, 0x7a, 0x0f, + 0x60, 0x35, 0x0a, 0x95, 0x49, 0xf4, 0xe4, 0xc2, 0x53, 0x59, 0x2b, 0x5f, 0x10, 0xe7, 0x57, 0xec, + 0xa5, 0xe5, 0x31, 0xbd, 0xf4, 0x05, 0xc0, 0xcb, 0x61, 0xcc, 0x0d, 0x50, 0x2e, 0x65, 0x25, 0xe7, + 0x0c, 0xfe, 0x14, 0x9b, 0x52, 0xc8, 0x9a, 0xba, 0x52, 0x52, 0x88, 0x6d, 0x39, 0x62, 0x1b, 0x2c, + 0xef, 0xdc, 0xfd, 0xda, 0xab, 0x83, 0xef, 0xbd, 0x3a, 0xf8, 0xd9, 0xab, 0x83, 0x27, 0x77, 0x46, + 0xbd, 0xec, 0x4e, 0x79, 0x90, 0x1e, 0x9e, 0x97, 0x8f, 0xba, 0x8d, 0xbf, 0x01, 0x00, 0x00, 0xff, + 0xff, 0x0a, 0x9e, 0x64, 0xdc, 0xb9, 0x0a, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/pkg/apiclient/workflowtemplate/workflow-template.proto b/pkg/apiclient/workflowtemplate/workflow-template.proto index 9ea76b0e17d6..e243594072ce 100644 --- a/pkg/apiclient/workflowtemplate/workflow-template.proto +++ b/pkg/apiclient/workflowtemplate/workflow-template.proto @@ -13,7 +13,7 @@ package workflowtemplate; message WorkflowTemplateCreateRequest { string namespace = 1; - github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowTemplate template = 2; + github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowTemplate template = 2; k8s.io.apimachinery.pkg.apis.meta.v1.CreateOptions createOptions = 3; } @@ -32,7 +32,7 @@ message WorkflowTemplateUpdateRequest { // DEPRECATED: This field is ignored. string name = 1 [deprecated=true]; string namespace = 2; - github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowTemplate template = 3; + github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowTemplate template = 3; } message WorkflowTemplateDeleteRequest { @@ -44,27 +44,27 @@ message WorkflowTemplateDeleteResponse { } message WorkflowTemplateLintRequest { string namespace = 1; - github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowTemplate template = 2; + github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowTemplate template = 2; k8s.io.apimachinery.pkg.apis.meta.v1.CreateOptions createOptions = 3; } service WorkflowTemplateService { - rpc CreateWorkflowTemplate (WorkflowTemplateCreateRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowTemplate) { + rpc CreateWorkflowTemplate (WorkflowTemplateCreateRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowTemplate) { option (google.api.http) = { post: "/api/v1/workflow-templates/{namespace}" body: "*" }; } - rpc GetWorkflowTemplate (WorkflowTemplateGetRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowTemplate) { + rpc GetWorkflowTemplate (WorkflowTemplateGetRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowTemplate) { option (google.api.http).get = "/api/v1/workflow-templates/{namespace}/{name}"; } - rpc ListWorkflowTemplates (WorkflowTemplateListRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowTemplateList) { + rpc ListWorkflowTemplates (WorkflowTemplateListRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowTemplateList) { option (google.api.http).get = "/api/v1/workflow-templates/{namespace}"; } - rpc UpdateWorkflowTemplate (WorkflowTemplateUpdateRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowTemplate) { + rpc UpdateWorkflowTemplate (WorkflowTemplateUpdateRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowTemplate) { option (google.api.http) = { put: "/api/v1/workflow-templates/{namespace}/{name}" body: "*" @@ -75,7 +75,7 @@ service WorkflowTemplateService { option (google.api.http).delete = "/api/v1/workflow-templates/{namespace}/{name}"; } - rpc LintWorkflowTemplate (WorkflowTemplateLintRequest) returns (github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowTemplate) { + rpc LintWorkflowTemplate (WorkflowTemplateLintRequest) returns (github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowTemplate) { option (google.api.http) = { post: "/api/v1/workflow-templates/{namespace}/lint" body: "*" diff --git a/pkg/apis/api-rules/violation_exceptions.list b/pkg/apis/api-rules/violation_exceptions.list index 72da898b2de4..6e518931a028 100644 --- a/pkg/apis/api-rules/violation_exceptions.list +++ b/pkg/apis/api-rules/violation_exceptions.list @@ -1,37 +1,37 @@ -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,Arguments,Parameters -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,CronWorkflowStatus,Active -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,DAGTask,Dependencies -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,DAGTask,WithItems -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,DAGTemplate,Tasks -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,GitArtifact,Fetch -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,HDFSConfig,Addresses -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,HTTPArtifact,Headers -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,Histogram,Buckets -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,Inputs,Parameters -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,Metrics,Prometheus -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,NodeStatus,Children -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,NodeStatus,OutboundNodes -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,Outputs,Parameters -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,ParallelSteps,Steps -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,Parameter,Enum -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,Prometheus,Labels -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,ResourceTemplate,Flags -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,SemaphoreStatus,Holding -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,SemaphoreStatus,Waiting -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,SubmitOpts,Parameters -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,Template,HostAliases -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,Template,InitContainers -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,Template,Sidecars -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,Template,Steps -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,Template,Tolerations -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,Template,Volumes -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,WorkflowSpec,HostAliases -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,WorkflowSpec,ImagePullSecrets -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,WorkflowSpec,Templates -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,WorkflowSpec,Tolerations -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,WorkflowSpec,VolumeClaimTemplates -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,WorkflowSpec,Volumes -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,WorkflowStatus,PersistentVolumeClaims -API rule violation: list_type_missing,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,WorkflowStep,WithItems -API rule violation: names_match,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,SubmitOpts,Entrypoint -API rule violation: names_match,github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1,WorkflowStatus,StoredWorkflowSpec +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,Arguments,Parameters +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,CronWorkflowStatus,Active +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,DAGTask,Dependencies +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,DAGTask,WithItems +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,DAGTemplate,Tasks +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,GitArtifact,Fetch +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,HDFSConfig,Addresses +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,HTTPArtifact,Headers +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,Histogram,Buckets +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,Inputs,Parameters +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,Metrics,Prometheus +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,NodeStatus,Children +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,NodeStatus,OutboundNodes +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,Outputs,Parameters +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,ParallelSteps,Steps +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,Parameter,Enum +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,Prometheus,Labels +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,ResourceTemplate,Flags +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,SemaphoreStatus,Holding +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,SemaphoreStatus,Waiting +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,SubmitOpts,Parameters +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,Template,HostAliases +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,Template,InitContainers +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,Template,Sidecars +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,Template,Steps +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,Template,Tolerations +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,Template,Volumes +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,WorkflowSpec,HostAliases +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,WorkflowSpec,ImagePullSecrets +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,WorkflowSpec,Templates +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,WorkflowSpec,Tolerations +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,WorkflowSpec,VolumeClaimTemplates +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,WorkflowSpec,Volumes +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,WorkflowStatus,PersistentVolumeClaims +API rule violation: list_type_missing,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,WorkflowStep,WithItems +API rule violation: names_match,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,SubmitOpts,Entrypoint +API rule violation: names_match,github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1,WorkflowStatus,StoredWorkflowSpec diff --git a/pkg/apis/workflow/v1alpha1/generated.pb.go b/pkg/apis/workflow/v1alpha1/generated.pb.go index d5324b18a75e..71b447adca27 100644 --- a/pkg/apis/workflow/v1alpha1/generated.pb.go +++ b/pkg/apis/workflow/v1alpha1/generated.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1/generated.proto +// source: github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1/generated.proto package v1alpha1 @@ -39,7 +39,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package func (m *Amount) Reset() { *m = Amount{} } func (*Amount) ProtoMessage() {} func (*Amount) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{0} + return fileDescriptor_4591a7d59114d518, []int{0} } func (m *Amount) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -67,7 +67,7 @@ var xxx_messageInfo_Amount proto.InternalMessageInfo func (m *ArchiveStrategy) Reset() { *m = ArchiveStrategy{} } func (*ArchiveStrategy) ProtoMessage() {} func (*ArchiveStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{1} + return fileDescriptor_4591a7d59114d518, []int{1} } func (m *ArchiveStrategy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -95,7 +95,7 @@ var xxx_messageInfo_ArchiveStrategy proto.InternalMessageInfo func (m *Arguments) Reset() { *m = Arguments{} } func (*Arguments) ProtoMessage() {} func (*Arguments) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{2} + return fileDescriptor_4591a7d59114d518, []int{2} } func (m *Arguments) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -123,7 +123,7 @@ var xxx_messageInfo_Arguments proto.InternalMessageInfo func (m *Artifact) Reset() { *m = Artifact{} } func (*Artifact) ProtoMessage() {} func (*Artifact) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{3} + return fileDescriptor_4591a7d59114d518, []int{3} } func (m *Artifact) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -151,7 +151,7 @@ var xxx_messageInfo_Artifact proto.InternalMessageInfo func (m *ArtifactLocation) Reset() { *m = ArtifactLocation{} } func (*ArtifactLocation) ProtoMessage() {} func (*ArtifactLocation) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{4} + return fileDescriptor_4591a7d59114d518, []int{4} } func (m *ArtifactLocation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -179,7 +179,7 @@ var xxx_messageInfo_ArtifactLocation proto.InternalMessageInfo func (m *ArtifactRepositoryRef) Reset() { *m = ArtifactRepositoryRef{} } func (*ArtifactRepositoryRef) ProtoMessage() {} func (*ArtifactRepositoryRef) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{5} + return fileDescriptor_4591a7d59114d518, []int{5} } func (m *ArtifactRepositoryRef) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -207,7 +207,7 @@ var xxx_messageInfo_ArtifactRepositoryRef proto.InternalMessageInfo func (m *ArtifactRepositoryRefStatus) Reset() { *m = ArtifactRepositoryRefStatus{} } func (*ArtifactRepositoryRefStatus) ProtoMessage() {} func (*ArtifactRepositoryRefStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{6} + return fileDescriptor_4591a7d59114d518, []int{6} } func (m *ArtifactRepositoryRefStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -235,7 +235,7 @@ var xxx_messageInfo_ArtifactRepositoryRefStatus proto.InternalMessageInfo func (m *ArtifactoryArtifact) Reset() { *m = ArtifactoryArtifact{} } func (*ArtifactoryArtifact) ProtoMessage() {} func (*ArtifactoryArtifact) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{7} + return fileDescriptor_4591a7d59114d518, []int{7} } func (m *ArtifactoryArtifact) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -263,7 +263,7 @@ var xxx_messageInfo_ArtifactoryArtifact proto.InternalMessageInfo func (m *ArtifactoryAuth) Reset() { *m = ArtifactoryAuth{} } func (*ArtifactoryAuth) ProtoMessage() {} func (*ArtifactoryAuth) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{8} + return fileDescriptor_4591a7d59114d518, []int{8} } func (m *ArtifactoryAuth) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -291,7 +291,7 @@ var xxx_messageInfo_ArtifactoryAuth proto.InternalMessageInfo func (m *Backoff) Reset() { *m = Backoff{} } func (*Backoff) ProtoMessage() {} func (*Backoff) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{9} + return fileDescriptor_4591a7d59114d518, []int{9} } func (m *Backoff) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -319,7 +319,7 @@ var xxx_messageInfo_Backoff proto.InternalMessageInfo func (m *Cache) Reset() { *m = Cache{} } func (*Cache) ProtoMessage() {} func (*Cache) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{10} + return fileDescriptor_4591a7d59114d518, []int{10} } func (m *Cache) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -347,7 +347,7 @@ var xxx_messageInfo_Cache proto.InternalMessageInfo func (m *ClusterWorkflowTemplate) Reset() { *m = ClusterWorkflowTemplate{} } func (*ClusterWorkflowTemplate) ProtoMessage() {} func (*ClusterWorkflowTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{11} + return fileDescriptor_4591a7d59114d518, []int{11} } func (m *ClusterWorkflowTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -375,7 +375,7 @@ var xxx_messageInfo_ClusterWorkflowTemplate proto.InternalMessageInfo func (m *ClusterWorkflowTemplateList) Reset() { *m = ClusterWorkflowTemplateList{} } func (*ClusterWorkflowTemplateList) ProtoMessage() {} func (*ClusterWorkflowTemplateList) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{12} + return fileDescriptor_4591a7d59114d518, []int{12} } func (m *ClusterWorkflowTemplateList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -403,7 +403,7 @@ var xxx_messageInfo_ClusterWorkflowTemplateList proto.InternalMessageInfo func (m *Condition) Reset() { *m = Condition{} } func (*Condition) ProtoMessage() {} func (*Condition) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{13} + return fileDescriptor_4591a7d59114d518, []int{13} } func (m *Condition) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -431,7 +431,7 @@ var xxx_messageInfo_Condition proto.InternalMessageInfo func (m *ContinueOn) Reset() { *m = ContinueOn{} } func (*ContinueOn) ProtoMessage() {} func (*ContinueOn) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{14} + return fileDescriptor_4591a7d59114d518, []int{14} } func (m *ContinueOn) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -459,7 +459,7 @@ var xxx_messageInfo_ContinueOn proto.InternalMessageInfo func (m *Counter) Reset() { *m = Counter{} } func (*Counter) ProtoMessage() {} func (*Counter) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{15} + return fileDescriptor_4591a7d59114d518, []int{15} } func (m *Counter) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -487,7 +487,7 @@ var xxx_messageInfo_Counter proto.InternalMessageInfo func (m *CreateS3BucketOptions) Reset() { *m = CreateS3BucketOptions{} } func (*CreateS3BucketOptions) ProtoMessage() {} func (*CreateS3BucketOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{16} + return fileDescriptor_4591a7d59114d518, []int{16} } func (m *CreateS3BucketOptions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -515,7 +515,7 @@ var xxx_messageInfo_CreateS3BucketOptions proto.InternalMessageInfo func (m *CronWorkflow) Reset() { *m = CronWorkflow{} } func (*CronWorkflow) ProtoMessage() {} func (*CronWorkflow) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{17} + return fileDescriptor_4591a7d59114d518, []int{17} } func (m *CronWorkflow) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -543,7 +543,7 @@ var xxx_messageInfo_CronWorkflow proto.InternalMessageInfo func (m *CronWorkflowList) Reset() { *m = CronWorkflowList{} } func (*CronWorkflowList) ProtoMessage() {} func (*CronWorkflowList) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{18} + return fileDescriptor_4591a7d59114d518, []int{18} } func (m *CronWorkflowList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -571,7 +571,7 @@ var xxx_messageInfo_CronWorkflowList proto.InternalMessageInfo func (m *CronWorkflowSpec) Reset() { *m = CronWorkflowSpec{} } func (*CronWorkflowSpec) ProtoMessage() {} func (*CronWorkflowSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{19} + return fileDescriptor_4591a7d59114d518, []int{19} } func (m *CronWorkflowSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -599,7 +599,7 @@ var xxx_messageInfo_CronWorkflowSpec proto.InternalMessageInfo func (m *CronWorkflowStatus) Reset() { *m = CronWorkflowStatus{} } func (*CronWorkflowStatus) ProtoMessage() {} func (*CronWorkflowStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{20} + return fileDescriptor_4591a7d59114d518, []int{20} } func (m *CronWorkflowStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -627,7 +627,7 @@ var xxx_messageInfo_CronWorkflowStatus proto.InternalMessageInfo func (m *DAGTask) Reset() { *m = DAGTask{} } func (*DAGTask) ProtoMessage() {} func (*DAGTask) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{21} + return fileDescriptor_4591a7d59114d518, []int{21} } func (m *DAGTask) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -655,7 +655,7 @@ var xxx_messageInfo_DAGTask proto.InternalMessageInfo func (m *DAGTemplate) Reset() { *m = DAGTemplate{} } func (*DAGTemplate) ProtoMessage() {} func (*DAGTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{22} + return fileDescriptor_4591a7d59114d518, []int{22} } func (m *DAGTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -683,7 +683,7 @@ var xxx_messageInfo_DAGTemplate proto.InternalMessageInfo func (m *Event) Reset() { *m = Event{} } func (*Event) ProtoMessage() {} func (*Event) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{23} + return fileDescriptor_4591a7d59114d518, []int{23} } func (m *Event) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -711,7 +711,7 @@ var xxx_messageInfo_Event proto.InternalMessageInfo func (m *ExecutorConfig) Reset() { *m = ExecutorConfig{} } func (*ExecutorConfig) ProtoMessage() {} func (*ExecutorConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{24} + return fileDescriptor_4591a7d59114d518, []int{24} } func (m *ExecutorConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -739,7 +739,7 @@ var xxx_messageInfo_ExecutorConfig proto.InternalMessageInfo func (m *GCSArtifact) Reset() { *m = GCSArtifact{} } func (*GCSArtifact) ProtoMessage() {} func (*GCSArtifact) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{25} + return fileDescriptor_4591a7d59114d518, []int{25} } func (m *GCSArtifact) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -767,7 +767,7 @@ var xxx_messageInfo_GCSArtifact proto.InternalMessageInfo func (m *GCSBucket) Reset() { *m = GCSBucket{} } func (*GCSBucket) ProtoMessage() {} func (*GCSBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{26} + return fileDescriptor_4591a7d59114d518, []int{26} } func (m *GCSBucket) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -795,7 +795,7 @@ var xxx_messageInfo_GCSBucket proto.InternalMessageInfo func (m *Gauge) Reset() { *m = Gauge{} } func (*Gauge) ProtoMessage() {} func (*Gauge) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{27} + return fileDescriptor_4591a7d59114d518, []int{27} } func (m *Gauge) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -823,7 +823,7 @@ var xxx_messageInfo_Gauge proto.InternalMessageInfo func (m *GitArtifact) Reset() { *m = GitArtifact{} } func (*GitArtifact) ProtoMessage() {} func (*GitArtifact) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{28} + return fileDescriptor_4591a7d59114d518, []int{28} } func (m *GitArtifact) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -851,7 +851,7 @@ var xxx_messageInfo_GitArtifact proto.InternalMessageInfo func (m *HDFSArtifact) Reset() { *m = HDFSArtifact{} } func (*HDFSArtifact) ProtoMessage() {} func (*HDFSArtifact) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{29} + return fileDescriptor_4591a7d59114d518, []int{29} } func (m *HDFSArtifact) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -879,7 +879,7 @@ var xxx_messageInfo_HDFSArtifact proto.InternalMessageInfo func (m *HDFSConfig) Reset() { *m = HDFSConfig{} } func (*HDFSConfig) ProtoMessage() {} func (*HDFSConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{30} + return fileDescriptor_4591a7d59114d518, []int{30} } func (m *HDFSConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -907,7 +907,7 @@ var xxx_messageInfo_HDFSConfig proto.InternalMessageInfo func (m *HDFSKrbConfig) Reset() { *m = HDFSKrbConfig{} } func (*HDFSKrbConfig) ProtoMessage() {} func (*HDFSKrbConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{31} + return fileDescriptor_4591a7d59114d518, []int{31} } func (m *HDFSKrbConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -935,7 +935,7 @@ var xxx_messageInfo_HDFSKrbConfig proto.InternalMessageInfo func (m *HTTPArtifact) Reset() { *m = HTTPArtifact{} } func (*HTTPArtifact) ProtoMessage() {} func (*HTTPArtifact) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{32} + return fileDescriptor_4591a7d59114d518, []int{32} } func (m *HTTPArtifact) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -963,7 +963,7 @@ var xxx_messageInfo_HTTPArtifact proto.InternalMessageInfo func (m *Header) Reset() { *m = Header{} } func (*Header) ProtoMessage() {} func (*Header) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{33} + return fileDescriptor_4591a7d59114d518, []int{33} } func (m *Header) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -991,7 +991,7 @@ var xxx_messageInfo_Header proto.InternalMessageInfo func (m *Histogram) Reset() { *m = Histogram{} } func (*Histogram) ProtoMessage() {} func (*Histogram) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{34} + return fileDescriptor_4591a7d59114d518, []int{34} } func (m *Histogram) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1019,7 +1019,7 @@ var xxx_messageInfo_Histogram proto.InternalMessageInfo func (m *Inputs) Reset() { *m = Inputs{} } func (*Inputs) ProtoMessage() {} func (*Inputs) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{35} + return fileDescriptor_4591a7d59114d518, []int{35} } func (m *Inputs) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1047,7 +1047,7 @@ var xxx_messageInfo_Inputs proto.InternalMessageInfo func (m *Item) Reset() { *m = Item{} } func (*Item) ProtoMessage() {} func (*Item) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{36} + return fileDescriptor_4591a7d59114d518, []int{36} } func (m *Item) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1075,7 +1075,7 @@ var xxx_messageInfo_Item proto.InternalMessageInfo func (m *Link) Reset() { *m = Link{} } func (*Link) ProtoMessage() {} func (*Link) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{37} + return fileDescriptor_4591a7d59114d518, []int{37} } func (m *Link) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1103,7 +1103,7 @@ var xxx_messageInfo_Link proto.InternalMessageInfo func (m *MemoizationStatus) Reset() { *m = MemoizationStatus{} } func (*MemoizationStatus) ProtoMessage() {} func (*MemoizationStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{38} + return fileDescriptor_4591a7d59114d518, []int{38} } func (m *MemoizationStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1131,7 +1131,7 @@ var xxx_messageInfo_MemoizationStatus proto.InternalMessageInfo func (m *Memoize) Reset() { *m = Memoize{} } func (*Memoize) ProtoMessage() {} func (*Memoize) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{39} + return fileDescriptor_4591a7d59114d518, []int{39} } func (m *Memoize) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1159,7 +1159,7 @@ var xxx_messageInfo_Memoize proto.InternalMessageInfo func (m *Metadata) Reset() { *m = Metadata{} } func (*Metadata) ProtoMessage() {} func (*Metadata) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{40} + return fileDescriptor_4591a7d59114d518, []int{40} } func (m *Metadata) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1187,7 +1187,7 @@ var xxx_messageInfo_Metadata proto.InternalMessageInfo func (m *MetricLabel) Reset() { *m = MetricLabel{} } func (*MetricLabel) ProtoMessage() {} func (*MetricLabel) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{41} + return fileDescriptor_4591a7d59114d518, []int{41} } func (m *MetricLabel) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1215,7 +1215,7 @@ var xxx_messageInfo_MetricLabel proto.InternalMessageInfo func (m *Metrics) Reset() { *m = Metrics{} } func (*Metrics) ProtoMessage() {} func (*Metrics) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{42} + return fileDescriptor_4591a7d59114d518, []int{42} } func (m *Metrics) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1243,7 +1243,7 @@ var xxx_messageInfo_Metrics proto.InternalMessageInfo func (m *Mutex) Reset() { *m = Mutex{} } func (*Mutex) ProtoMessage() {} func (*Mutex) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{43} + return fileDescriptor_4591a7d59114d518, []int{43} } func (m *Mutex) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1271,7 +1271,7 @@ var xxx_messageInfo_Mutex proto.InternalMessageInfo func (m *MutexHolding) Reset() { *m = MutexHolding{} } func (*MutexHolding) ProtoMessage() {} func (*MutexHolding) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{44} + return fileDescriptor_4591a7d59114d518, []int{44} } func (m *MutexHolding) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1299,7 +1299,7 @@ var xxx_messageInfo_MutexHolding proto.InternalMessageInfo func (m *MutexStatus) Reset() { *m = MutexStatus{} } func (*MutexStatus) ProtoMessage() {} func (*MutexStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{45} + return fileDescriptor_4591a7d59114d518, []int{45} } func (m *MutexStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1327,7 +1327,7 @@ var xxx_messageInfo_MutexStatus proto.InternalMessageInfo func (m *NodeStatus) Reset() { *m = NodeStatus{} } func (*NodeStatus) ProtoMessage() {} func (*NodeStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{46} + return fileDescriptor_4591a7d59114d518, []int{46} } func (m *NodeStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1355,7 +1355,7 @@ var xxx_messageInfo_NodeStatus proto.InternalMessageInfo func (m *NodeSynchronizationStatus) Reset() { *m = NodeSynchronizationStatus{} } func (*NodeSynchronizationStatus) ProtoMessage() {} func (*NodeSynchronizationStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{47} + return fileDescriptor_4591a7d59114d518, []int{47} } func (m *NodeSynchronizationStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1383,7 +1383,7 @@ var xxx_messageInfo_NodeSynchronizationStatus proto.InternalMessageInfo func (m *NoneStrategy) Reset() { *m = NoneStrategy{} } func (*NoneStrategy) ProtoMessage() {} func (*NoneStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{48} + return fileDescriptor_4591a7d59114d518, []int{48} } func (m *NoneStrategy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1411,7 +1411,7 @@ var xxx_messageInfo_NoneStrategy proto.InternalMessageInfo func (m *OSSArtifact) Reset() { *m = OSSArtifact{} } func (*OSSArtifact) ProtoMessage() {} func (*OSSArtifact) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{49} + return fileDescriptor_4591a7d59114d518, []int{49} } func (m *OSSArtifact) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1439,7 +1439,7 @@ var xxx_messageInfo_OSSArtifact proto.InternalMessageInfo func (m *OSSBucket) Reset() { *m = OSSBucket{} } func (*OSSBucket) ProtoMessage() {} func (*OSSBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{50} + return fileDescriptor_4591a7d59114d518, []int{50} } func (m *OSSBucket) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1467,7 +1467,7 @@ var xxx_messageInfo_OSSBucket proto.InternalMessageInfo func (m *Outputs) Reset() { *m = Outputs{} } func (*Outputs) ProtoMessage() {} func (*Outputs) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{51} + return fileDescriptor_4591a7d59114d518, []int{51} } func (m *Outputs) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1495,7 +1495,7 @@ var xxx_messageInfo_Outputs proto.InternalMessageInfo func (m *ParallelSteps) Reset() { *m = ParallelSteps{} } func (*ParallelSteps) ProtoMessage() {} func (*ParallelSteps) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{52} + return fileDescriptor_4591a7d59114d518, []int{52} } func (m *ParallelSteps) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1523,7 +1523,7 @@ var xxx_messageInfo_ParallelSteps proto.InternalMessageInfo func (m *Parameter) Reset() { *m = Parameter{} } func (*Parameter) ProtoMessage() {} func (*Parameter) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{53} + return fileDescriptor_4591a7d59114d518, []int{53} } func (m *Parameter) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1551,7 +1551,7 @@ var xxx_messageInfo_Parameter proto.InternalMessageInfo func (m *PodGC) Reset() { *m = PodGC{} } func (*PodGC) ProtoMessage() {} func (*PodGC) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{54} + return fileDescriptor_4591a7d59114d518, []int{54} } func (m *PodGC) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1579,7 +1579,7 @@ var xxx_messageInfo_PodGC proto.InternalMessageInfo func (m *Prometheus) Reset() { *m = Prometheus{} } func (*Prometheus) ProtoMessage() {} func (*Prometheus) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{55} + return fileDescriptor_4591a7d59114d518, []int{55} } func (m *Prometheus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1607,7 +1607,7 @@ var xxx_messageInfo_Prometheus proto.InternalMessageInfo func (m *RawArtifact) Reset() { *m = RawArtifact{} } func (*RawArtifact) ProtoMessage() {} func (*RawArtifact) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{56} + return fileDescriptor_4591a7d59114d518, []int{56} } func (m *RawArtifact) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1635,7 +1635,7 @@ var xxx_messageInfo_RawArtifact proto.InternalMessageInfo func (m *ResourceTemplate) Reset() { *m = ResourceTemplate{} } func (*ResourceTemplate) ProtoMessage() {} func (*ResourceTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{57} + return fileDescriptor_4591a7d59114d518, []int{57} } func (m *ResourceTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1663,7 +1663,7 @@ var xxx_messageInfo_ResourceTemplate proto.InternalMessageInfo func (m *RetryAffinity) Reset() { *m = RetryAffinity{} } func (*RetryAffinity) ProtoMessage() {} func (*RetryAffinity) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{58} + return fileDescriptor_4591a7d59114d518, []int{58} } func (m *RetryAffinity) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1691,7 +1691,7 @@ var xxx_messageInfo_RetryAffinity proto.InternalMessageInfo func (m *RetryNodeAntiAffinity) Reset() { *m = RetryNodeAntiAffinity{} } func (*RetryNodeAntiAffinity) ProtoMessage() {} func (*RetryNodeAntiAffinity) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{59} + return fileDescriptor_4591a7d59114d518, []int{59} } func (m *RetryNodeAntiAffinity) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1719,7 +1719,7 @@ var xxx_messageInfo_RetryNodeAntiAffinity proto.InternalMessageInfo func (m *RetryStrategy) Reset() { *m = RetryStrategy{} } func (*RetryStrategy) ProtoMessage() {} func (*RetryStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{60} + return fileDescriptor_4591a7d59114d518, []int{60} } func (m *RetryStrategy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1747,7 +1747,7 @@ var xxx_messageInfo_RetryStrategy proto.InternalMessageInfo func (m *S3Artifact) Reset() { *m = S3Artifact{} } func (*S3Artifact) ProtoMessage() {} func (*S3Artifact) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{61} + return fileDescriptor_4591a7d59114d518, []int{61} } func (m *S3Artifact) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1775,7 +1775,7 @@ var xxx_messageInfo_S3Artifact proto.InternalMessageInfo func (m *S3Bucket) Reset() { *m = S3Bucket{} } func (*S3Bucket) ProtoMessage() {} func (*S3Bucket) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{62} + return fileDescriptor_4591a7d59114d518, []int{62} } func (m *S3Bucket) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1803,7 +1803,7 @@ var xxx_messageInfo_S3Bucket proto.InternalMessageInfo func (m *ScriptTemplate) Reset() { *m = ScriptTemplate{} } func (*ScriptTemplate) ProtoMessage() {} func (*ScriptTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{63} + return fileDescriptor_4591a7d59114d518, []int{63} } func (m *ScriptTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1831,7 +1831,7 @@ var xxx_messageInfo_ScriptTemplate proto.InternalMessageInfo func (m *SemaphoreHolding) Reset() { *m = SemaphoreHolding{} } func (*SemaphoreHolding) ProtoMessage() {} func (*SemaphoreHolding) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{64} + return fileDescriptor_4591a7d59114d518, []int{64} } func (m *SemaphoreHolding) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1859,7 +1859,7 @@ var xxx_messageInfo_SemaphoreHolding proto.InternalMessageInfo func (m *SemaphoreRef) Reset() { *m = SemaphoreRef{} } func (*SemaphoreRef) ProtoMessage() {} func (*SemaphoreRef) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{65} + return fileDescriptor_4591a7d59114d518, []int{65} } func (m *SemaphoreRef) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1887,7 +1887,7 @@ var xxx_messageInfo_SemaphoreRef proto.InternalMessageInfo func (m *SemaphoreStatus) Reset() { *m = SemaphoreStatus{} } func (*SemaphoreStatus) ProtoMessage() {} func (*SemaphoreStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{66} + return fileDescriptor_4591a7d59114d518, []int{66} } func (m *SemaphoreStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1915,7 +1915,7 @@ var xxx_messageInfo_SemaphoreStatus proto.InternalMessageInfo func (m *Sequence) Reset() { *m = Sequence{} } func (*Sequence) ProtoMessage() {} func (*Sequence) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{67} + return fileDescriptor_4591a7d59114d518, []int{67} } func (m *Sequence) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1943,7 +1943,7 @@ var xxx_messageInfo_Sequence proto.InternalMessageInfo func (m *Submit) Reset() { *m = Submit{} } func (*Submit) ProtoMessage() {} func (*Submit) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{68} + return fileDescriptor_4591a7d59114d518, []int{68} } func (m *Submit) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1971,7 +1971,7 @@ var xxx_messageInfo_Submit proto.InternalMessageInfo func (m *SubmitOpts) Reset() { *m = SubmitOpts{} } func (*SubmitOpts) ProtoMessage() {} func (*SubmitOpts) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{69} + return fileDescriptor_4591a7d59114d518, []int{69} } func (m *SubmitOpts) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1999,7 +1999,7 @@ var xxx_messageInfo_SubmitOpts proto.InternalMessageInfo func (m *SuppliedValueFrom) Reset() { *m = SuppliedValueFrom{} } func (*SuppliedValueFrom) ProtoMessage() {} func (*SuppliedValueFrom) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{70} + return fileDescriptor_4591a7d59114d518, []int{70} } func (m *SuppliedValueFrom) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2027,7 +2027,7 @@ var xxx_messageInfo_SuppliedValueFrom proto.InternalMessageInfo func (m *SuspendTemplate) Reset() { *m = SuspendTemplate{} } func (*SuspendTemplate) ProtoMessage() {} func (*SuspendTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{71} + return fileDescriptor_4591a7d59114d518, []int{71} } func (m *SuspendTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2055,7 +2055,7 @@ var xxx_messageInfo_SuspendTemplate proto.InternalMessageInfo func (m *Synchronization) Reset() { *m = Synchronization{} } func (*Synchronization) ProtoMessage() {} func (*Synchronization) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{72} + return fileDescriptor_4591a7d59114d518, []int{72} } func (m *Synchronization) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2083,7 +2083,7 @@ var xxx_messageInfo_Synchronization proto.InternalMessageInfo func (m *SynchronizationStatus) Reset() { *m = SynchronizationStatus{} } func (*SynchronizationStatus) ProtoMessage() {} func (*SynchronizationStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{73} + return fileDescriptor_4591a7d59114d518, []int{73} } func (m *SynchronizationStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2111,7 +2111,7 @@ var xxx_messageInfo_SynchronizationStatus proto.InternalMessageInfo func (m *TTLStrategy) Reset() { *m = TTLStrategy{} } func (*TTLStrategy) ProtoMessage() {} func (*TTLStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{74} + return fileDescriptor_4591a7d59114d518, []int{74} } func (m *TTLStrategy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2139,7 +2139,7 @@ var xxx_messageInfo_TTLStrategy proto.InternalMessageInfo func (m *TarStrategy) Reset() { *m = TarStrategy{} } func (*TarStrategy) ProtoMessage() {} func (*TarStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{75} + return fileDescriptor_4591a7d59114d518, []int{75} } func (m *TarStrategy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2167,7 +2167,7 @@ var xxx_messageInfo_TarStrategy proto.InternalMessageInfo func (m *Template) Reset() { *m = Template{} } func (*Template) ProtoMessage() {} func (*Template) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{76} + return fileDescriptor_4591a7d59114d518, []int{76} } func (m *Template) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2195,7 +2195,7 @@ var xxx_messageInfo_Template proto.InternalMessageInfo func (m *TemplateRef) Reset() { *m = TemplateRef{} } func (*TemplateRef) ProtoMessage() {} func (*TemplateRef) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{77} + return fileDescriptor_4591a7d59114d518, []int{77} } func (m *TemplateRef) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2223,7 +2223,7 @@ var xxx_messageInfo_TemplateRef proto.InternalMessageInfo func (m *UserContainer) Reset() { *m = UserContainer{} } func (*UserContainer) ProtoMessage() {} func (*UserContainer) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{78} + return fileDescriptor_4591a7d59114d518, []int{78} } func (m *UserContainer) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2251,7 +2251,7 @@ var xxx_messageInfo_UserContainer proto.InternalMessageInfo func (m *ValueFrom) Reset() { *m = ValueFrom{} } func (*ValueFrom) ProtoMessage() {} func (*ValueFrom) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{79} + return fileDescriptor_4591a7d59114d518, []int{79} } func (m *ValueFrom) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2279,7 +2279,7 @@ var xxx_messageInfo_ValueFrom proto.InternalMessageInfo func (m *Version) Reset() { *m = Version{} } func (*Version) ProtoMessage() {} func (*Version) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{80} + return fileDescriptor_4591a7d59114d518, []int{80} } func (m *Version) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2307,7 +2307,7 @@ var xxx_messageInfo_Version proto.InternalMessageInfo func (m *VolumeClaimGC) Reset() { *m = VolumeClaimGC{} } func (*VolumeClaimGC) ProtoMessage() {} func (*VolumeClaimGC) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{81} + return fileDescriptor_4591a7d59114d518, []int{81} } func (m *VolumeClaimGC) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2335,7 +2335,7 @@ var xxx_messageInfo_VolumeClaimGC proto.InternalMessageInfo func (m *Workflow) Reset() { *m = Workflow{} } func (*Workflow) ProtoMessage() {} func (*Workflow) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{82} + return fileDescriptor_4591a7d59114d518, []int{82} } func (m *Workflow) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2363,7 +2363,7 @@ var xxx_messageInfo_Workflow proto.InternalMessageInfo func (m *WorkflowEventBinding) Reset() { *m = WorkflowEventBinding{} } func (*WorkflowEventBinding) ProtoMessage() {} func (*WorkflowEventBinding) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{83} + return fileDescriptor_4591a7d59114d518, []int{83} } func (m *WorkflowEventBinding) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2391,7 +2391,7 @@ var xxx_messageInfo_WorkflowEventBinding proto.InternalMessageInfo func (m *WorkflowEventBindingList) Reset() { *m = WorkflowEventBindingList{} } func (*WorkflowEventBindingList) ProtoMessage() {} func (*WorkflowEventBindingList) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{84} + return fileDescriptor_4591a7d59114d518, []int{84} } func (m *WorkflowEventBindingList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2419,7 +2419,7 @@ var xxx_messageInfo_WorkflowEventBindingList proto.InternalMessageInfo func (m *WorkflowEventBindingSpec) Reset() { *m = WorkflowEventBindingSpec{} } func (*WorkflowEventBindingSpec) ProtoMessage() {} func (*WorkflowEventBindingSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{85} + return fileDescriptor_4591a7d59114d518, []int{85} } func (m *WorkflowEventBindingSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2447,7 +2447,7 @@ var xxx_messageInfo_WorkflowEventBindingSpec proto.InternalMessageInfo func (m *WorkflowList) Reset() { *m = WorkflowList{} } func (*WorkflowList) ProtoMessage() {} func (*WorkflowList) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{86} + return fileDescriptor_4591a7d59114d518, []int{86} } func (m *WorkflowList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2475,7 +2475,7 @@ var xxx_messageInfo_WorkflowList proto.InternalMessageInfo func (m *WorkflowSpec) Reset() { *m = WorkflowSpec{} } func (*WorkflowSpec) ProtoMessage() {} func (*WorkflowSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{87} + return fileDescriptor_4591a7d59114d518, []int{87} } func (m *WorkflowSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2503,7 +2503,7 @@ var xxx_messageInfo_WorkflowSpec proto.InternalMessageInfo func (m *WorkflowStatus) Reset() { *m = WorkflowStatus{} } func (*WorkflowStatus) ProtoMessage() {} func (*WorkflowStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{88} + return fileDescriptor_4591a7d59114d518, []int{88} } func (m *WorkflowStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2531,7 +2531,7 @@ var xxx_messageInfo_WorkflowStatus proto.InternalMessageInfo func (m *WorkflowStep) Reset() { *m = WorkflowStep{} } func (*WorkflowStep) ProtoMessage() {} func (*WorkflowStep) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{89} + return fileDescriptor_4591a7d59114d518, []int{89} } func (m *WorkflowStep) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2559,7 +2559,7 @@ var xxx_messageInfo_WorkflowStep proto.InternalMessageInfo func (m *WorkflowTemplate) Reset() { *m = WorkflowTemplate{} } func (*WorkflowTemplate) ProtoMessage() {} func (*WorkflowTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{90} + return fileDescriptor_4591a7d59114d518, []int{90} } func (m *WorkflowTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2587,7 +2587,7 @@ var xxx_messageInfo_WorkflowTemplate proto.InternalMessageInfo func (m *WorkflowTemplateList) Reset() { *m = WorkflowTemplateList{} } func (*WorkflowTemplateList) ProtoMessage() {} func (*WorkflowTemplateList) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{91} + return fileDescriptor_4591a7d59114d518, []int{91} } func (m *WorkflowTemplateList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2615,7 +2615,7 @@ var xxx_messageInfo_WorkflowTemplateList proto.InternalMessageInfo func (m *WorkflowTemplateRef) Reset() { *m = WorkflowTemplateRef{} } func (*WorkflowTemplateRef) ProtoMessage() {} func (*WorkflowTemplateRef) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{92} + return fileDescriptor_4591a7d59114d518, []int{92} } func (m *WorkflowTemplateRef) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2643,7 +2643,7 @@ var xxx_messageInfo_WorkflowTemplateRef proto.InternalMessageInfo func (m *WorkflowTemplateSpec) Reset() { *m = WorkflowTemplateSpec{} } func (*WorkflowTemplateSpec) ProtoMessage() {} func (*WorkflowTemplateSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{93} + return fileDescriptor_4591a7d59114d518, []int{93} } func (m *WorkflowTemplateSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2671,7 +2671,7 @@ var xxx_messageInfo_WorkflowTemplateSpec proto.InternalMessageInfo func (m *ZipStrategy) Reset() { *m = ZipStrategy{} } func (*ZipStrategy) ProtoMessage() {} func (*ZipStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_f89c80cffb38c82c, []int{94} + return fileDescriptor_4591a7d59114d518, []int{94} } func (m *ZipStrategy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2697,591 +2697,591 @@ func (m *ZipStrategy) XXX_DiscardUnknown() { var xxx_messageInfo_ZipStrategy proto.InternalMessageInfo func init() { - proto.RegisterType((*Amount)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Amount") - proto.RegisterType((*ArchiveStrategy)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ArchiveStrategy") - proto.RegisterType((*Arguments)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Arguments") - proto.RegisterType((*Artifact)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Artifact") - proto.RegisterType((*ArtifactLocation)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ArtifactLocation") - proto.RegisterType((*ArtifactRepositoryRef)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ArtifactRepositoryRef") - proto.RegisterType((*ArtifactRepositoryRefStatus)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ArtifactRepositoryRefStatus") - proto.RegisterType((*ArtifactoryArtifact)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ArtifactoryArtifact") - proto.RegisterType((*ArtifactoryAuth)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ArtifactoryAuth") - proto.RegisterType((*Backoff)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Backoff") - proto.RegisterType((*Cache)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Cache") - proto.RegisterType((*ClusterWorkflowTemplate)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate") - proto.RegisterType((*ClusterWorkflowTemplateList)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplateList") - proto.RegisterType((*Condition)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Condition") - proto.RegisterType((*ContinueOn)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ContinueOn") - proto.RegisterType((*Counter)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Counter") - proto.RegisterType((*CreateS3BucketOptions)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CreateS3BucketOptions") - proto.RegisterType((*CronWorkflow)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CronWorkflow") - proto.RegisterType((*CronWorkflowList)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CronWorkflowList") - proto.RegisterType((*CronWorkflowSpec)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CronWorkflowSpec") - proto.RegisterType((*CronWorkflowStatus)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.CronWorkflowStatus") - proto.RegisterType((*DAGTask)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.DAGTask") - proto.RegisterType((*DAGTemplate)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.DAGTemplate") - proto.RegisterType((*Event)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Event") - proto.RegisterType((*ExecutorConfig)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ExecutorConfig") - proto.RegisterType((*GCSArtifact)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.GCSArtifact") - proto.RegisterType((*GCSBucket)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.GCSBucket") - proto.RegisterType((*Gauge)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Gauge") - proto.RegisterType((*GitArtifact)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.GitArtifact") - proto.RegisterType((*HDFSArtifact)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.HDFSArtifact") - proto.RegisterType((*HDFSConfig)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.HDFSConfig") - proto.RegisterType((*HDFSKrbConfig)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.HDFSKrbConfig") - proto.RegisterType((*HTTPArtifact)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.HTTPArtifact") - proto.RegisterType((*Header)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Header") - proto.RegisterType((*Histogram)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Histogram") - proto.RegisterType((*Inputs)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Inputs") - proto.RegisterType((*Item)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Item") - proto.RegisterType((*Link)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Link") - proto.RegisterType((*MemoizationStatus)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.MemoizationStatus") - proto.RegisterType((*Memoize)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Memoize") - proto.RegisterType((*Metadata)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Metadata") - proto.RegisterMapType((map[string]string)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Metadata.AnnotationsEntry") - proto.RegisterMapType((map[string]string)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Metadata.LabelsEntry") - proto.RegisterType((*MetricLabel)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.MetricLabel") - proto.RegisterType((*Metrics)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Metrics") - proto.RegisterType((*Mutex)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Mutex") - proto.RegisterType((*MutexHolding)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.MutexHolding") - proto.RegisterType((*MutexStatus)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.MutexStatus") - proto.RegisterType((*NodeStatus)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.NodeStatus") - proto.RegisterMapType((ResourcesDuration)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.NodeStatus.ResourcesDurationEntry") - proto.RegisterType((*NodeSynchronizationStatus)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.NodeSynchronizationStatus") - proto.RegisterType((*NoneStrategy)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.NoneStrategy") - proto.RegisterType((*OSSArtifact)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.OSSArtifact") - proto.RegisterType((*OSSBucket)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.OSSBucket") - proto.RegisterType((*Outputs)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Outputs") - proto.RegisterType((*ParallelSteps)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ParallelSteps") - proto.RegisterType((*Parameter)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Parameter") - proto.RegisterType((*PodGC)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.PodGC") - proto.RegisterType((*Prometheus)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Prometheus") - proto.RegisterType((*RawArtifact)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.RawArtifact") - proto.RegisterType((*ResourceTemplate)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ResourceTemplate") - proto.RegisterType((*RetryAffinity)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.RetryAffinity") - proto.RegisterType((*RetryNodeAntiAffinity)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.RetryNodeAntiAffinity") - proto.RegisterType((*RetryStrategy)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.RetryStrategy") - proto.RegisterType((*S3Artifact)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.S3Artifact") - proto.RegisterType((*S3Bucket)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.S3Bucket") - proto.RegisterType((*ScriptTemplate)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ScriptTemplate") - proto.RegisterType((*SemaphoreHolding)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.SemaphoreHolding") - proto.RegisterType((*SemaphoreRef)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.SemaphoreRef") - proto.RegisterType((*SemaphoreStatus)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.SemaphoreStatus") - proto.RegisterType((*Sequence)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Sequence") - proto.RegisterType((*Submit)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Submit") - proto.RegisterType((*SubmitOpts)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.SubmitOpts") - proto.RegisterType((*SuppliedValueFrom)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.SuppliedValueFrom") - proto.RegisterType((*SuspendTemplate)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.SuspendTemplate") - proto.RegisterType((*Synchronization)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Synchronization") - proto.RegisterType((*SynchronizationStatus)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.SynchronizationStatus") - proto.RegisterType((*TTLStrategy)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.TTLStrategy") - proto.RegisterType((*TarStrategy)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.TarStrategy") - proto.RegisterType((*Template)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Template") - proto.RegisterMapType((map[string]string)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Template.NodeSelectorEntry") - proto.RegisterType((*TemplateRef)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.TemplateRef") - proto.RegisterType((*UserContainer)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.UserContainer") - proto.RegisterType((*ValueFrom)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ValueFrom") - proto.RegisterType((*Version)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Version") - proto.RegisterType((*VolumeClaimGC)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.VolumeClaimGC") - proto.RegisterType((*Workflow)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.Workflow") - proto.RegisterType((*WorkflowEventBinding)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowEventBinding") - proto.RegisterType((*WorkflowEventBindingList)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowEventBindingList") - proto.RegisterType((*WorkflowEventBindingSpec)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowEventBindingSpec") - proto.RegisterType((*WorkflowList)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowList") - proto.RegisterType((*WorkflowSpec)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowSpec") - proto.RegisterMapType((map[string]string)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowSpec.NodeSelectorEntry") - proto.RegisterType((*WorkflowStatus)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowStatus") - proto.RegisterMapType((Nodes)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowStatus.NodesEntry") - proto.RegisterMapType((ResourcesDuration)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowStatus.ResourcesDurationEntry") - proto.RegisterMapType((map[string]Template)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowStatus.StoredTemplatesEntry") - proto.RegisterType((*WorkflowStep)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowStep") - proto.RegisterType((*WorkflowTemplate)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowTemplate") - proto.RegisterType((*WorkflowTemplateList)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowTemplateList") - proto.RegisterType((*WorkflowTemplateRef)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowTemplateRef") - proto.RegisterType((*WorkflowTemplateSpec)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.WorkflowTemplateSpec") - proto.RegisterType((*ZipStrategy)(nil), "github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1.ZipStrategy") + proto.RegisterType((*Amount)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Amount") + proto.RegisterType((*ArchiveStrategy)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ArchiveStrategy") + proto.RegisterType((*Arguments)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Arguments") + proto.RegisterType((*Artifact)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Artifact") + proto.RegisterType((*ArtifactLocation)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ArtifactLocation") + proto.RegisterType((*ArtifactRepositoryRef)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ArtifactRepositoryRef") + proto.RegisterType((*ArtifactRepositoryRefStatus)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ArtifactRepositoryRefStatus") + proto.RegisterType((*ArtifactoryArtifact)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ArtifactoryArtifact") + proto.RegisterType((*ArtifactoryAuth)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ArtifactoryAuth") + proto.RegisterType((*Backoff)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Backoff") + proto.RegisterType((*Cache)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Cache") + proto.RegisterType((*ClusterWorkflowTemplate)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplate") + proto.RegisterType((*ClusterWorkflowTemplateList)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ClusterWorkflowTemplateList") + proto.RegisterType((*Condition)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Condition") + proto.RegisterType((*ContinueOn)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ContinueOn") + proto.RegisterType((*Counter)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Counter") + proto.RegisterType((*CreateS3BucketOptions)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CreateS3BucketOptions") + proto.RegisterType((*CronWorkflow)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CronWorkflow") + proto.RegisterType((*CronWorkflowList)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CronWorkflowList") + proto.RegisterType((*CronWorkflowSpec)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CronWorkflowSpec") + proto.RegisterType((*CronWorkflowStatus)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.CronWorkflowStatus") + proto.RegisterType((*DAGTask)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.DAGTask") + proto.RegisterType((*DAGTemplate)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.DAGTemplate") + proto.RegisterType((*Event)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Event") + proto.RegisterType((*ExecutorConfig)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ExecutorConfig") + proto.RegisterType((*GCSArtifact)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.GCSArtifact") + proto.RegisterType((*GCSBucket)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.GCSBucket") + proto.RegisterType((*Gauge)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Gauge") + proto.RegisterType((*GitArtifact)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.GitArtifact") + proto.RegisterType((*HDFSArtifact)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.HDFSArtifact") + proto.RegisterType((*HDFSConfig)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.HDFSConfig") + proto.RegisterType((*HDFSKrbConfig)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.HDFSKrbConfig") + proto.RegisterType((*HTTPArtifact)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.HTTPArtifact") + proto.RegisterType((*Header)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Header") + proto.RegisterType((*Histogram)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Histogram") + proto.RegisterType((*Inputs)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Inputs") + proto.RegisterType((*Item)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Item") + proto.RegisterType((*Link)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Link") + proto.RegisterType((*MemoizationStatus)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.MemoizationStatus") + proto.RegisterType((*Memoize)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Memoize") + proto.RegisterType((*Metadata)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Metadata") + proto.RegisterMapType((map[string]string)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Metadata.AnnotationsEntry") + proto.RegisterMapType((map[string]string)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Metadata.LabelsEntry") + proto.RegisterType((*MetricLabel)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.MetricLabel") + proto.RegisterType((*Metrics)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Metrics") + proto.RegisterType((*Mutex)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Mutex") + proto.RegisterType((*MutexHolding)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.MutexHolding") + proto.RegisterType((*MutexStatus)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.MutexStatus") + proto.RegisterType((*NodeStatus)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.NodeStatus") + proto.RegisterMapType((ResourcesDuration)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.NodeStatus.ResourcesDurationEntry") + proto.RegisterType((*NodeSynchronizationStatus)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.NodeSynchronizationStatus") + proto.RegisterType((*NoneStrategy)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.NoneStrategy") + proto.RegisterType((*OSSArtifact)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.OSSArtifact") + proto.RegisterType((*OSSBucket)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.OSSBucket") + proto.RegisterType((*Outputs)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Outputs") + proto.RegisterType((*ParallelSteps)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ParallelSteps") + proto.RegisterType((*Parameter)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Parameter") + proto.RegisterType((*PodGC)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.PodGC") + proto.RegisterType((*Prometheus)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Prometheus") + proto.RegisterType((*RawArtifact)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.RawArtifact") + proto.RegisterType((*ResourceTemplate)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ResourceTemplate") + proto.RegisterType((*RetryAffinity)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.RetryAffinity") + proto.RegisterType((*RetryNodeAntiAffinity)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.RetryNodeAntiAffinity") + proto.RegisterType((*RetryStrategy)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.RetryStrategy") + proto.RegisterType((*S3Artifact)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.S3Artifact") + proto.RegisterType((*S3Bucket)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.S3Bucket") + proto.RegisterType((*ScriptTemplate)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ScriptTemplate") + proto.RegisterType((*SemaphoreHolding)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.SemaphoreHolding") + proto.RegisterType((*SemaphoreRef)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.SemaphoreRef") + proto.RegisterType((*SemaphoreStatus)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.SemaphoreStatus") + proto.RegisterType((*Sequence)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Sequence") + proto.RegisterType((*Submit)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Submit") + proto.RegisterType((*SubmitOpts)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.SubmitOpts") + proto.RegisterType((*SuppliedValueFrom)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.SuppliedValueFrom") + proto.RegisterType((*SuspendTemplate)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.SuspendTemplate") + proto.RegisterType((*Synchronization)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Synchronization") + proto.RegisterType((*SynchronizationStatus)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.SynchronizationStatus") + proto.RegisterType((*TTLStrategy)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.TTLStrategy") + proto.RegisterType((*TarStrategy)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.TarStrategy") + proto.RegisterType((*Template)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Template") + proto.RegisterMapType((map[string]string)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Template.NodeSelectorEntry") + proto.RegisterType((*TemplateRef)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.TemplateRef") + proto.RegisterType((*UserContainer)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.UserContainer") + proto.RegisterType((*ValueFrom)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ValueFrom") + proto.RegisterType((*Version)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Version") + proto.RegisterType((*VolumeClaimGC)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.VolumeClaimGC") + proto.RegisterType((*Workflow)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.Workflow") + proto.RegisterType((*WorkflowEventBinding)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowEventBinding") + proto.RegisterType((*WorkflowEventBindingList)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowEventBindingList") + proto.RegisterType((*WorkflowEventBindingSpec)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowEventBindingSpec") + proto.RegisterType((*WorkflowList)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowList") + proto.RegisterType((*WorkflowSpec)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowSpec") + proto.RegisterMapType((map[string]string)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowSpec.NodeSelectorEntry") + proto.RegisterType((*WorkflowStatus)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowStatus") + proto.RegisterMapType((Nodes)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowStatus.NodesEntry") + proto.RegisterMapType((ResourcesDuration)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowStatus.ResourcesDurationEntry") + proto.RegisterMapType((map[string]Template)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowStatus.StoredTemplatesEntry") + proto.RegisterType((*WorkflowStep)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowStep") + proto.RegisterType((*WorkflowTemplate)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowTemplate") + proto.RegisterType((*WorkflowTemplateList)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowTemplateList") + proto.RegisterType((*WorkflowTemplateRef)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowTemplateRef") + proto.RegisterType((*WorkflowTemplateSpec)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.WorkflowTemplateSpec") + proto.RegisterType((*ZipStrategy)(nil), "github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1.ZipStrategy") } func init() { - proto.RegisterFile("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1/generated.proto", fileDescriptor_f89c80cffb38c82c) -} - -var fileDescriptor_f89c80cffb38c82c = []byte{ - // 7573 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x5d, 0x6c, 0x23, 0xd7, - 0x75, 0xb0, 0x29, 0x89, 0x12, 0x79, 0x28, 0xad, 0xa4, 0xbb, 0x7f, 0xb4, 0x76, 0xbd, 0xda, 0x8c, - 0x63, 0xc3, 0xfb, 0x7d, 0x8e, 0x14, 0xaf, 0xed, 0x7c, 0xfe, 0x3e, 0x7f, 0xb1, 0x2d, 0xea, 0x77, - 0xbd, 0xfa, 0xf3, 0xa1, 0x76, 0xdd, 0x38, 0xee, 0xa2, 0x23, 0xf2, 0x8a, 0x9c, 0x15, 0x39, 0xc3, - 0x9d, 0x19, 0x6a, 0x2d, 0x37, 0x49, 0x53, 0xa3, 0x69, 0x83, 0x20, 0x4d, 0x02, 0x14, 0x28, 0xd2, - 0xa6, 0x28, 0xd2, 0xa2, 0x45, 0xfa, 0xd0, 0x02, 0xed, 0x43, 0x1f, 0xfa, 0x18, 0x20, 0x01, 0x92, - 0x87, 0x02, 0x01, 0xf2, 0xd0, 0x00, 0x2d, 0x94, 0x44, 0xc9, 0x4b, 0x91, 0xa0, 0x45, 0x52, 0x14, - 0x01, 0xb6, 0x05, 0x5a, 0xdc, 0xdf, 0xb9, 0x33, 0x1c, 0xee, 0x4a, 0xa4, 0x76, 0x1b, 0x20, 0x79, - 0xe3, 0x9c, 0x73, 0xee, 0x39, 0xf7, 0xff, 0x9e, 0xbf, 0x7b, 0x09, 0x4b, 0x35, 0x27, 0xac, 0xb7, - 0xb7, 0x67, 0x2a, 0x5e, 0x73, 0xd6, 0xf6, 0x6b, 0x5e, 0xcb, 0xf7, 0x6e, 0xf3, 0x1f, 0xb3, 0x7b, - 0x57, 0x67, 0x5b, 0xbb, 0xb5, 0x59, 0xbb, 0xe5, 0x04, 0xb3, 0x77, 0x3d, 0x7f, 0x77, 0xa7, 0xe1, - 0xdd, 0x9d, 0xdd, 0x7b, 0xce, 0x6e, 0xb4, 0xea, 0xf6, 0x73, 0xb3, 0x35, 0xea, 0x52, 0xdf, 0x0e, - 0x69, 0x75, 0xa6, 0xe5, 0x7b, 0xa1, 0x47, 0x3e, 0x14, 0xf1, 0x99, 0x51, 0x7c, 0xf8, 0x8f, 0x99, - 0xbd, 0xab, 0x33, 0xad, 0xdd, 0xda, 0x0c, 0xe3, 0x33, 0xa3, 0xf8, 0xcc, 0x28, 0x3e, 0x53, 0x1f, - 0x30, 0xe4, 0xd7, 0xbc, 0x9a, 0x37, 0xcb, 0xd9, 0x6d, 0xb7, 0x77, 0xf8, 0x17, 0xff, 0xe0, 0xbf, - 0x84, 0x98, 0x29, 0x6b, 0xf7, 0xa5, 0x60, 0xc6, 0xf1, 0x58, 0xad, 0x66, 0x2b, 0x9e, 0x4f, 0x67, - 0xf7, 0x3a, 0xaa, 0x32, 0x75, 0xc5, 0xa0, 0x69, 0x79, 0x0d, 0xa7, 0xb2, 0x3f, 0xbb, 0xf7, 0xdc, - 0x36, 0x0d, 0x3b, 0x6b, 0x3d, 0xf5, 0x42, 0x44, 0xda, 0xb4, 0x2b, 0x75, 0xc7, 0xa5, 0xfe, 0x7e, - 0xd4, 0xea, 0x26, 0x0d, 0xed, 0x34, 0x01, 0xb3, 0xdd, 0x4a, 0xf9, 0x6d, 0x37, 0x74, 0x9a, 0xb4, - 0xa3, 0xc0, 0x87, 0x1e, 0x54, 0x20, 0xa8, 0xd4, 0x69, 0xd3, 0xee, 0x28, 0xf7, 0x7c, 0xb7, 0x72, - 0xed, 0xd0, 0x69, 0xcc, 0x3a, 0x6e, 0x18, 0x84, 0x7e, 0xb2, 0x90, 0xb5, 0x08, 0xc3, 0x73, 0x4d, - 0xaf, 0xed, 0x86, 0xe4, 0x65, 0xc8, 0xee, 0xd9, 0x8d, 0x36, 0x2d, 0x66, 0x2e, 0x67, 0x9e, 0xc9, - 0x97, 0x9e, 0xfa, 0xc6, 0xc1, 0xf4, 0x63, 0x87, 0x07, 0xd3, 0xd9, 0x9b, 0x0c, 0x78, 0xef, 0x60, - 0xfa, 0x0c, 0x75, 0x2b, 0x5e, 0xd5, 0x71, 0x6b, 0xb3, 0xb7, 0x03, 0xcf, 0x9d, 0x59, 0x6f, 0x37, - 0xb7, 0xa9, 0x8f, 0xa2, 0x8c, 0xf5, 0xb7, 0x03, 0x30, 0x3e, 0xe7, 0x57, 0xea, 0xce, 0x1e, 0x2d, - 0x87, 0x8c, 0x7f, 0x6d, 0x9f, 0xdc, 0x82, 0xc1, 0xd0, 0xf6, 0x39, 0xbb, 0xc2, 0xd5, 0xf9, 0x99, - 0xde, 0x86, 0x7c, 0x66, 0xcb, 0xf6, 0x15, 0xc7, 0xd2, 0xc8, 0xe1, 0xc1, 0xf4, 0xe0, 0x96, 0xed, - 0x23, 0x63, 0x4c, 0xb6, 0x61, 0xc8, 0xf5, 0x5c, 0x5a, 0x1c, 0xe0, 0x02, 0x16, 0x7a, 0x15, 0xb0, - 0xee, 0xb9, 0xba, 0xce, 0xa5, 0xdc, 0xe1, 0xc1, 0xf4, 0x10, 0x83, 0x20, 0xe7, 0xcd, 0xda, 0xf0, - 0xae, 0xd3, 0x2a, 0x0e, 0xf6, 0xd7, 0x86, 0xb7, 0x9c, 0x56, 0xbc, 0x0d, 0x6f, 0x39, 0x2d, 0x64, - 0x8c, 0xad, 0x7f, 0xcf, 0x40, 0x7e, 0xce, 0xaf, 0xb5, 0x9b, 0xd4, 0x0d, 0x03, 0xd2, 0x06, 0x68, - 0xd9, 0xbe, 0xdd, 0xa4, 0x21, 0xf5, 0x83, 0x62, 0xe6, 0xf2, 0xe0, 0x33, 0x85, 0xab, 0x73, 0xbd, - 0x0a, 0xdd, 0x54, 0x9c, 0x4a, 0x44, 0x0e, 0x25, 0x68, 0x50, 0x80, 0x86, 0x20, 0x72, 0x07, 0xf2, - 0xb6, 0x1f, 0x3a, 0x3b, 0x76, 0x25, 0x0c, 0x8a, 0x03, 0x5c, 0xea, 0x6b, 0xbd, 0x4a, 0x9d, 0x93, - 0x8c, 0x4a, 0x93, 0x52, 0x68, 0x5e, 0x41, 0x02, 0x8c, 0xa4, 0x58, 0xdf, 0x1e, 0x82, 0x9c, 0x42, - 0x90, 0xcb, 0x30, 0xe4, 0xda, 0x4d, 0x35, 0xf1, 0x46, 0x65, 0xc1, 0xa1, 0x75, 0xbb, 0xc9, 0x86, - 0xc1, 0x6e, 0x52, 0x46, 0xd1, 0xb2, 0xc3, 0x3a, 0x1f, 0x6a, 0x83, 0x62, 0xd3, 0x0e, 0xeb, 0xc8, - 0x31, 0xe4, 0x22, 0x0c, 0x35, 0xbd, 0x2a, 0xe5, 0x23, 0x95, 0x15, 0xc3, 0xb8, 0xe6, 0x55, 0x29, - 0x72, 0x28, 0x2b, 0xbf, 0xe3, 0x7b, 0xcd, 0xe2, 0x50, 0xbc, 0xfc, 0x92, 0xef, 0x35, 0x91, 0x63, - 0xc8, 0xe7, 0x32, 0x30, 0xa1, 0xaa, 0xb7, 0xea, 0x55, 0xec, 0xd0, 0xf1, 0xdc, 0x62, 0x96, 0x0f, - 0xfb, 0x4a, 0xbf, 0x7d, 0xa1, 0xf8, 0x95, 0x8a, 0x52, 0xf0, 0x44, 0x12, 0x83, 0x1d, 0xb2, 0xc9, - 0x55, 0x80, 0x5a, 0xc3, 0xdb, 0xb6, 0x1b, 0xac, 0x1b, 0x8a, 0xc3, 0xbc, 0xe2, 0x7a, 0x20, 0x97, - 0x35, 0x06, 0x0d, 0x2a, 0xe2, 0xc2, 0x88, 0x2d, 0x16, 0x61, 0x71, 0x84, 0x57, 0x7d, 0xb9, 0xf7, - 0xaa, 0xc7, 0xd6, 0x72, 0xa9, 0x70, 0x78, 0x30, 0x3d, 0x22, 0x81, 0xa8, 0x84, 0x90, 0x67, 0x21, - 0xe7, 0xb5, 0x58, 0x6d, 0xed, 0x46, 0x31, 0x77, 0x39, 0xf3, 0x4c, 0xae, 0x34, 0x21, 0x6b, 0x98, - 0xdb, 0x90, 0x70, 0xd4, 0x14, 0xe4, 0x0a, 0x8c, 0x04, 0xed, 0x6d, 0x36, 0x66, 0xc5, 0x3c, 0x6f, - 0xce, 0xb8, 0x24, 0x1e, 0x29, 0x0b, 0x30, 0x2a, 0x3c, 0x79, 0x11, 0x0a, 0x3e, 0xad, 0xb4, 0xfd, - 0x80, 0xb2, 0x41, 0x2c, 0x02, 0xe7, 0x7d, 0x5a, 0x92, 0x17, 0x30, 0x42, 0xa1, 0x49, 0x67, 0xfd, - 0xf3, 0x30, 0x74, 0x74, 0x2d, 0x79, 0x0e, 0x0a, 0xb2, 0xbe, 0xab, 0x5e, 0x2d, 0xe0, 0x93, 0x2c, - 0x57, 0x1a, 0x67, 0x7c, 0xe6, 0x22, 0x30, 0x9a, 0x34, 0xe4, 0x2d, 0x18, 0x08, 0x9e, 0x97, 0xfb, - 0x4a, 0xa9, 0xd7, 0x2e, 0x2c, 0x3f, 0xaf, 0xd7, 0xc2, 0xf0, 0xe1, 0xc1, 0xf4, 0x40, 0xf9, 0x79, - 0x1c, 0x08, 0x9e, 0x67, 0x3b, 0x4a, 0xcd, 0x09, 0xfb, 0xdd, 0x51, 0x96, 0x9d, 0x50, 0x73, 0xe7, - 0x3b, 0xca, 0xb2, 0x13, 0x22, 0x63, 0xcc, 0x76, 0xc5, 0x7a, 0x18, 0xb6, 0xf8, 0x54, 0xef, 0x63, - 0x57, 0x5c, 0xd9, 0xda, 0xda, 0xd4, 0x12, 0xf8, 0x72, 0x62, 0x10, 0xe4, 0xbc, 0xc9, 0x27, 0x58, - 0x97, 0x0a, 0x9c, 0xe7, 0xef, 0xcb, 0x65, 0x72, 0xbd, 0xdf, 0x65, 0xe2, 0xf9, 0xfb, 0x5a, 0xa2, - 0x1c, 0x1f, 0x8d, 0x40, 0x53, 0x20, 0x6f, 0x63, 0x75, 0x27, 0xe0, 0xab, 0xa2, 0x9f, 0x36, 0x2e, - 0x2c, 0x95, 0x13, 0x6d, 0x5c, 0x58, 0x2a, 0x23, 0xe7, 0xcd, 0xc6, 0xc9, 0xb7, 0xef, 0xca, 0x75, - 0xd4, 0xf3, 0x38, 0xa1, 0x7d, 0x37, 0x3e, 0x4e, 0x68, 0xdf, 0x45, 0xc6, 0x98, 0xf1, 0xf7, 0x82, - 0x80, 0x2f, 0x9b, 0x3e, 0xf8, 0x6f, 0x94, 0xcb, 0x71, 0xfe, 0x1b, 0xe5, 0x32, 0x32, 0xc6, 0x7c, - 0x9e, 0x55, 0x02, 0xbe, 0xd2, 0xfa, 0x99, 0x67, 0xf3, 0x09, 0xfe, 0xcb, 0xf3, 0x65, 0x64, 0x8c, - 0xad, 0x3b, 0x70, 0x56, 0x61, 0x90, 0xb6, 0xbc, 0xc0, 0xe1, 0xc3, 0x44, 0x77, 0xc8, 0x2c, 0xe4, - 0x2b, 0x9e, 0xbb, 0xe3, 0xd4, 0xd6, 0xec, 0x96, 0xdc, 0xd2, 0xf5, 0x59, 0x30, 0xaf, 0x10, 0x18, - 0xd1, 0x90, 0x27, 0x60, 0x70, 0x97, 0xee, 0xcb, 0xbd, 0xbd, 0x20, 0x49, 0x07, 0xaf, 0xd3, 0x7d, - 0x64, 0xf0, 0xff, 0x97, 0xfb, 0xe2, 0x97, 0xa7, 0x1f, 0xfb, 0xe4, 0x3f, 0x5d, 0x7e, 0xcc, 0xfa, - 0x8b, 0x01, 0xb8, 0x90, 0x2a, 0xb3, 0x1c, 0xda, 0x61, 0x3b, 0x20, 0x7f, 0x9a, 0x81, 0xb3, 0x76, - 0x1a, 0x5e, 0xea, 0x20, 0x6b, 0xfd, 0xce, 0xd0, 0x18, 0xd3, 0xd2, 0x13, 0xb2, 0xaa, 0xe9, 0xfd, - 0x80, 0xe9, 0x55, 0x61, 0xdd, 0xc3, 0x8e, 0xb4, 0xa0, 0x65, 0x57, 0xa8, 0x6c, 0xb3, 0xee, 0x9e, - 0x75, 0x85, 0xc0, 0x88, 0x86, 0x6d, 0x9b, 0x55, 0xba, 0x63, 0xb7, 0x1b, 0x62, 0xd3, 0xc8, 0x45, - 0xdb, 0xe6, 0x82, 0x00, 0xa3, 0xc2, 0x1b, 0x5d, 0xf5, 0xd5, 0x0c, 0x9c, 0x4e, 0x59, 0x57, 0xac, - 0xaf, 0xdb, 0x7e, 0x43, 0x0e, 0x8b, 0xee, 0xeb, 0x1b, 0xb8, 0x8a, 0x0c, 0x4e, 0x3e, 0x93, 0x81, - 0x71, 0x63, 0xa1, 0xcd, 0xb5, 0xe5, 0x99, 0xdb, 0xd7, 0x49, 0x12, 0x63, 0x57, 0x3a, 0x2f, 0x85, - 0x8e, 0x27, 0x10, 0x98, 0x14, 0x6c, 0xfd, 0x43, 0x06, 0x92, 0x44, 0xc4, 0x86, 0x53, 0xed, 0x80, - 0xfa, 0xac, 0x77, 0xca, 0xb4, 0xe2, 0xd3, 0x50, 0x0e, 0xed, 0x53, 0x33, 0x42, 0xf9, 0x65, 0xb5, - 0x98, 0x61, 0xaa, 0xfe, 0xcc, 0xde, 0x73, 0x33, 0x82, 0xe2, 0x3a, 0xdd, 0x2f, 0xd3, 0x06, 0x65, - 0x3c, 0x4a, 0xe4, 0xf0, 0x60, 0xfa, 0xd4, 0x8d, 0x18, 0x03, 0x4c, 0x30, 0x64, 0x22, 0x5a, 0x76, - 0x10, 0xdc, 0xf5, 0xfc, 0xaa, 0x14, 0x31, 0x70, 0x6c, 0x11, 0x9b, 0x31, 0x06, 0x98, 0x60, 0x68, - 0x7d, 0x2d, 0x03, 0x23, 0x25, 0xbb, 0xb2, 0xeb, 0xed, 0xec, 0xb0, 0x33, 0xb4, 0xda, 0xf6, 0x85, - 0xbe, 0x21, 0x86, 0x45, 0x9f, 0xa1, 0x0b, 0x12, 0x8e, 0x9a, 0x82, 0x6c, 0xc1, 0xb0, 0xe8, 0x0e, - 0x59, 0xa9, 0x0f, 0x1a, 0x95, 0xd2, 0x4a, 0x3f, 0x1f, 0x0e, 0xa6, 0xf4, 0xcf, 0x08, 0xa5, 0x7f, - 0xe6, 0x9a, 0x1b, 0x6e, 0x30, 0x2d, 0xda, 0x71, 0x6b, 0x25, 0x38, 0x3c, 0x98, 0x1e, 0x5e, 0xe2, - 0x3c, 0x50, 0xf2, 0x62, 0xc7, 0x6d, 0xd3, 0x7e, 0x47, 0x89, 0xe3, 0xd3, 0x2c, 0x1f, 0x1d, 0xb7, - 0x6b, 0x11, 0x0a, 0x4d, 0x3a, 0xeb, 0x16, 0x64, 0xe7, 0xed, 0x4a, 0x9d, 0x92, 0x1b, 0xc9, 0x25, - 0x5f, 0xb8, 0xfa, 0x4c, 0x5a, 0x6f, 0xe9, 0xe5, 0x6f, 0x76, 0xd8, 0x58, 0xb7, 0x8d, 0xc1, 0xfa, - 0x51, 0x06, 0xce, 0xcf, 0x37, 0xda, 0x41, 0x48, 0xfd, 0x37, 0xe5, 0xbc, 0xda, 0xa2, 0xcd, 0x56, - 0xc3, 0x0e, 0x29, 0xf9, 0x35, 0xc8, 0x31, 0x83, 0xab, 0x6a, 0x87, 0xb6, 0x94, 0xd8, 0xbd, 0x2b, - 0xf8, 0xcc, 0x64, 0xd4, 0xac, 0x0e, 0x1b, 0xdb, 0xb7, 0x69, 0x25, 0x5c, 0xa3, 0xa1, 0x1d, 0xa9, - 0x53, 0x11, 0x0c, 0x35, 0x57, 0xe2, 0xc2, 0x50, 0xd0, 0xa2, 0x15, 0xd9, 0xd1, 0xab, 0xbd, 0xce, - 0xff, 0x64, 0xcd, 0xcb, 0x2d, 0x5a, 0x89, 0x34, 0x50, 0xf6, 0x85, 0x5c, 0x8e, 0xf5, 0x93, 0x0c, - 0x5c, 0xe8, 0xd2, 0xda, 0x55, 0x27, 0x08, 0xc9, 0xdb, 0x1d, 0x2d, 0x9e, 0x39, 0x5a, 0x8b, 0x59, - 0x69, 0xde, 0x5e, 0x3d, 0xb1, 0x14, 0xc4, 0x68, 0x6d, 0x08, 0x59, 0x27, 0xa4, 0x4d, 0xa5, 0xff, - 0x6f, 0xf4, 0xda, 0xdc, 0x2e, 0x2d, 0x28, 0x8d, 0x29, 0x73, 0xf2, 0x1a, 0x93, 0x82, 0x42, 0x98, - 0xf5, 0xcd, 0x0c, 0xb0, 0xa1, 0xaf, 0x3a, 0x52, 0x53, 0x1b, 0x0a, 0xf7, 0x5b, 0xca, 0x0e, 0x50, - 0xdb, 0xeb, 0xd0, 0xd6, 0x7e, 0x8b, 0xd9, 0x9f, 0x63, 0x9a, 0x90, 0x01, 0x90, 0x93, 0x92, 0x5b, - 0x30, 0x1c, 0xf0, 0xcd, 0x5f, 0x6e, 0xa5, 0x4b, 0xb2, 0xd0, 0xb0, 0x38, 0x12, 0xee, 0x1d, 0x4c, - 0x1f, 0xc9, 0x68, 0x9f, 0xd1, 0xbc, 0x45, 0x39, 0x94, 0x5c, 0xd9, 0xe6, 0xdb, 0xa4, 0x41, 0x60, - 0xd7, 0xa8, 0x5c, 0x15, 0x7a, 0xf3, 0x5d, 0x13, 0x60, 0x54, 0x78, 0xeb, 0x23, 0x00, 0xf3, 0x9e, - 0x1b, 0x3a, 0x6e, 0x9b, 0x6e, 0xb8, 0xe4, 0x49, 0xc8, 0x52, 0xdf, 0xf7, 0x7c, 0xa9, 0x6f, 0xea, - 0xe6, 0x2f, 0x32, 0x20, 0x0a, 0x1c, 0x79, 0x9a, 0xad, 0x66, 0xa7, 0x41, 0xab, 0xbc, 0xf6, 0xb9, - 0xd2, 0x29, 0x55, 0xfb, 0x25, 0x0e, 0x45, 0x89, 0xb5, 0x66, 0x60, 0x64, 0x9e, 0xd9, 0xe8, 0xd4, - 0x67, 0x7c, 0x4d, 0x2b, 0x7d, 0x2c, 0x66, 0xa5, 0x2b, 0x6b, 0x7c, 0x0b, 0xce, 0xce, 0xfb, 0x94, - 0x4d, 0xb6, 0xe7, 0x4b, 0xed, 0xca, 0x2e, 0x0d, 0x85, 0x36, 0x1e, 0x90, 0x97, 0x61, 0xcc, 0xe3, - 0x73, 0x7d, 0xd5, 0xab, 0xec, 0x3a, 0x6e, 0x4d, 0x9e, 0x28, 0x67, 0x25, 0x97, 0xb1, 0x0d, 0x13, - 0x89, 0x71, 0x5a, 0xeb, 0x5b, 0x03, 0x30, 0x3a, 0xef, 0x7b, 0xae, 0x1a, 0xdb, 0x47, 0xb0, 0x06, - 0x6f, 0xc7, 0xd6, 0x60, 0xcf, 0x86, 0x98, 0x59, 0xeb, 0x6e, 0xeb, 0x8f, 0xf8, 0x7a, 0x2a, 0x09, - 0xdd, 0xfc, 0xf5, 0x13, 0x91, 0xc6, 0x39, 0x46, 0x03, 0x1b, 0x9f, 0x5e, 0xd6, 0x3f, 0x66, 0x60, - 0xc2, 0x24, 0x7f, 0x04, 0x0b, 0xdd, 0x89, 0x2f, 0xf4, 0x85, 0x93, 0x68, 0x65, 0x97, 0xd5, 0xfd, - 0x5f, 0xd9, 0x78, 0xeb, 0x58, 0x67, 0x33, 0x43, 0x7b, 0xf4, 0xae, 0x01, 0x90, 0x4d, 0x5c, 0xe8, - 0x77, 0x7f, 0xe5, 0xe3, 0xfa, 0x7e, 0x59, 0x8f, 0x51, 0x13, 0x7a, 0x2f, 0xf1, 0x8d, 0x31, 0xf9, - 0xec, 0x00, 0x0e, 0x2a, 0x75, 0x5a, 0x6d, 0x37, 0x94, 0x3e, 0xa6, 0xbb, 0xaf, 0x2c, 0xe1, 0xa8, - 0x29, 0xc8, 0xdb, 0x30, 0x59, 0xf1, 0xdc, 0x4a, 0xdb, 0xf7, 0xa9, 0x5b, 0xd9, 0xdf, 0xe4, 0x0e, - 0x43, 0xb9, 0x35, 0xcc, 0xc8, 0x62, 0x93, 0xf3, 0x49, 0x82, 0x7b, 0x69, 0x40, 0xec, 0x64, 0x24, - 0x4c, 0xe4, 0xa0, 0x45, 0xdd, 0x2a, 0xb7, 0xdf, 0x72, 0xa6, 0x89, 0xcc, 0xc1, 0xa8, 0xf0, 0xe4, - 0x06, 0x9c, 0x0f, 0x42, 0xa6, 0x32, 0xb9, 0xb5, 0x05, 0x6a, 0x57, 0x1b, 0x8e, 0xcb, 0x14, 0x18, - 0xcf, 0xad, 0x06, 0xdc, 0x1e, 0x1b, 0x2c, 0x5d, 0x38, 0x3c, 0x98, 0x3e, 0x5f, 0x4e, 0x27, 0xc1, - 0x6e, 0x65, 0xc9, 0x2d, 0x98, 0x0a, 0xda, 0x95, 0x0a, 0x0d, 0x82, 0x9d, 0x76, 0xe3, 0x75, 0x6f, - 0x3b, 0x58, 0x71, 0x02, 0xa6, 0x7d, 0xad, 0x3a, 0x4d, 0x27, 0xe4, 0x06, 0x57, 0xb6, 0x74, 0xe9, - 0xf0, 0x60, 0x7a, 0xaa, 0xdc, 0x95, 0x0a, 0xef, 0xc3, 0x81, 0x20, 0x9c, 0x13, 0x9b, 0x5a, 0x07, - 0xef, 0x11, 0xce, 0x7b, 0xea, 0xf0, 0x60, 0xfa, 0xdc, 0x52, 0x2a, 0x05, 0x76, 0x29, 0xc9, 0x46, - 0x30, 0x74, 0x9a, 0xf4, 0x5d, 0xcf, 0xa5, 0xdc, 0x9e, 0x32, 0x46, 0x70, 0x4b, 0xc2, 0x51, 0x53, - 0x90, 0xdb, 0xd1, 0xfc, 0x63, 0x4b, 0x43, 0x5a, 0x48, 0xc7, 0xdf, 0xb9, 0xce, 0x1c, 0x1e, 0x4c, - 0x4f, 0xbc, 0x69, 0x70, 0x62, 0xcb, 0x0b, 0x63, 0xbc, 0xad, 0x6f, 0x0e, 0x00, 0xe9, 0xdc, 0x0e, - 0xc8, 0x75, 0x18, 0xb6, 0x2b, 0xa1, 0xb3, 0x47, 0xa5, 0x8f, 0xef, 0xc9, 0x34, 0x65, 0x49, 0x88, - 0x42, 0xba, 0x43, 0xd9, 0x0c, 0xa1, 0xd1, 0x1e, 0x32, 0xc7, 0x8b, 0xa2, 0x64, 0x41, 0x3c, 0x98, - 0x6c, 0xd8, 0x41, 0xa8, 0xe6, 0x6a, 0x95, 0x35, 0x59, 0x6e, 0x98, 0xff, 0xeb, 0x68, 0x8d, 0x62, - 0x25, 0x4a, 0x67, 0xd9, 0xcc, 0x5d, 0x4d, 0x32, 0xc2, 0x4e, 0xde, 0xa4, 0x0d, 0x50, 0x51, 0xc7, - 0x25, 0xdb, 0x2c, 0xfb, 0xf2, 0x52, 0xea, 0x83, 0x37, 0x3a, 0x09, 0x34, 0x28, 0x40, 0x43, 0x90, - 0xf5, 0x9f, 0xc3, 0x30, 0xb2, 0x30, 0xb7, 0xbc, 0x65, 0x07, 0xbb, 0x47, 0xf0, 0x18, 0xb2, 0x39, - 0x21, 0x75, 0x8f, 0xe4, 0xaa, 0x56, 0x3a, 0x09, 0x6a, 0x0a, 0xe2, 0x43, 0xde, 0x56, 0x5e, 0x58, - 0xb9, 0xfd, 0xcf, 0xf5, 0x6e, 0xf0, 0x48, 0x46, 0xa6, 0x0b, 0x54, 0x82, 0x30, 0x12, 0x43, 0xf6, - 0xa0, 0xa0, 0xe4, 0x33, 0x13, 0x75, 0xa8, 0x4f, 0x37, 0x79, 0xc4, 0x4a, 0x38, 0x4f, 0x0c, 0x00, - 0x9a, 0x82, 0xc8, 0x0b, 0x30, 0x5a, 0xa5, 0x6c, 0x0b, 0xa1, 0x6e, 0xc5, 0xa1, 0x6c, 0xb7, 0x18, - 0x64, 0xbd, 0xc3, 0x76, 0xcd, 0x05, 0x03, 0x8e, 0x31, 0x2a, 0xd2, 0x84, 0xfc, 0x5d, 0x27, 0xac, - 0xf3, 0xfd, 0xbd, 0x38, 0xcc, 0xc7, 0xfc, 0xff, 0xf7, 0x5a, 0x57, 0xc6, 0x24, 0xea, 0x9c, 0x37, - 0x15, 0x5b, 0x8c, 0x24, 0x30, 0x2b, 0x99, 0x7d, 0x70, 0x87, 0x35, 0xdf, 0x19, 0xf2, 0xf1, 0x02, - 0x1c, 0x81, 0x11, 0x0d, 0xd9, 0x83, 0x51, 0xf6, 0x51, 0xa6, 0x77, 0xda, 0x6c, 0xb5, 0x48, 0xbf, - 0x4a, 0xcf, 0x6e, 0x6c, 0xc5, 0x47, 0xf4, 0xcb, 0x9b, 0x06, 0x67, 0x8c, 0xc9, 0x61, 0x33, 0xf1, - 0x6e, 0x9d, 0xba, 0xd2, 0xa3, 0xa9, 0x67, 0xe2, 0x9b, 0x75, 0xea, 0x22, 0xc7, 0x10, 0x9f, 0x2f, - 0x17, 0xa9, 0x17, 0x72, 0x57, 0x66, 0x1f, 0x4e, 0xc5, 0x48, 0xc3, 0x2c, 0x9d, 0x92, 0x6b, 0x45, - 0x7e, 0xa3, 0x21, 0x85, 0x29, 0x96, 0x9e, 0xbb, 0xf8, 0x8e, 0x13, 0x16, 0x0b, 0xbc, 0x5e, 0x7a, - 0xef, 0xd8, 0xe0, 0x50, 0x94, 0x58, 0xe1, 0x5b, 0x60, 0xa3, 0x1c, 0x14, 0x47, 0xe3, 0xea, 0xad, - 0x98, 0x0a, 0x01, 0x2a, 0xbc, 0xf5, 0xf5, 0x0c, 0x14, 0xd8, 0xf2, 0x53, 0x4b, 0xe6, 0x69, 0x18, - 0x0e, 0x6d, 0xbf, 0x26, 0x2d, 0x70, 0x43, 0xc4, 0x16, 0x87, 0xa2, 0xc4, 0x92, 0x2a, 0x64, 0x43, - 0x3b, 0xd8, 0x55, 0xfa, 0xc6, 0xab, 0xbd, 0xb6, 0x5c, 0x2e, 0xfd, 0x48, 0xd5, 0x60, 0x5f, 0x01, - 0x0a, 0xe6, 0xe4, 0x19, 0xc8, 0xb1, 0xc3, 0x61, 0xc9, 0x0e, 0x94, 0x97, 0x64, 0x94, 0x2d, 0xf5, - 0x25, 0x09, 0x43, 0x8d, 0xb5, 0x5e, 0x84, 0xec, 0xe2, 0x1e, 0x75, 0xf9, 0xa9, 0x11, 0x48, 0x1b, - 0x34, 0x69, 0x78, 0x2b, 0xdb, 0x14, 0x35, 0x85, 0xf5, 0x36, 0x9c, 0x5a, 0x7c, 0x87, 0x56, 0xda, - 0xa1, 0xe7, 0x0b, 0x5b, 0x95, 0xbc, 0x0e, 0x24, 0xa0, 0xfe, 0x9e, 0x53, 0xa1, 0x73, 0x95, 0x0a, - 0xd3, 0xce, 0xd7, 0xa3, 0x1d, 0x69, 0x4a, 0x72, 0x22, 0xe5, 0x0e, 0x0a, 0x4c, 0x29, 0x65, 0x7d, - 0x39, 0x03, 0x05, 0xc3, 0xd5, 0xc6, 0xf6, 0xa3, 0xda, 0x7c, 0x59, 0xe8, 0xee, 0x52, 0x41, 0x9a, - 0xeb, 0xc3, 0x85, 0x27, 0x18, 0x45, 0x2b, 0x48, 0x83, 0x30, 0x12, 0xf3, 0x00, 0x37, 0x9c, 0xf5, - 0x37, 0x19, 0x88, 0xca, 0xb1, 0xd1, 0xdf, 0x8e, 0x6a, 0x67, 0x8c, 0xbe, 0xe4, 0x2b, 0xb1, 0xe4, - 0x63, 0x70, 0x3e, 0xde, 0x5c, 0x6e, 0xf9, 0x1f, 0xdf, 0xab, 0x22, 0x94, 0x99, 0x74, 0x4e, 0xd8, - 0x4d, 0x84, 0x75, 0x13, 0xb2, 0xcb, 0x76, 0xbb, 0x46, 0x8f, 0x64, 0x35, 0xb1, 0x39, 0xe4, 0x53, - 0xbb, 0x11, 0xaa, 0xf3, 0x53, 0xce, 0x21, 0x94, 0x30, 0xd4, 0x58, 0xeb, 0x2f, 0x87, 0xa0, 0x60, - 0x78, 0xe0, 0xd9, 0x26, 0xe0, 0xd3, 0x96, 0x97, 0x3c, 0x8e, 0x90, 0xb6, 0x3c, 0xe4, 0x18, 0x36, - 0xd9, 0x7c, 0xba, 0xe7, 0x04, 0x8e, 0xe7, 0x26, 0x8f, 0x23, 0x94, 0x70, 0xd4, 0x14, 0x64, 0x1a, - 0xb2, 0x55, 0xda, 0x0a, 0xeb, 0x7c, 0x2a, 0x0f, 0x95, 0xf2, 0xac, 0xaa, 0x0b, 0x0c, 0x80, 0x02, - 0xce, 0x08, 0x76, 0x68, 0x58, 0xa9, 0x17, 0x87, 0xf8, 0xe6, 0xcd, 0x09, 0x96, 0x18, 0x00, 0x05, - 0x3c, 0xc5, 0x4f, 0x96, 0x7d, 0xf8, 0x7e, 0xb2, 0xe1, 0x13, 0xf6, 0x93, 0x91, 0x16, 0x9c, 0x0e, - 0x82, 0xfa, 0xa6, 0xef, 0xec, 0xd9, 0x21, 0x8d, 0x66, 0xce, 0xc8, 0x71, 0xe4, 0x9c, 0x3f, 0x3c, - 0x98, 0x3e, 0x5d, 0x2e, 0xaf, 0x24, 0xb9, 0x60, 0x1a, 0x6b, 0x52, 0x86, 0xb3, 0x8e, 0x1b, 0xd0, - 0x4a, 0xdb, 0xa7, 0xd7, 0x6a, 0xae, 0xe7, 0xd3, 0x15, 0x2f, 0x60, 0xec, 0x64, 0x78, 0x4b, 0xbb, - 0x7c, 0xaf, 0xa5, 0x11, 0x61, 0x7a, 0x59, 0xeb, 0xef, 0x33, 0x30, 0x6a, 0xc6, 0x1a, 0xc8, 0x1e, - 0x40, 0x7d, 0x61, 0xa9, 0x2c, 0x36, 0x12, 0xb9, 0xbe, 0x4b, 0xfd, 0x44, 0x31, 0x04, 0xa7, 0x48, - 0x85, 0x8a, 0x60, 0x68, 0x48, 0x3a, 0x42, 0x18, 0xf5, 0x49, 0xc8, 0xee, 0x78, 0x7e, 0x85, 0xca, - 0x4d, 0x54, 0x2f, 0x94, 0x25, 0x06, 0x44, 0x81, 0xb3, 0x7e, 0x9c, 0x01, 0x43, 0x02, 0x79, 0x2f, - 0x03, 0x63, 0x4c, 0xc8, 0x75, 0x7f, 0x3b, 0xd6, 0xa2, 0xc5, 0x7e, 0x5a, 0xa4, 0x99, 0x45, 0xce, - 0x89, 0x18, 0x18, 0xe3, 0x22, 0xc9, 0xff, 0x86, 0xbc, 0x5d, 0xad, 0xfa, 0x34, 0x08, 0xa8, 0x38, - 0x6a, 0xf2, 0xc2, 0xb1, 0x38, 0xa7, 0x80, 0x18, 0xe1, 0xd9, 0x6a, 0xac, 0x57, 0x77, 0x02, 0x36, - 0xc1, 0xa5, 0xed, 0xa6, 0x57, 0x23, 0x13, 0xc2, 0xe0, 0xa8, 0x29, 0xac, 0xdf, 0x1d, 0x82, 0xb8, - 0x6c, 0x52, 0x85, 0xf1, 0x5d, 0x7f, 0x7b, 0x9e, 0x3b, 0x3f, 0x7b, 0x71, 0x43, 0x9f, 0x3e, 0x3c, - 0x98, 0x1e, 0xbf, 0x1e, 0xe7, 0x80, 0x49, 0x96, 0x52, 0xca, 0x75, 0xba, 0x1f, 0xda, 0xdb, 0xbd, - 0xec, 0x99, 0x4a, 0x8a, 0xc9, 0x01, 0x93, 0x2c, 0xc9, 0x8b, 0x50, 0xd8, 0xf5, 0xb7, 0xd5, 0x5a, - 0x4f, 0xfa, 0x7e, 0xaf, 0x47, 0x28, 0x34, 0xe9, 0x58, 0x17, 0xee, 0xfa, 0xdb, 0x6c, 0x6f, 0x54, - 0x51, 0x75, 0xdd, 0x85, 0xd7, 0x25, 0x1c, 0x35, 0x05, 0x69, 0x01, 0xd9, 0x55, 0xbd, 0xa7, 0x5d, - 0xbd, 0x72, 0x4b, 0x3a, 0xba, 0xa7, 0xf8, 0x1c, 0x3b, 0x51, 0xaf, 0x77, 0xf0, 0xc1, 0x14, 0xde, - 0xe4, 0x23, 0x70, 0x7e, 0xd7, 0xdf, 0x96, 0x27, 0xc6, 0xa6, 0xef, 0xb8, 0x15, 0xa7, 0x15, 0x8b, - 0xa5, 0x4f, 0xcb, 0xea, 0x9e, 0xbf, 0x9e, 0x4e, 0x86, 0xdd, 0xca, 0x5b, 0x5f, 0x64, 0xcb, 0xd9, - 0x08, 0x8f, 0x3e, 0x28, 0xa8, 0xe2, 0xc0, 0x48, 0x9d, 0xda, 0x55, 0xea, 0x2b, 0x1d, 0xe8, 0x95, - 0x9e, 0x17, 0x06, 0x67, 0x13, 0x29, 0x69, 0xe2, 0x3b, 0x40, 0xc5, 0xdf, 0xda, 0x80, 0x61, 0x01, - 0x3b, 0x82, 0x85, 0xa4, 0xcf, 0xc4, 0x81, 0xfb, 0x78, 0x12, 0xbf, 0x94, 0x81, 0x3c, 0xb7, 0xb5, - 0x6b, 0x4c, 0xc9, 0xd6, 0x45, 0x06, 0xef, 0x73, 0x8c, 0x3a, 0x30, 0x22, 0x0e, 0xff, 0x80, 0x9f, - 0x4e, 0x7d, 0x34, 0x57, 0x24, 0x26, 0x45, 0xcd, 0x15, 0xba, 0x45, 0x80, 0x8a, 0xbf, 0xf5, 0xd3, - 0x0c, 0x0c, 0x5f, 0x73, 0x5b, 0xed, 0x5f, 0xa8, 0xd4, 0x99, 0x35, 0x18, 0x62, 0x36, 0x52, 0x3c, - 0x5f, 0x6b, 0xb4, 0xf4, 0x94, 0x99, 0xab, 0x55, 0x8c, 0xe7, 0x6a, 0xa1, 0x7d, 0x57, 0xb9, 0xab, - 0x45, 0x19, 0x23, 0x52, 0xd8, 0x80, 0xa1, 0x55, 0xc7, 0xdd, 0x3d, 0xda, 0x84, 0x09, 0x2a, 0x5e, - 0xab, 0x63, 0xc2, 0x94, 0x19, 0x10, 0x05, 0x4e, 0xad, 0x85, 0xc1, 0xf4, 0xb5, 0x60, 0xbd, 0x97, - 0x81, 0xc9, 0x35, 0xda, 0xf4, 0x9c, 0x77, 0xed, 0xc8, 0xdb, 0xce, 0x0a, 0xd5, 0x9d, 0x50, 0xba, - 0xca, 0x75, 0xa1, 0x15, 0x27, 0x44, 0x06, 0x7f, 0x80, 0x66, 0xca, 0x03, 0xce, 0x6c, 0xdb, 0x5c, - 0x8f, 0xf6, 0xaf, 0x28, 0xe0, 0xac, 0x10, 0x18, 0xd1, 0x58, 0x7f, 0x9d, 0x81, 0x11, 0x51, 0x09, - 0xaa, 0x78, 0x67, 0xba, 0xf0, 0xbe, 0x05, 0x59, 0x5e, 0x4e, 0xee, 0xbc, 0x1f, 0xee, 0xd9, 0x6e, - 0x63, 0x4c, 0x84, 0x9e, 0xc6, 0x7f, 0xa2, 0x60, 0xcb, 0xf4, 0xe8, 0xa6, 0xfd, 0xce, 0x9c, 0x0e, - 0x2f, 0x68, 0x3d, 0x7a, 0x8d, 0x43, 0x51, 0x62, 0xad, 0xdf, 0x1e, 0x84, 0x9c, 0xf2, 0x31, 0x91, - 0x4f, 0x67, 0xa0, 0x60, 0xbb, 0xae, 0x17, 0xda, 0xc2, 0x05, 0x23, 0x66, 0xfb, 0x1b, 0xbd, 0xd6, - 0x4d, 0xf1, 0x9d, 0x99, 0x8b, 0x78, 0x2e, 0xba, 0xa1, 0xbf, 0x1f, 0x1d, 0x03, 0x06, 0x06, 0x4d, - 0xd1, 0x24, 0x84, 0xe1, 0x86, 0xbd, 0x4d, 0x1b, 0x6a, 0xf2, 0xaf, 0xf6, 0x5d, 0x89, 0x55, 0xce, - 0x4e, 0xc8, 0xd7, 0xbd, 0x21, 0x80, 0x28, 0x65, 0x4d, 0xbd, 0x02, 0x13, 0xc9, 0xba, 0x92, 0x09, - 0x63, 0x20, 0xc5, 0xd8, 0x9d, 0x89, 0x6d, 0x70, 0x6a, 0xe6, 0x0f, 0xbc, 0x94, 0x99, 0xfa, 0xbf, - 0x50, 0x30, 0xc4, 0x1c, 0xa7, 0xa8, 0xf5, 0x06, 0x14, 0xd6, 0x68, 0xe8, 0x3b, 0x15, 0xce, 0xe0, - 0x41, 0xd3, 0xe7, 0x48, 0x7b, 0xec, 0xc7, 0xd9, 0x6c, 0x64, 0x2c, 0x03, 0xe2, 0x03, 0xb4, 0x7c, - 0xaf, 0x49, 0xc3, 0x3a, 0x6d, 0xab, 0x71, 0xed, 0x59, 0x31, 0xdc, 0xd4, 0x9c, 0x84, 0xaf, 0x20, - 0xfa, 0x46, 0x43, 0x8a, 0x75, 0x05, 0xb2, 0x6b, 0xed, 0x90, 0xbe, 0xf3, 0xe0, 0x1d, 0xc0, 0xfa, - 0x28, 0x8c, 0x72, 0xd2, 0x15, 0xaf, 0xc1, 0x36, 0x17, 0xd6, 0xbc, 0x26, 0xfb, 0x4e, 0x9a, 0x55, - 0x9c, 0x08, 0x05, 0x8e, 0x4d, 0xf1, 0xba, 0xd7, 0xa8, 0x52, 0x5f, 0x76, 0x82, 0x1e, 0xd4, 0x15, - 0x0e, 0x45, 0x89, 0xb5, 0xfe, 0x35, 0x03, 0x05, 0x5e, 0x50, 0x6e, 0x0a, 0x1e, 0x8c, 0xd4, 0x85, - 0x1c, 0xd9, 0x11, 0x3d, 0x87, 0x08, 0xcc, 0x3a, 0x1b, 0x87, 0xa7, 0x00, 0xa0, 0x92, 0xc2, 0x04, - 0xde, 0xb5, 0x9d, 0x90, 0x09, 0x1c, 0x78, 0x18, 0x02, 0xdf, 0x14, 0xcc, 0x51, 0x49, 0xb1, 0xbe, - 0x3a, 0x01, 0xb0, 0xee, 0x55, 0xa9, 0x6c, 0xf0, 0x14, 0x0c, 0x38, 0x55, 0xd9, 0x95, 0x20, 0x0b, - 0x0d, 0x5c, 0x5b, 0xc0, 0x01, 0xa7, 0xaa, 0xc7, 0x66, 0xa0, 0xeb, 0xee, 0xfc, 0x22, 0x14, 0xaa, - 0x4e, 0xd0, 0x6a, 0xd8, 0xfb, 0xeb, 0x29, 0x7a, 0xdc, 0x42, 0x84, 0x42, 0x93, 0x8e, 0x3c, 0x2b, - 0x63, 0xae, 0x42, 0x87, 0x2b, 0x26, 0x62, 0xae, 0x39, 0x56, 0x3d, 0x23, 0xdc, 0xfa, 0x12, 0x8c, - 0x2a, 0x57, 0x22, 0x97, 0x92, 0xe5, 0xa5, 0xce, 0xa8, 0xa8, 0xcb, 0x96, 0x81, 0xc3, 0x18, 0x65, - 0xd2, 0xdb, 0x39, 0xfc, 0xa8, 0xbc, 0x9d, 0x0b, 0x30, 0x11, 0x84, 0x9e, 0x4f, 0xab, 0x8a, 0xe2, - 0xda, 0x42, 0x91, 0xc4, 0xda, 0x3a, 0x51, 0x4e, 0xe0, 0xb1, 0xa3, 0x04, 0xd9, 0x84, 0x33, 0x77, - 0x13, 0x11, 0x6d, 0xde, 0xfe, 0xd3, 0x9c, 0xd3, 0x45, 0xc9, 0xe9, 0xcc, 0x9b, 0x29, 0x34, 0x98, - 0x5a, 0x92, 0xbc, 0x0c, 0x63, 0xaa, 0x9a, 0xfc, 0xfc, 0x2c, 0x9e, 0xe1, 0xac, 0xb4, 0xb1, 0xb3, - 0x65, 0x22, 0x31, 0x4e, 0x4b, 0x3e, 0x08, 0xd9, 0x56, 0xdd, 0x0e, 0xa8, 0xf4, 0x8c, 0x2a, 0x6f, - 0x53, 0x76, 0x93, 0x01, 0xef, 0x1d, 0x4c, 0xe7, 0xd9, 0xb0, 0xf1, 0x0f, 0x14, 0x84, 0xe4, 0x2a, - 0xc0, 0xb6, 0xd7, 0x76, 0xab, 0xb6, 0xbf, 0x7f, 0x6d, 0x41, 0x06, 0x49, 0xb4, 0x6e, 0x53, 0xd2, - 0x18, 0x34, 0xa8, 0xcc, 0xd8, 0x77, 0xfe, 0xfe, 0xb1, 0x6f, 0xf2, 0x51, 0xc8, 0xf3, 0x80, 0x12, - 0xad, 0xce, 0x85, 0xd2, 0xc5, 0x79, 0x9c, 0xd8, 0x83, 0x3e, 0xae, 0xcb, 0x8a, 0x09, 0x46, 0xfc, - 0xc8, 0x2d, 0x80, 0x1d, 0xc7, 0x75, 0x82, 0x3a, 0xe7, 0x5e, 0x38, 0x36, 0x77, 0xdd, 0xce, 0x25, - 0xcd, 0x05, 0x0d, 0x8e, 0xe4, 0x6d, 0x98, 0xa4, 0x41, 0xe8, 0x34, 0xed, 0x90, 0x56, 0x75, 0x0e, - 0x4c, 0x91, 0xc7, 0xd0, 0x74, 0x48, 0x6f, 0x31, 0x49, 0x70, 0x2f, 0x0d, 0x88, 0x9d, 0x8c, 0xc8, - 0x4b, 0x90, 0x6b, 0xf9, 0x5e, 0x8d, 0x59, 0x9e, 0xc5, 0xa9, 0xd8, 0x74, 0xc9, 0x6d, 0x4a, 0xf8, - 0x3d, 0xe3, 0x37, 0x6a, 0x6a, 0xf2, 0x2f, 0x19, 0x98, 0xf4, 0x69, 0xe0, 0xb5, 0xfd, 0x0a, 0x0d, - 0x74, 0xc5, 0xce, 0xf2, 0xad, 0xe9, 0x23, 0xbd, 0x67, 0xbb, 0xab, 0xfd, 0x66, 0x06, 0x93, 0xbc, - 0xc5, 0xa1, 0x4b, 0x55, 0x9b, 0x3b, 0xf0, 0xf7, 0xd2, 0x80, 0xef, 0x7d, 0x77, 0x7a, 0xba, 0xf3, - 0x9a, 0x85, 0x66, 0xce, 0x26, 0xfb, 0x67, 0xbe, 0x3b, 0x3d, 0xa1, 0xbe, 0xa3, 0xae, 0xea, 0x68, - 0x1a, 0x3b, 0x4e, 0x5a, 0x5e, 0xf5, 0xda, 0xa6, 0xf4, 0x45, 0xeb, 0xe3, 0x64, 0x93, 0x01, 0x51, - 0xe0, 0xc8, 0x33, 0x90, 0xab, 0xda, 0xb4, 0xe9, 0xb9, 0xb4, 0x5a, 0x1c, 0x8b, 0xbc, 0x74, 0x0b, - 0x12, 0x86, 0x1a, 0x4b, 0xb6, 0x61, 0xd8, 0xe1, 0xc6, 0x41, 0xf1, 0x14, 0x9f, 0x33, 0x3d, 0xdb, - 0x21, 0xc2, 0xc4, 0x10, 0x99, 0x53, 0xe2, 0x37, 0x4a, 0xce, 0x64, 0x07, 0x46, 0xbc, 0x76, 0xc8, - 0x85, 0x8c, 0x73, 0x21, 0x3d, 0xfb, 0xb7, 0x37, 0x04, 0x1b, 0x91, 0x69, 0x2d, 0x3f, 0x50, 0x31, - 0x67, 0xad, 0xae, 0xd4, 0x9d, 0x46, 0xd5, 0xa7, 0x6e, 0x71, 0x82, 0x7b, 0x37, 0x78, 0xab, 0xe7, - 0x25, 0x0c, 0x35, 0x96, 0xfc, 0x1f, 0x18, 0xf3, 0xda, 0x21, 0x5f, 0xc6, 0x6c, 0xac, 0x83, 0xe2, - 0x24, 0x27, 0x9f, 0xe4, 0xe9, 0x1d, 0x26, 0x02, 0xe3, 0x74, 0x6c, 0x6f, 0xaf, 0x7b, 0x41, 0xc8, - 0x3e, 0xf8, 0xde, 0x76, 0x2e, 0xbe, 0xb7, 0xaf, 0x18, 0x38, 0x8c, 0x51, 0x92, 0xcf, 0x65, 0x60, - 0xb2, 0x99, 0x54, 0xea, 0x8b, 0xe7, 0x79, 0x7f, 0x5c, 0xeb, 0x5d, 0x21, 0x4c, 0x30, 0x14, 0x11, - 0xca, 0x0e, 0x30, 0x76, 0x8a, 0xe6, 0x89, 0xa0, 0xc1, 0xbe, 0x5b, 0xa9, 0xfb, 0x9e, 0x1b, 0xaf, - 0xd4, 0xe3, 0xbc, 0x52, 0x6f, 0xf4, 0xb5, 0x7a, 0xd2, 0x18, 0x97, 0x1e, 0x3f, 0x3c, 0x98, 0x3e, - 0x9b, 0x8a, 0xc2, 0xf4, 0xaa, 0x4c, 0x2d, 0xc0, 0xb9, 0xf4, 0x15, 0xf8, 0x20, 0x7d, 0x74, 0xd0, - 0xd4, 0x47, 0x97, 0xe0, 0xf1, 0xae, 0x95, 0x62, 0x3b, 0xb8, 0xd2, 0x68, 0x32, 0xf1, 0x1d, 0xbc, - 0x43, 0x17, 0x39, 0x05, 0xa3, 0xe6, 0x45, 0x18, 0x1e, 0x91, 0x30, 0x92, 0x8b, 0x89, 0x0f, 0x79, - 0xaf, 0x7c, 0x42, 0x11, 0x89, 0x8d, 0x72, 0x47, 0x44, 0x42, 0x83, 0x30, 0x12, 0xf3, 0xa0, 0x88, - 0xc4, 0x5f, 0x0d, 0x40, 0x54, 0x8e, 0x3c, 0x0b, 0x39, 0xea, 0x56, 0x5b, 0x9e, 0xe3, 0x86, 0xc9, - 0x70, 0xce, 0xa2, 0x84, 0xa3, 0xa6, 0x30, 0xe2, 0x17, 0x03, 0xf7, 0x8d, 0x5f, 0x54, 0x61, 0xdc, - 0xe6, 0xb9, 0x0c, 0x91, 0xf7, 0x79, 0xf0, 0xd8, 0x3e, 0xb8, 0xb9, 0x38, 0x07, 0x4c, 0xb2, 0x64, - 0x52, 0x82, 0xa8, 0x28, 0x97, 0x32, 0x74, 0x6c, 0x29, 0xe5, 0x38, 0x07, 0x4c, 0xb2, 0xb4, 0xbe, - 0x3a, 0x00, 0x6a, 0x63, 0xf9, 0xc5, 0x71, 0x97, 0x10, 0x0b, 0x86, 0x7d, 0x1a, 0xa8, 0xec, 0xe9, - 0xbc, 0xd8, 0xc5, 0x91, 0x43, 0x50, 0x62, 0xd8, 0xee, 0x4a, 0xdf, 0x71, 0xc2, 0x79, 0xaf, 0xaa, - 0x14, 0x61, 0xbe, 0xbb, 0x2e, 0x4a, 0x18, 0x6a, 0xac, 0xf5, 0x2e, 0x8c, 0xb1, 0xa6, 0x35, 0x1a, - 0xb4, 0x51, 0x0e, 0x69, 0x2b, 0x20, 0x0e, 0x64, 0x03, 0xf6, 0xa3, 0x5f, 0x1b, 0x25, 0xca, 0x10, - 0xa1, 0x2d, 0xc3, 0xb5, 0xc2, 0x58, 0xa3, 0x90, 0x60, 0x1d, 0x0c, 0x40, 0x5e, 0xf7, 0xeb, 0x11, - 0xfc, 0x35, 0x57, 0xa3, 0xc4, 0x71, 0x31, 0xc9, 0x8b, 0x46, 0xd2, 0x38, 0xd3, 0x12, 0xe7, 0xdc, - 0x7d, 0x91, 0x14, 0xac, 0x33, 0xc8, 0xc9, 0xb3, 0x71, 0x0f, 0xdf, 0x39, 0xd3, 0xa9, 0x64, 0xd0, - 0x4b, 0x57, 0x9f, 0x0b, 0x79, 0xfe, 0x63, 0x49, 0xdd, 0xad, 0xea, 0x63, 0x12, 0xdd, 0x54, 0x8c, - 0x84, 0xdf, 0x5e, 0x7f, 0x62, 0x24, 0x22, 0x71, 0x27, 0x2a, 0x7b, 0xa4, 0x3b, 0x51, 0x57, 0x60, - 0x88, 0xba, 0xed, 0x26, 0xcf, 0x59, 0xc8, 0xf3, 0x33, 0x64, 0x68, 0xd1, 0x6d, 0x37, 0xe3, 0xed, - 0xe1, 0x24, 0xd6, 0x12, 0x30, 0x55, 0x63, 0x79, 0x9e, 0x7c, 0x18, 0x72, 0x81, 0xdc, 0x08, 0x65, - 0xff, 0xbe, 0x4f, 0x87, 0x86, 0x25, 0xfc, 0xde, 0xc1, 0xf4, 0x18, 0x27, 0x56, 0x00, 0xd4, 0x45, - 0xac, 0xdf, 0x1b, 0x02, 0xc3, 0xd8, 0x3e, 0xc2, 0x48, 0xd5, 0x12, 0x5e, 0x94, 0xf9, 0x3e, 0xbc, - 0x28, 0xca, 0x35, 0x21, 0x26, 0x7a, 0xdc, 0x71, 0xc2, 0xaa, 0x52, 0xa7, 0x8d, 0x96, 0x1c, 0x5d, - 0x5d, 0x95, 0x15, 0xda, 0x68, 0x21, 0xc7, 0xe8, 0x7c, 0x86, 0xa1, 0xae, 0xf9, 0x0c, 0xb7, 0x20, - 0x5b, 0xb3, 0xdb, 0x35, 0x2a, 0xdd, 0xf7, 0x3d, 0xbb, 0xc4, 0x78, 0x64, 0x56, 0xb8, 0xc4, 0xf8, - 0x4f, 0x14, 0x6c, 0xd9, 0xa4, 0xaa, 0x2b, 0x8f, 0xb3, 0xb4, 0x13, 0x7b, 0x9e, 0x54, 0xda, 0x75, - 0x2d, 0x26, 0x95, 0xfe, 0xc4, 0x48, 0x04, 0x53, 0xe1, 0x2a, 0x22, 0xb9, 0x56, 0x06, 0x16, 0x5f, - 0xed, 0x3d, 0x39, 0x83, 0xb3, 0x11, 0x2a, 0x9c, 0xfc, 0x40, 0xc5, 0xdc, 0x9a, 0x85, 0x82, 0x71, - 0x1b, 0x88, 0x75, 0xb4, 0xce, 0xf0, 0x34, 0x3a, 0x7a, 0xc1, 0x0e, 0x6d, 0xe4, 0x18, 0xeb, 0x4b, - 0x83, 0xa0, 0xd5, 0x66, 0x33, 0xed, 0xc2, 0xae, 0x18, 0x97, 0x05, 0x62, 0x59, 0x61, 0x9e, 0x8b, - 0x12, 0xcb, 0xec, 0xcb, 0x26, 0xf5, 0x6b, 0xfa, 0x40, 0x97, 0x5b, 0x80, 0xb6, 0x2f, 0xd7, 0x4c, - 0x24, 0xc6, 0x69, 0xd9, 0x59, 0xda, 0xb4, 0x5d, 0x67, 0x87, 0x06, 0x61, 0x32, 0x3e, 0xb6, 0x26, - 0xe1, 0xa8, 0x29, 0xc8, 0x32, 0x4c, 0x06, 0x34, 0xdc, 0xb8, 0xeb, 0x52, 0x5f, 0x67, 0xab, 0xc9, - 0xf4, 0xc5, 0xc7, 0x95, 0x2d, 0x51, 0x4e, 0x12, 0x60, 0x67, 0x19, 0x6e, 0xab, 0x8b, 0xcc, 0x41, - 0x9d, 0x02, 0x26, 0x17, 0x79, 0x64, 0xab, 0x27, 0xf0, 0xd8, 0x51, 0x82, 0x71, 0xd9, 0xb1, 0x9d, - 0x46, 0xdb, 0xa7, 0x11, 0x97, 0xe1, 0x38, 0x97, 0xa5, 0x04, 0x1e, 0x3b, 0x4a, 0xf0, 0x08, 0x7b, - 0xc3, 0xae, 0x05, 0xc5, 0x11, 0x23, 0xc2, 0xce, 0x00, 0x28, 0xe0, 0xd6, 0x9f, 0x64, 0x60, 0x0c, - 0x69, 0xe8, 0xef, 0xcf, 0xed, 0x30, 0x5b, 0x32, 0xdc, 0x27, 0x9f, 0xcf, 0xc0, 0x84, 0xeb, 0x55, - 0xe9, 0x9c, 0x1b, 0x3a, 0x0a, 0xd8, 0xef, 0xcd, 0x23, 0x2e, 0x61, 0x3d, 0xc1, 0x54, 0xa4, 0x1e, - 0x26, 0xa1, 0xd8, 0x21, 0xdc, 0x3a, 0x0f, 0x67, 0x53, 0x19, 0x58, 0x9f, 0x1d, 0x94, 0x95, 0xd7, - 0x43, 0xfe, 0x06, 0x64, 0x1b, 0x3c, 0x0d, 0x33, 0xd3, 0xe3, 0xbd, 0x12, 0xde, 0x43, 0x22, 0x4f, - 0x53, 0x70, 0x22, 0x0b, 0x50, 0xf0, 0x99, 0x0c, 0x99, 0x24, 0x2b, 0x26, 0xa0, 0x15, 0x5d, 0xe2, - 0xd4, 0xa8, 0x7b, 0xf1, 0x4f, 0x34, 0x8b, 0x91, 0x3b, 0x30, 0xb2, 0x2d, 0xae, 0xca, 0x48, 0xcd, - 0xab, 0xe7, 0xe5, 0x29, 0x6f, 0xdc, 0xf0, 0x43, 0x4d, 0x5d, 0xbf, 0xb9, 0x17, 0xfd, 0x44, 0x25, - 0x87, 0x78, 0x90, 0xb3, 0xd5, 0xf8, 0x0d, 0xf5, 0x17, 0xca, 0x8e, 0xcd, 0x10, 0xa1, 0x55, 0xe8, - 0xf1, 0xd2, 0x42, 0xac, 0x2f, 0x65, 0x00, 0xa2, 0xeb, 0xa2, 0xc4, 0x85, 0x5c, 0xf0, 0x7c, 0x4c, - 0xd5, 0xee, 0x3d, 0x8f, 0x4d, 0xf2, 0x31, 0x72, 0x9b, 0x24, 0x04, 0xb5, 0x8c, 0x07, 0xe9, 0xd9, - 0x9f, 0xc9, 0x82, 0x2e, 0xf5, 0x90, 0xd4, 0xec, 0xa7, 0x99, 0x92, 0x56, 0x8b, 0xee, 0x1e, 0x69, - 0x3a, 0xe4, 0x50, 0x94, 0x58, 0xa6, 0xa8, 0xa9, 0x14, 0x0b, 0xb9, 0xc3, 0xf0, 0x2e, 0x55, 0xd9, - 0x18, 0xa8, 0xb1, 0x69, 0x8a, 0x7b, 0xf6, 0x91, 0x28, 0xee, 0xc3, 0x27, 0xae, 0xb8, 0x33, 0x33, - 0xce, 0xf7, 0x1a, 0x74, 0x0e, 0xd7, 0xa5, 0xc3, 0x4f, 0x9b, 0x71, 0x28, 0xc0, 0xa8, 0xf0, 0xe4, - 0x45, 0x28, 0xb4, 0x03, 0x5a, 0x5e, 0xb8, 0x3e, 0xef, 0xd3, 0x6a, 0x20, 0xb3, 0x56, 0xb4, 0x17, - 0xf8, 0x46, 0x84, 0x42, 0x93, 0x8e, 0x7c, 0x25, 0x03, 0xc5, 0x0a, 0xbf, 0x31, 0x22, 0x06, 0xe6, - 0xda, 0xce, 0xba, 0x17, 0x6e, 0xfa, 0x34, 0xa0, 0x6e, 0x28, 0x13, 0xa4, 0xd7, 0x7a, 0xbf, 0x28, - 0x90, 0x72, 0x13, 0xa5, 0x74, 0xf1, 0xf0, 0x60, 0xba, 0x38, 0xdf, 0x45, 0x24, 0x76, 0xad, 0x8c, - 0xf5, 0xe9, 0x0c, 0x9c, 0x2a, 0x57, 0x7c, 0xa7, 0x15, 0xea, 0x23, 0x71, 0x9d, 0xdf, 0x3e, 0x0b, - 0x6d, 0xb6, 0x47, 0xc9, 0xf5, 0xf2, 0x44, 0x97, 0x9c, 0x02, 0x41, 0x14, 0xbb, 0x8f, 0x2a, 0x40, - 0x18, 0xb1, 0x60, 0x93, 0x51, 0x1c, 0xba, 0xc9, 0x49, 0x5b, 0xe6, 0x50, 0x94, 0x58, 0xeb, 0x36, - 0x4c, 0x94, 0x69, 0xd3, 0x6e, 0xd5, 0x79, 0xaa, 0x8f, 0x88, 0x21, 0xcc, 0x42, 0x3e, 0x50, 0xb0, - 0xe4, 0xe5, 0x57, 0x4d, 0x8c, 0x11, 0x0d, 0x79, 0x4a, 0x44, 0x39, 0x54, 0x72, 0x40, 0x5e, 0x28, - 0x0f, 0x22, 0x34, 0x12, 0xa0, 0xc2, 0x59, 0x77, 0x61, 0x34, 0x2a, 0x4e, 0x77, 0x48, 0x0d, 0xc6, - 0x2b, 0x46, 0x8a, 0x44, 0x74, 0xc7, 0xf5, 0xe8, 0xd9, 0x14, 0x7c, 0xee, 0xcd, 0xc7, 0x99, 0x60, - 0x92, 0xab, 0xf5, 0x1f, 0x19, 0x18, 0xd7, 0x92, 0xa5, 0x5b, 0x21, 0x48, 0x46, 0x66, 0x56, 0x7a, - 0x4f, 0xb3, 0x8d, 0xf7, 0xdf, 0x7d, 0xa2, 0x33, 0x41, 0x32, 0x3a, 0xf3, 0x10, 0x84, 0x76, 0x78, - 0x45, 0xfe, 0x7c, 0x00, 0x72, 0x3a, 0xd5, 0xf7, 0x0d, 0xc8, 0x72, 0x5d, 0xae, 0xbf, 0x23, 0x92, - 0xeb, 0x85, 0x28, 0x38, 0x31, 0x96, 0xdc, 0xcf, 0xdd, 0xf3, 0x6d, 0xce, 0xbc, 0xb0, 0x12, 0x6d, - 0x3f, 0x44, 0xc1, 0x89, 0x5c, 0x87, 0x41, 0xea, 0x56, 0xe5, 0x59, 0x79, 0x7c, 0x86, 0xfc, 0x92, - 0xf7, 0xa2, 0x5b, 0x45, 0xc6, 0x85, 0x5f, 0x50, 0xf3, 0xfc, 0xa6, 0x1d, 0x4a, 0x7b, 0x20, 0xba, - 0xa0, 0xc6, 0xa1, 0x28, 0xb1, 0xd6, 0xcf, 0x06, 0x60, 0xb8, 0xdc, 0xde, 0x66, 0xa7, 0xfe, 0x1f, - 0x66, 0xe0, 0x74, 0x32, 0xe2, 0x11, 0x4d, 0xcf, 0xeb, 0x27, 0x75, 0x8d, 0x12, 0xe9, 0x4e, 0xe9, - 0x82, 0xac, 0xcd, 0xe9, 0x14, 0x24, 0xa6, 0x55, 0x22, 0x76, 0x63, 0x6d, 0xf0, 0x21, 0xdd, 0x1a, - 0x35, 0x6e, 0x12, 0x0c, 0x9c, 0xd4, 0x4d, 0x82, 0xb1, 0x6e, 0xb7, 0x08, 0xac, 0xaf, 0x0f, 0x01, - 0x88, 0x9e, 0xdf, 0x68, 0x85, 0x47, 0xb1, 0x35, 0x5f, 0x82, 0x51, 0xf5, 0x06, 0xd0, 0x7a, 0x14, - 0x51, 0xd4, 0x6e, 0xde, 0x65, 0x03, 0x87, 0x31, 0x4a, 0x66, 0x7d, 0x53, 0x37, 0xf4, 0xf7, 0xc5, - 0xe1, 0x3f, 0x14, 0xb7, 0xbe, 0x17, 0x35, 0x06, 0x0d, 0x2a, 0x32, 0x13, 0xf3, 0x33, 0x89, 0xab, - 0x06, 0xa7, 0xee, 0xe3, 0x20, 0x7a, 0x19, 0xc6, 0xf4, 0xd7, 0x92, 0xd3, 0x50, 0xc9, 0x5a, 0xda, - 0x6c, 0xd9, 0x34, 0x91, 0x18, 0xa7, 0x25, 0xaf, 0xc0, 0xa9, 0x78, 0x26, 0xb0, 0x3c, 0x2e, 0xcf, - 0xc9, 0xd2, 0xa7, 0xe2, 0x09, 0xc4, 0x98, 0xa0, 0x66, 0xb3, 0xbd, 0xea, 0xef, 0x63, 0xdb, 0x95, - 0xe7, 0xa6, 0x9e, 0xed, 0x0b, 0x1c, 0x8a, 0x12, 0xcb, 0xba, 0x90, 0x95, 0xa4, 0xbe, 0x80, 0xf3, - 0x03, 0x32, 0x17, 0x75, 0x61, 0xd9, 0xc0, 0x61, 0x8c, 0x92, 0x49, 0x90, 0x86, 0x3e, 0xc4, 0xd7, - 0x53, 0xc2, 0x4e, 0x6f, 0xc1, 0x29, 0x2f, 0x6e, 0x4f, 0x89, 0xb0, 0xd7, 0x0b, 0x47, 0x9c, 0xad, - 0xb1, 0xb2, 0x22, 0xd5, 0x36, 0x61, 0x7e, 0x25, 0xf8, 0x5b, 0xa7, 0x61, 0xb2, 0xdc, 0x6e, 0xb5, - 0x1a, 0x0e, 0xad, 0x6a, 0xd7, 0x8b, 0xf5, 0x2a, 0x8c, 0xcb, 0x7b, 0x67, 0xfa, 0xb0, 0x3d, 0xd6, - 0x75, 0x75, 0xeb, 0x87, 0xec, 0xf4, 0x88, 0xbb, 0xa6, 0xc9, 0x9d, 0xe4, 0x11, 0xd9, 0x87, 0xd7, - 0xcc, 0x3c, 0x13, 0xc5, 0x22, 0x49, 0x3d, 0x64, 0x6f, 0xa9, 0x3c, 0x85, 0x3e, 0xb3, 0x78, 0x78, - 0x5c, 0x5f, 0xec, 0xb9, 0x66, 0x8a, 0x83, 0xf5, 0x6f, 0x19, 0x48, 0xf7, 0xfd, 0x93, 0xb0, 0xb3, - 0xb1, 0xcb, 0x7d, 0x37, 0x56, 0x86, 0x1c, 0xba, 0xb7, 0xb7, 0x1a, 0x6f, 0xef, 0x7c, 0x5f, 0xed, - 0x95, 0xd2, 0x3a, 0x5b, 0xfd, 0xb3, 0x0c, 0x14, 0xb6, 0xb6, 0x56, 0xb5, 0x09, 0x89, 0x70, 0x2e, - 0x10, 0xb7, 0x08, 0xe7, 0x76, 0x42, 0xea, 0xcf, 0x7b, 0xcd, 0x56, 0x83, 0xea, 0x89, 0x22, 0xaf, - 0xf6, 0x95, 0x53, 0x29, 0xb0, 0x4b, 0x49, 0x72, 0x0d, 0x4e, 0x9b, 0x18, 0x69, 0xfe, 0xf3, 0x76, - 0x65, 0x65, 0x6a, 0x77, 0x27, 0x1a, 0xd3, 0xca, 0x24, 0x59, 0x49, 0x1f, 0x80, 0x7c, 0x30, 0xaa, - 0x83, 0x95, 0x44, 0x63, 0x5a, 0x19, 0x6b, 0x03, 0x0a, 0xc6, 0xb3, 0x64, 0xe4, 0x35, 0x98, 0xa8, - 0x78, 0xcd, 0x96, 0x4f, 0x83, 0xc0, 0xf1, 0xdc, 0x55, 0xba, 0x47, 0x1b, 0xb2, 0xc9, 0xdc, 0x50, - 0x9f, 0x4f, 0xe0, 0xb0, 0x83, 0xda, 0xfa, 0xf1, 0x05, 0xd0, 0xd7, 0xd2, 0x7e, 0x79, 0xb9, 0xad, - 0x8f, 0x74, 0x8f, 0x1d, 0x1d, 0xf3, 0xcd, 0x9e, 0x48, 0xcc, 0x57, 0x6f, 0xd0, 0x89, 0xb8, 0xef, - 0xed, 0x28, 0xee, 0x3b, 0x7c, 0x32, 0x71, 0x5f, 0xad, 0x84, 0x76, 0xc4, 0x7e, 0x3f, 0x9b, 0x81, - 0x51, 0xd7, 0xab, 0x52, 0xa5, 0xb9, 0x73, 0x97, 0x54, 0xe1, 0x2a, 0xf6, 0xdb, 0x9b, 0x22, 0x9a, - 0x29, 0x99, 0x8a, 0xd8, 0xbf, 0x3e, 0xc3, 0x4c, 0x14, 0xc6, 0xa4, 0x93, 0x25, 0xc3, 0x3b, 0x22, - 0x6e, 0xd9, 0x5d, 0x4c, 0xb3, 0x39, 0x1e, 0xe4, 0xf4, 0x20, 0xae, 0xa1, 0x8b, 0xe5, 0xfb, 0xf3, - 0x72, 0xa8, 0xe4, 0x41, 0xc3, 0x4d, 0xa9, 0xee, 0xe3, 0x46, 0x9a, 0x99, 0x05, 0xc3, 0x22, 0x35, - 0x40, 0x3e, 0x27, 0xc6, 0xfd, 0xe3, 0x22, 0x6d, 0x00, 0x25, 0x86, 0xdc, 0x56, 0xd1, 0x9c, 0x02, - 0xef, 0xe2, 0xc5, 0x7e, 0x22, 0x62, 0x3a, 0x46, 0x94, 0x1e, 0xce, 0x21, 0xaf, 0x9b, 0x66, 0xeb, - 0xe8, 0x51, 0xcc, 0xd6, 0xb1, 0xae, 0x26, 0xeb, 0x6d, 0x18, 0x0e, 0xb8, 0x51, 0xcc, 0x53, 0x22, - 0x0a, 0x57, 0x97, 0x7a, 0x3e, 0x63, 0x62, 0xa6, 0xb5, 0xe8, 0x23, 0x01, 0x43, 0x29, 0x81, 0xf8, - 0x90, 0x53, 0xa9, 0x1b, 0x32, 0xb1, 0x62, 0xa5, 0x77, 0xef, 0x58, 0xdc, 0xbb, 0xad, 0x2e, 0x5c, - 0x09, 0x28, 0x6a, 0x39, 0xe4, 0x16, 0x0c, 0x56, 0xed, 0x9a, 0x4c, 0xb1, 0x98, 0xef, 0xe7, 0x0a, - 0xa1, 0x92, 0xc4, 0xed, 0x9c, 0x85, 0xb9, 0x65, 0x64, 0x8c, 0x89, 0x1b, 0xdd, 0xbb, 0x9f, 0xe8, - 0xf3, 0x90, 0x8e, 0xeb, 0x4b, 0xc2, 0x9c, 0xef, 0xb8, 0xbc, 0xbf, 0x08, 0x23, 0x7b, 0x5e, 0xa3, - 0xdd, 0x94, 0xe9, 0x19, 0x85, 0xab, 0x53, 0x69, 0x23, 0x7f, 0x93, 0x93, 0x44, 0x3b, 0x83, 0xf8, - 0x0e, 0x50, 0x95, 0x25, 0x9f, 0xca, 0xc0, 0x29, 0xb6, 0x98, 0xf4, 0x9c, 0x08, 0x8a, 0xa4, 0xbf, - 0x89, 0x7b, 0x23, 0x60, 0xc7, 0xaf, 0x9a, 0x70, 0x5a, 0x71, 0xbe, 0x16, 0x13, 0x82, 0x09, 0xa1, - 0x24, 0x80, 0x5c, 0xe0, 0x54, 0x69, 0xc5, 0xf6, 0x83, 0xe2, 0xe9, 0x93, 0xac, 0x40, 0xe4, 0xb5, - 0x94, 0xec, 0x51, 0x0b, 0x22, 0xbf, 0xc3, 0xdf, 0xaa, 0x92, 0x8f, 0xf6, 0xc9, 0x07, 0x1b, 0xcf, - 0x9c, 0xf0, 0x83, 0x8d, 0xc2, 0x0b, 0x18, 0x17, 0x82, 0x49, 0xa9, 0xe4, 0x37, 0x33, 0x70, 0x56, - 0x5c, 0xc6, 0x4f, 0xbe, 0xc4, 0x70, 0xb6, 0x47, 0x2b, 0x9c, 0x67, 0x93, 0xcc, 0xa5, 0xb1, 0xc4, - 0x74, 0x49, 0xe4, 0x13, 0x30, 0xe6, 0x9b, 0x0e, 0x7d, 0x9e, 0xbe, 0xd3, 0xaf, 0xe3, 0x5a, 0x3f, - 0xff, 0xc8, 0xb3, 0x87, 0x62, 0x20, 0x8c, 0x8b, 0x23, 0xcf, 0x41, 0xa1, 0x25, 0x37, 0x3d, 0x27, - 0x68, 0xf2, 0xe4, 0x9f, 0x41, 0x71, 0x56, 0x6f, 0x46, 0x60, 0x34, 0x69, 0xc8, 0x0d, 0x28, 0x84, - 0x5e, 0x83, 0xfa, 0x32, 0x8b, 0xbd, 0xc8, 0x27, 0xce, 0xa5, 0xb4, 0x85, 0xb0, 0xa5, 0xc9, 0x22, - 0x5f, 0x66, 0x04, 0x0b, 0xd0, 0xe4, 0xc3, 0x4c, 0x48, 0xf5, 0x5a, 0x87, 0xcf, 0x2d, 0xdc, 0xc7, - 0xe3, 0x26, 0x64, 0xd9, 0x44, 0x62, 0x9c, 0x96, 0x2c, 0xc3, 0x64, 0xcb, 0x77, 0x3c, 0xdf, 0x09, - 0xf7, 0xe7, 0x1b, 0x76, 0x10, 0x70, 0x06, 0x22, 0x6d, 0x4f, 0xc7, 0xb2, 0x36, 0x93, 0x04, 0xd8, - 0x59, 0x86, 0x3c, 0x03, 0x39, 0x05, 0x2c, 0x5e, 0xe0, 0xba, 0xe0, 0xa8, 0x48, 0xf9, 0x13, 0x30, - 0xd4, 0xd8, 0x2e, 0xf7, 0x88, 0x2f, 0xf6, 0x72, 0x8f, 0x98, 0x54, 0xe1, 0xa2, 0xdd, 0x0e, 0x3d, - 0x7e, 0x6f, 0x26, 0x5e, 0x64, 0xcb, 0xdb, 0xa5, 0x6e, 0xf1, 0x32, 0x3f, 0xf9, 0x2e, 0x1f, 0x1e, - 0x4c, 0x5f, 0x9c, 0xbb, 0x0f, 0x1d, 0xde, 0x97, 0x0b, 0x69, 0x41, 0x8e, 0xca, 0xbb, 0xd0, 0xc5, - 0xf7, 0xf5, 0x77, 0xde, 0xc4, 0xef, 0x54, 0xab, 0xb4, 0x0b, 0x01, 0x43, 0x2d, 0x85, 0x6c, 0x41, - 0xa1, 0xee, 0x05, 0xe1, 0x5c, 0xc3, 0xb1, 0x03, 0x1a, 0x14, 0x9f, 0xe0, 0x53, 0x25, 0xf5, 0xb4, - 0x5c, 0x51, 0x64, 0xd1, 0x4c, 0x59, 0x89, 0x4a, 0xa2, 0xc9, 0x86, 0x50, 0xee, 0xbd, 0x6f, 0xf3, - 0x81, 0xf3, 0xdc, 0x90, 0xbe, 0x13, 0x16, 0x2f, 0xf1, 0xe6, 0x3c, 0x9d, 0xc6, 0x79, 0xd3, 0xab, - 0x96, 0xe3, 0xd4, 0xda, 0x7d, 0x6f, 0x02, 0x31, 0xc9, 0x93, 0xbc, 0x04, 0xa3, 0x2d, 0xaf, 0x5a, - 0x6e, 0xd1, 0xca, 0xa6, 0x1d, 0x56, 0xea, 0xc5, 0xe9, 0xb8, 0xc7, 0x65, 0xd3, 0xc0, 0x61, 0x8c, - 0x92, 0xec, 0xc0, 0x48, 0x53, 0xdc, 0x0c, 0x28, 0x3e, 0xd9, 0x9f, 0x96, 0x29, 0x2f, 0x18, 0x88, - 0xe3, 0x48, 0x7e, 0xa0, 0x62, 0x4e, 0xfe, 0x20, 0x03, 0xe3, 0x89, 0x24, 0xb5, 0xe2, 0xfb, 0xfb, - 0x3c, 0x07, 0xe3, 0xec, 0x4a, 0x4f, 0xf3, 0xae, 0x8a, 0x03, 0xef, 0x75, 0x82, 0x30, 0x59, 0x0f, - 0xd1, 0x07, 0xfc, 0xae, 0x4e, 0xf1, 0xa9, 0x7e, 0xfb, 0x80, 0xb3, 0x51, 0x7d, 0xc0, 0x3f, 0x50, - 0x31, 0x27, 0x57, 0x60, 0x24, 0x74, 0x9a, 0xd4, 0x6b, 0x87, 0xc5, 0xa7, 0xe3, 0x41, 0x96, 0x2d, - 0x01, 0x46, 0x85, 0x9f, 0x7a, 0x15, 0x26, 0x3b, 0x54, 0xe7, 0x63, 0x5d, 0x22, 0xf9, 0x1e, 0xb3, - 0x9c, 0x0d, 0xab, 0xe5, 0xa4, 0x2d, 0xbe, 0x65, 0x98, 0x94, 0x6f, 0x85, 0x33, 0x5d, 0xaa, 0xd1, - 0xd6, 0xaf, 0xfa, 0x19, 0x11, 0x79, 0x4c, 0x12, 0x60, 0x67, 0x19, 0x36, 0x75, 0x2b, 0xe2, 0x41, - 0x37, 0x91, 0xa4, 0x3e, 0x14, 0xf7, 0x74, 0xcd, 0x1b, 0x38, 0x8c, 0x51, 0x5a, 0x5f, 0xc9, 0xc0, - 0x58, 0xec, 0x2c, 0x3f, 0xf1, 0x30, 0xcd, 0x12, 0x90, 0xa6, 0xe3, 0xfb, 0x9e, 0x2f, 0xd4, 0xa2, - 0x35, 0xb6, 0x3f, 0x05, 0xf2, 0xe2, 0x3e, 0xbf, 0x29, 0xba, 0xd6, 0x81, 0xc5, 0x94, 0x12, 0xd6, - 0xa7, 0x07, 0x21, 0xca, 0x36, 0xd2, 0x57, 0xa4, 0x33, 0x5d, 0xaf, 0x48, 0x3f, 0x0b, 0xb9, 0xdb, - 0x81, 0xe7, 0x6e, 0x46, 0x17, 0xa9, 0xf5, 0x50, 0xbc, 0x5e, 0xde, 0x58, 0xe7, 0x94, 0x9a, 0x82, - 0x53, 0xdf, 0x59, 0x72, 0x1a, 0x61, 0xe7, 0x55, 0xe3, 0xd7, 0xdf, 0x10, 0x70, 0xd4, 0x14, 0xfc, - 0xd5, 0xb8, 0x3d, 0xaa, 0x1d, 0x97, 0xd1, 0xab, 0x71, 0x0c, 0x88, 0x02, 0x47, 0x66, 0x21, 0xaf, - 0xfd, 0x9e, 0xd2, 0x0d, 0xab, 0x7b, 0x4a, 0xfb, 0x47, 0x31, 0xa2, 0xe1, 0xea, 0x99, 0xf4, 0xed, - 0x49, 0x6b, 0xf5, 0x5a, 0xef, 0xea, 0x6d, 0xc2, 0x47, 0x28, 0xb6, 0x6c, 0x05, 0x46, 0x2d, 0xc8, - 0xcc, 0x3e, 0xcb, 0x1e, 0x31, 0xfb, 0xcc, 0xfa, 0xd4, 0x20, 0x8c, 0xdc, 0xa4, 0x3e, 0x7f, 0x03, - 0xe1, 0x0a, 0x8c, 0xec, 0x89, 0x9f, 0xc9, 0xdc, 0x55, 0x49, 0x81, 0x0a, 0xcf, 0x3a, 0x64, 0xbb, - 0xed, 0x34, 0xaa, 0x0b, 0xd1, 0xea, 0xd0, 0x1d, 0x52, 0x52, 0x08, 0x8c, 0x68, 0x58, 0x81, 0x1a, - 0x53, 0x60, 0x9b, 0x4d, 0x27, 0x4c, 0xde, 0x18, 0x5c, 0x56, 0x08, 0x8c, 0x68, 0xc8, 0xd3, 0x30, - 0x5c, 0x73, 0xc2, 0x2d, 0xbb, 0x96, 0x8c, 0x83, 0x2c, 0x73, 0x28, 0x4a, 0x2c, 0x77, 0xae, 0x3b, - 0xe1, 0x96, 0x4f, 0xb9, 0x8f, 0xae, 0xe3, 0x7e, 0xcc, 0xb2, 0x81, 0xc3, 0x18, 0x25, 0xaf, 0x92, - 0x27, 0x5b, 0x26, 0x9d, 0xde, 0x51, 0x95, 0x14, 0x02, 0x23, 0x1a, 0x36, 0xb1, 0x2a, 0x5e, 0xb3, - 0xe5, 0x34, 0x64, 0xde, 0x92, 0x31, 0xb1, 0xe6, 0x25, 0x1c, 0x35, 0x05, 0xa3, 0x66, 0x5b, 0xc3, - 0x8e, 0xe7, 0x37, 0x93, 0x4f, 0x64, 0x6d, 0x4a, 0x38, 0x6a, 0x0a, 0xeb, 0x26, 0x8c, 0x89, 0x25, - 0x32, 0xdf, 0xb0, 0x9d, 0xe6, 0xf2, 0x3c, 0x59, 0xec, 0x48, 0x88, 0xbb, 0x92, 0x92, 0x10, 0x77, - 0x36, 0x56, 0x28, 0x25, 0x31, 0xee, 0x6b, 0x03, 0x90, 0x7b, 0x84, 0xaf, 0x07, 0xee, 0xc4, 0x5e, - 0x0f, 0x3c, 0x99, 0x17, 0xe6, 0xd2, 0x5e, 0x0e, 0x74, 0x13, 0x2f, 0x07, 0x2e, 0xf5, 0x9f, 0x04, - 0x7a, 0xdf, 0x57, 0x03, 0x7f, 0x9c, 0x01, 0x7d, 0xd5, 0x88, 0xef, 0x0c, 0x25, 0xc7, 0xe5, 0x31, - 0xd2, 0x87, 0xdf, 0xa5, 0x7e, 0xac, 0x4b, 0x37, 0xfb, 0x6d, 0xa8, 0x59, 0xfb, 0xae, 0x0f, 0xa3, - 0xfe, 0x28, 0x03, 0xc5, 0xb4, 0x02, 0x8f, 0xe0, 0xb1, 0xc4, 0x3b, 0xf1, 0xc7, 0x12, 0x57, 0x4f, - 0xb2, 0xbd, 0x5d, 0x1e, 0x4d, 0x3c, 0xec, 0xd2, 0x5a, 0xfe, 0x56, 0xe1, 0xb6, 0x3a, 0x1f, 0x32, - 0xfd, 0x05, 0x32, 0x04, 0xe3, 0xf4, 0xe3, 0x65, 0x1b, 0x86, 0x03, 0x1e, 0x50, 0x94, 0x83, 0xfc, - 0x4a, 0xef, 0x67, 0x05, 0xe3, 0x22, 0x7d, 0x48, 0xfc, 0x37, 0x4a, 0xce, 0xd6, 0xb7, 0x33, 0x30, - 0xfa, 0x08, 0xdf, 0xbc, 0xa4, 0xf1, 0x61, 0x7c, 0xad, 0xdf, 0x61, 0xec, 0x32, 0x74, 0x7f, 0x77, - 0x01, 0x62, 0x0f, 0x4d, 0x92, 0x3b, 0x90, 0x57, 0x3a, 0x99, 0x4a, 0x10, 0x7f, 0xad, 0x5f, 0xaf, - 0x6d, 0x74, 0x2c, 0x28, 0x48, 0x80, 0x91, 0x94, 0x44, 0x90, 0x76, 0xe0, 0x48, 0x41, 0xda, 0xff, - 0x89, 0x00, 0x41, 0xba, 0xd5, 0x3b, 0xf4, 0x50, 0xac, 0xde, 0x8b, 0x27, 0x6e, 0xf5, 0x3e, 0xf1, - 0x48, 0xac, 0x5e, 0xc3, 0x4b, 0x98, 0xed, 0xc3, 0x4b, 0xf8, 0xeb, 0x70, 0x66, 0x2f, 0x3a, 0x98, - 0xf5, 0xac, 0x91, 0xaf, 0xf8, 0x5d, 0x49, 0xb5, 0x75, 0x99, 0x92, 0x11, 0x84, 0xd4, 0x0d, 0x8d, - 0x23, 0x3d, 0xba, 0xe7, 0x7a, 0x33, 0x85, 0x1d, 0xa6, 0x0a, 0x49, 0xfa, 0x85, 0x46, 0x8e, 0xe0, - 0x17, 0xfa, 0xe3, 0xae, 0xcf, 0xf8, 0xe7, 0x1e, 0xc6, 0x33, 0xfe, 0x8f, 0x1f, 0xfb, 0x09, 0xff, - 0xa7, 0x22, 0x6f, 0xb1, 0x08, 0xfd, 0xa7, 0x3b, 0x79, 0xbf, 0x90, 0x8c, 0xdb, 0x00, 0xef, 0xf0, - 0x9b, 0x27, 0xa1, 0x87, 0x9c, 0x40, 0xec, 0xa6, 0xd0, 0x47, 0xec, 0x26, 0xe1, 0xba, 0x1b, 0x3d, - 0x21, 0xd7, 0x9d, 0x0b, 0x13, 0x4e, 0xd3, 0xae, 0xd1, 0xcd, 0x76, 0xa3, 0x21, 0x72, 0x1f, 0x83, - 0xe2, 0x18, 0xe7, 0x9d, 0x9a, 0xd6, 0xb6, 0xea, 0x55, 0xec, 0x46, 0xf2, 0x99, 0x54, 0x9d, 0xe4, - 0x7d, 0x2d, 0xc1, 0x09, 0x3b, 0x78, 0xb3, 0xc9, 0xc9, 0x2f, 0x32, 0xd2, 0x90, 0xf5, 0x36, 0x8f, - 0x66, 0xc8, 0xbf, 0x86, 0x59, 0x89, 0xc0, 0x68, 0xd2, 0x90, 0xeb, 0x90, 0xaf, 0xba, 0x81, 0x4c, - 0x69, 0x1e, 0xe7, 0xdb, 0xd5, 0x07, 0xd8, 0x26, 0xb7, 0xb0, 0x5e, 0xd6, 0xc9, 0xcc, 0x17, 0x53, - 0xee, 0xc3, 0x6a, 0x3c, 0x46, 0xe5, 0xc9, 0x1a, 0x67, 0x26, 0x1f, 0xcd, 0x12, 0x81, 0x87, 0xcb, - 0x5d, 0x5c, 0x4f, 0x0b, 0xeb, 0xea, 0x91, 0xaf, 0x31, 0x29, 0x4e, 0xbe, 0x83, 0x15, 0x71, 0x30, - 0x5e, 0x7d, 0x9c, 0xbc, 0xef, 0xab, 0x8f, 0x37, 0xe0, 0x7c, 0x18, 0x36, 0x62, 0xd1, 0x6e, 0x79, - 0x1b, 0x9a, 0x5f, 0x8d, 0xcf, 0x8a, 0xd7, 0xf6, 0xb6, 0xb6, 0x56, 0xd3, 0x48, 0xb0, 0x5b, 0x59, - 0x1e, 0xf3, 0x0d, 0x1b, 0xda, 0x01, 0x7d, 0xa9, 0xcf, 0x98, 0x6f, 0x94, 0x59, 0x20, 0x63, 0xbe, - 0x11, 0x00, 0x4d, 0x41, 0x64, 0xa3, 0x9b, 0xf7, 0xfd, 0x34, 0xdf, 0x6c, 0x8e, 0xef, 0x4b, 0x37, - 0x7d, 0xb7, 0x67, 0xee, 0xeb, 0xbb, 0xed, 0xf0, 0x35, 0x9f, 0x3d, 0x86, 0xaf, 0xf9, 0x16, 0xbf, - 0xee, 0xbc, 0x3c, 0x2f, 0x5d, 0xf5, 0x3d, 0x2b, 0x73, 0xfc, 0x1a, 0x92, 0xc8, 0xcf, 0xe0, 0x3f, - 0x51, 0xb0, 0x25, 0x9b, 0x70, 0xa6, 0xe5, 0x55, 0x3b, 0xbc, 0xd5, 0xdc, 0x37, 0x6f, 0x3c, 0x5a, - 0xb0, 0x99, 0x42, 0x83, 0xa9, 0x25, 0xf9, 0x66, 0x1e, 0xc1, 0xf9, 0x1d, 0xf9, 0xac, 0xdc, 0xcc, - 0x23, 0x30, 0x9a, 0x34, 0x49, 0xcf, 0xed, 0xe3, 0x0f, 0xcd, 0x73, 0x3b, 0xf5, 0x08, 0x3c, 0xb7, - 0x17, 0x8e, 0xec, 0xb9, 0xfd, 0x38, 0x9c, 0x6e, 0x79, 0xd5, 0x05, 0x27, 0xf0, 0xdb, 0x3c, 0xe1, - 0xb9, 0xd4, 0xae, 0xd6, 0x68, 0xc8, 0x5d, 0xbf, 0x85, 0xab, 0x57, 0xcd, 0x4a, 0x8a, 0xff, 0x1c, - 0x9c, 0x91, 0xff, 0x39, 0xc8, 0x97, 0x7a, 0xa2, 0x14, 0x37, 0x8c, 0x78, 0x82, 0x4a, 0x0a, 0x12, - 0xd3, 0xe4, 0x98, 0x8e, 0xe3, 0xcb, 0x0f, 0xd3, 0x71, 0xfc, 0x1a, 0xe4, 0x82, 0x7a, 0x3b, 0xac, - 0x7a, 0x77, 0x5d, 0x1e, 0x09, 0xc8, 0xeb, 0x17, 0xd8, 0x73, 0x65, 0x09, 0xbf, 0x77, 0x30, 0x3d, - 0xa1, 0x7e, 0x1b, 0x2e, 0x01, 0x09, 0x21, 0xbf, 0xdf, 0x25, 0x5d, 0xd4, 0x3a, 0xf9, 0x74, 0xd1, - 0xf3, 0xc7, 0x4a, 0x15, 0x4d, 0xf3, 0x89, 0x3f, 0xf9, 0x73, 0xe2, 0x13, 0xff, 0x7c, 0x06, 0xc6, - 0xf6, 0x4c, 0x5f, 0x8b, 0xf4, 0xd6, 0xf7, 0x1c, 0xed, 0x8b, 0x39, 0x6e, 0x4a, 0x16, 0xdb, 0xba, - 0x62, 0xa0, 0x7b, 0x49, 0x00, 0xc6, 0xe5, 0x77, 0x86, 0x1f, 0x9f, 0x7a, 0xa4, 0xe1, 0xc7, 0xfe, - 0x5d, 0xf2, 0x3f, 0x99, 0x84, 0x53, 0x89, 0x57, 0xda, 0x5f, 0x50, 0xaf, 0xac, 0x08, 0x8f, 0xd7, - 0xa5, 0xe4, 0x2b, 0x2b, 0x63, 0x8a, 0x3e, 0xf6, 0xd2, 0x4a, 0xec, 0x29, 0x94, 0x81, 0x87, 0xfa, - 0x14, 0xca, 0xe0, 0xa3, 0x79, 0x0a, 0x65, 0xe2, 0x61, 0x3c, 0x85, 0x32, 0x79, 0xac, 0xa7, 0x50, - 0x8c, 0xa7, 0x68, 0x86, 0x1e, 0xf0, 0x14, 0xcd, 0x1c, 0x8c, 0xab, 0xf4, 0x3a, 0x2a, 0x5f, 0xc0, - 0x10, 0x5e, 0x58, 0xfd, 0xc7, 0x53, 0xf3, 0x71, 0x34, 0x26, 0xe9, 0xc9, 0x6f, 0x40, 0xd6, 0xe5, - 0x05, 0x87, 0xfb, 0x7b, 0x58, 0x2d, 0x3e, 0x9f, 0xb8, 0xca, 0x2e, 0x1f, 0x36, 0x53, 0x89, 0x15, - 0x59, 0x0e, 0xbb, 0xa7, 0x7e, 0xa0, 0x90, 0x4b, 0xde, 0x86, 0xa2, 0xb7, 0xb3, 0xd3, 0xf0, 0xec, - 0x6a, 0xf4, 0x5c, 0x8b, 0xf2, 0x0d, 0x8b, 0xc4, 0xe1, 0xcb, 0x92, 0x41, 0x71, 0xa3, 0x0b, 0x1d, - 0x76, 0xe5, 0xc0, 0xec, 0xab, 0xf1, 0xf8, 0x0b, 0x47, 0x41, 0x31, 0xcf, 0x5b, 0xfa, 0xd1, 0x13, - 0x6a, 0x69, 0xfc, 0x45, 0x25, 0xd9, 0x66, 0xdd, 0xff, 0x09, 0x2c, 0x26, 0x2b, 0x43, 0x7c, 0x38, - 0xd7, 0x4a, 0x33, 0x40, 0x03, 0x99, 0xf9, 0x76, 0x3f, 0x33, 0x58, 0xad, 0xd2, 0x73, 0xa9, 0x26, - 0x6c, 0x80, 0x5d, 0x38, 0x9b, 0x0f, 0xb9, 0xe4, 0x1e, 0xe6, 0x43, 0x2e, 0xf1, 0x3f, 0x4f, 0x18, - 0x7b, 0x44, 0x7f, 0x9e, 0x40, 0x7e, 0x9a, 0xfa, 0x96, 0x90, 0xb0, 0xdb, 0x7e, 0xf5, 0x84, 0x46, - 0xfd, 0xe7, 0xee, 0x3d, 0xa1, 0x3f, 0xca, 0xc0, 0x94, 0x98, 0x5b, 0x69, 0x7f, 0xc2, 0x25, 0x93, - 0xd7, 0x4e, 0x26, 0x2c, 0xc0, 0x03, 0x8e, 0xe5, 0x98, 0x2c, 0xee, 0xc1, 0xbe, 0x8f, 0x7c, 0xf2, - 0xd9, 0x14, 0x0d, 0x63, 0xbc, 0x3f, 0x0f, 0x47, 0xfa, 0xdb, 0x34, 0xa7, 0x0f, 0x8f, 0xa2, 0x54, - 0xfc, 0x59, 0x57, 0xb7, 0x0b, 0xe1, 0x95, 0x2a, 0x9f, 0xa8, 0xdb, 0xc5, 0x7c, 0x36, 0xe7, 0x38, - 0xce, 0x97, 0xa9, 0x8f, 0x89, 0x37, 0xf3, 0xba, 0x3e, 0xdd, 0xf8, 0x2b, 0xe6, 0x11, 0xdf, 0xc7, - 0xeb, 0x89, 0xd1, 0xbe, 0x69, 0xbe, 0x1c, 0xf9, 0x5b, 0x19, 0x38, 0x93, 0xb6, 0xbb, 0xa5, 0x54, - 0xe4, 0x66, 0xbc, 0x22, 0x7d, 0x3b, 0x7e, 0xcd, 0x6a, 0x9c, 0xcc, 0xdb, 0x41, 0x5f, 0x1e, 0x36, - 0xfc, 0xd5, 0x21, 0x6d, 0xfd, 0x32, 0xf3, 0xbc, 0x8f, 0xcc, 0xf3, 0xd8, 0x1f, 0xa4, 0x64, 0x1f, - 0xed, 0x1f, 0xa4, 0x0c, 0xf7, 0xf0, 0x07, 0x29, 0x23, 0x8f, 0xf8, 0x0f, 0x52, 0x72, 0x47, 0xfc, - 0x83, 0x94, 0xfc, 0xcf, 0xd3, 0x1f, 0xa4, 0x58, 0x3f, 0xcc, 0xc0, 0xc4, 0x2f, 0xc0, 0x7f, 0x4f, - 0xfe, 0xc0, 0x88, 0x28, 0x3f, 0xc2, 0x3f, 0x9d, 0x6c, 0xc6, 0xe3, 0x72, 0x2b, 0x27, 0xd5, 0xce, - 0x2e, 0xf1, 0xb9, 0x3b, 0x90, 0x66, 0xfe, 0x1f, 0xed, 0xce, 0x64, 0x2c, 0x0d, 0x6a, 0xe0, 0xc8, - 0x69, 0x50, 0xef, 0x0d, 0x74, 0x76, 0x2c, 0x3f, 0xfc, 0x3f, 0xf1, 0x10, 0xff, 0x05, 0xef, 0x4c, - 0xda, 0xbf, 0xe0, 0x25, 0xfe, 0xf5, 0x2e, 0xf9, 0x2f, 0x68, 0x03, 0x0f, 0xf1, 0x5f, 0xd0, 0xc6, - 0xa0, 0xf0, 0x96, 0xd3, 0xd2, 0xd6, 0xfc, 0xcc, 0x37, 0xbe, 0x7f, 0xe9, 0xb1, 0x6f, 0x7d, 0xff, - 0xd2, 0x63, 0xdf, 0xf9, 0xfe, 0xa5, 0xc7, 0x3e, 0x79, 0x78, 0x29, 0xf3, 0x8d, 0xc3, 0x4b, 0x99, - 0x6f, 0x1d, 0x5e, 0xca, 0x7c, 0xe7, 0xf0, 0x52, 0xe6, 0x7b, 0x87, 0x97, 0x32, 0x5f, 0xf8, 0xc1, - 0xa5, 0xc7, 0xde, 0xca, 0xa9, 0xb6, 0xfd, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x02, 0x50, 0x3d, - 0xea, 0x75, 0x84, 0x00, 0x00, + proto.RegisterFile("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1/generated.proto", fileDescriptor_4591a7d59114d518) +} + +var fileDescriptor_4591a7d59114d518 = []byte{ + // 7574 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x5b, 0x6c, 0x24, 0xd7, + 0x75, 0xa0, 0x9a, 0x64, 0x93, 0xdd, 0xa7, 0xc9, 0x21, 0x79, 0xe7, 0xd5, 0xe2, 0x8c, 0x86, 0xe3, + 0x92, 0x25, 0x68, 0x76, 0x65, 0xd2, 0x9a, 0x91, 0xbc, 0xda, 0xd5, 0x5a, 0x12, 0x9b, 0xcf, 0xd1, + 0xf0, 0xa5, 0xd3, 0x9c, 0xd1, 0x5a, 0xd6, 0x0e, 0xb6, 0xd8, 0x7d, 0xd9, 0x5d, 0xc3, 0xee, 0xaa, + 0x9e, 0xaa, 0x6a, 0x8e, 0xa8, 0xb5, 0xbd, 0x5e, 0x61, 0xbd, 0x31, 0x0c, 0xc7, 0x36, 0x10, 0x20, + 0x70, 0xe2, 0x20, 0x70, 0x82, 0x04, 0xce, 0x47, 0x02, 0x24, 0x1f, 0xf9, 0xc8, 0xa7, 0x01, 0x1b, + 0xb0, 0x3f, 0x02, 0x18, 0xf0, 0x47, 0x0c, 0x24, 0xa0, 0x6d, 0xda, 0x3f, 0x81, 0x8d, 0x04, 0x76, + 0x10, 0x18, 0x98, 0x04, 0x48, 0x70, 0x9f, 0x75, 0xab, 0xba, 0x7a, 0x86, 0xec, 0xe6, 0x4c, 0x0c, + 0xd8, 0x7f, 0x5d, 0xe7, 0x9c, 0x7b, 0xce, 0x7d, 0xdf, 0xf3, 0xba, 0xb7, 0x61, 0xa9, 0xe6, 0x84, + 0xf5, 0xf6, 0xf6, 0x4c, 0xc5, 0x6b, 0xce, 0xda, 0x7e, 0xcd, 0x6b, 0xf9, 0xde, 0x1d, 0xfe, 0x63, + 0x76, 0xef, 0xda, 0x6c, 0x6b, 0xb7, 0x36, 0x6b, 0xb7, 0x9c, 0x60, 0xf6, 0x9e, 0xe7, 0xef, 0xee, + 0x34, 0xbc, 0x7b, 0xb3, 0x7b, 0x2f, 0xd8, 0x8d, 0x56, 0xdd, 0x7e, 0x61, 0xb6, 0x46, 0x5d, 0xea, + 0xdb, 0x21, 0xad, 0xce, 0xb4, 0x7c, 0x2f, 0xf4, 0xc8, 0x47, 0x22, 0x3e, 0x33, 0x8a, 0x0f, 0xff, + 0x31, 0xb3, 0x77, 0x6d, 0xa6, 0xb5, 0x5b, 0x9b, 0x61, 0x7c, 0x66, 0x14, 0x9f, 0x19, 0xc5, 0x67, + 0xea, 0x43, 0x86, 0xfc, 0x9a, 0x57, 0xf3, 0x66, 0x39, 0xbb, 0xed, 0xf6, 0x0e, 0xff, 0xe2, 0x1f, + 0xfc, 0x97, 0x10, 0x33, 0x65, 0xed, 0xbe, 0x1c, 0xcc, 0x38, 0x1e, 0xab, 0xd5, 0x6c, 0xc5, 0xf3, + 0xe9, 0xec, 0x5e, 0x47, 0x55, 0xa6, 0xae, 0x18, 0x34, 0x2d, 0xaf, 0xe1, 0x54, 0xf6, 0x67, 0xf7, + 0x5e, 0xd8, 0xa6, 0x61, 0x67, 0xad, 0xa7, 0x5e, 0x8c, 0x48, 0x9b, 0x76, 0xa5, 0xee, 0xb8, 0xd4, + 0xdf, 0x8f, 0x5a, 0xdd, 0xa4, 0xa1, 0x9d, 0x26, 0x60, 0xb6, 0x5b, 0x29, 0xbf, 0xed, 0x86, 0x4e, + 0x93, 0x76, 0x14, 0xf8, 0xc8, 0xc3, 0x0a, 0x04, 0x95, 0x3a, 0x6d, 0xda, 0x1d, 0xe5, 0xae, 0x75, + 0x2b, 0xd7, 0x0e, 0x9d, 0xc6, 0xac, 0xe3, 0x86, 0x41, 0xe8, 0x27, 0x0b, 0x59, 0x8b, 0x30, 0x3c, + 0xd7, 0xf4, 0xda, 0x6e, 0x48, 0x5e, 0x81, 0xec, 0x9e, 0xdd, 0x68, 0xd3, 0x62, 0xe6, 0x72, 0xe6, + 0xb9, 0x7c, 0xe9, 0x99, 0x6f, 0x1d, 0x4c, 0x3f, 0x71, 0x78, 0x30, 0x9d, 0xbd, 0xc5, 0x80, 0xf7, + 0x0f, 0xa6, 0xcf, 0x50, 0xb7, 0xe2, 0x55, 0x1d, 0xb7, 0x36, 0x7b, 0x27, 0xf0, 0xdc, 0x99, 0xf5, + 0x76, 0x73, 0x9b, 0xfa, 0x28, 0xca, 0x58, 0x7f, 0x39, 0x00, 0xe3, 0x73, 0x7e, 0xa5, 0xee, 0xec, + 0xd1, 0x72, 0xc8, 0xf8, 0xd7, 0xf6, 0xc9, 0x6d, 0x18, 0x0c, 0x6d, 0x9f, 0xb3, 0x2b, 0x5c, 0x9d, + 0x9f, 0xe9, 0x6d, 0xc8, 0x67, 0xb6, 0x6c, 0x5f, 0x71, 0x2c, 0x8d, 0x1c, 0x1e, 0x4c, 0x0f, 0x6e, + 0xd9, 0x3e, 0x32, 0xc6, 0x64, 0x1b, 0x86, 0x5c, 0xcf, 0xa5, 0xc5, 0x01, 0x2e, 0x60, 0xa1, 0x57, + 0x01, 0xeb, 0x9e, 0xab, 0xeb, 0x5c, 0xca, 0x1d, 0x1e, 0x4c, 0x0f, 0x31, 0x08, 0x72, 0xde, 0xac, + 0x0d, 0xef, 0x39, 0xad, 0xe2, 0x60, 0x7f, 0x6d, 0x78, 0xdb, 0x69, 0xc5, 0xdb, 0xf0, 0xb6, 0xd3, + 0x42, 0xc6, 0xd8, 0xfa, 0xe7, 0x0c, 0xe4, 0xe7, 0xfc, 0x5a, 0xbb, 0x49, 0xdd, 0x30, 0x20, 0x6d, + 0x80, 0x96, 0xed, 0xdb, 0x4d, 0x1a, 0x52, 0x3f, 0x28, 0x66, 0x2e, 0x0f, 0x3e, 0x57, 0xb8, 0x3a, + 0xd7, 0xab, 0xd0, 0x4d, 0xc5, 0xa9, 0x44, 0xe4, 0x50, 0x82, 0x06, 0x05, 0x68, 0x08, 0x22, 0x77, + 0x21, 0x6f, 0xfb, 0xa1, 0xb3, 0x63, 0x57, 0xc2, 0xa0, 0x38, 0xc0, 0xa5, 0xbe, 0xde, 0xab, 0xd4, + 0x39, 0xc9, 0xa8, 0x34, 0x29, 0x85, 0xe6, 0x15, 0x24, 0xc0, 0x48, 0x8a, 0xf5, 0xdd, 0x21, 0xc8, + 0x29, 0x04, 0xb9, 0x0c, 0x43, 0xae, 0xdd, 0x54, 0x13, 0x6f, 0x54, 0x16, 0x1c, 0x5a, 0xb7, 0x9b, + 0x6c, 0x18, 0xec, 0x26, 0x65, 0x14, 0x2d, 0x3b, 0xac, 0xf3, 0xa1, 0x36, 0x28, 0x36, 0xed, 0xb0, + 0x8e, 0x1c, 0x43, 0x2e, 0xc2, 0x50, 0xd3, 0xab, 0x52, 0x3e, 0x52, 0x59, 0x31, 0x8c, 0x6b, 0x5e, + 0x95, 0x22, 0x87, 0xb2, 0xf2, 0x3b, 0xbe, 0xd7, 0x2c, 0x0e, 0xc5, 0xcb, 0x2f, 0xf9, 0x5e, 0x13, + 0x39, 0x86, 0x7c, 0x21, 0x03, 0x13, 0xaa, 0x7a, 0xab, 0x5e, 0xc5, 0x0e, 0x1d, 0xcf, 0x2d, 0x66, + 0xf9, 0xb0, 0xaf, 0xf4, 0xdb, 0x17, 0x8a, 0x5f, 0xa9, 0x28, 0x05, 0x4f, 0x24, 0x31, 0xd8, 0x21, + 0x9b, 0x5c, 0x05, 0xa8, 0x35, 0xbc, 0x6d, 0xbb, 0xc1, 0xba, 0xa1, 0x38, 0xcc, 0x2b, 0xae, 0x07, + 0x72, 0x59, 0x63, 0xd0, 0xa0, 0x22, 0x2e, 0x8c, 0xd8, 0x62, 0x11, 0x16, 0x47, 0x78, 0xd5, 0x97, + 0x7b, 0xaf, 0x7a, 0x6c, 0x2d, 0x97, 0x0a, 0x87, 0x07, 0xd3, 0x23, 0x12, 0x88, 0x4a, 0x08, 0x79, + 0x1e, 0x72, 0x5e, 0x8b, 0xd5, 0xd6, 0x6e, 0x14, 0x73, 0x97, 0x33, 0xcf, 0xe5, 0x4a, 0x13, 0xb2, + 0x86, 0xb9, 0x0d, 0x09, 0x47, 0x4d, 0x41, 0xae, 0xc0, 0x48, 0xd0, 0xde, 0x66, 0x63, 0x56, 0xcc, + 0xf3, 0xe6, 0x8c, 0x4b, 0xe2, 0x91, 0xb2, 0x00, 0xa3, 0xc2, 0x93, 0x97, 0xa0, 0xe0, 0xd3, 0x4a, + 0xdb, 0x0f, 0x28, 0x1b, 0xc4, 0x22, 0x70, 0xde, 0xa7, 0x25, 0x79, 0x01, 0x23, 0x14, 0x9a, 0x74, + 0xd6, 0xdf, 0x0f, 0x43, 0x47, 0xd7, 0x92, 0x17, 0xa0, 0x20, 0xeb, 0xbb, 0xea, 0xd5, 0x02, 0x3e, + 0xc9, 0x72, 0xa5, 0x71, 0xc6, 0x67, 0x2e, 0x02, 0xa3, 0x49, 0x43, 0xde, 0x86, 0x81, 0xe0, 0x9a, + 0xdc, 0x57, 0x4a, 0xbd, 0x76, 0x61, 0xf9, 0x9a, 0x5e, 0x0b, 0xc3, 0x87, 0x07, 0xd3, 0x03, 0xe5, + 0x6b, 0x38, 0x10, 0x5c, 0x63, 0x3b, 0x4a, 0xcd, 0x09, 0xfb, 0xdd, 0x51, 0x96, 0x9d, 0x50, 0x73, + 0xe7, 0x3b, 0xca, 0xb2, 0x13, 0x22, 0x63, 0xcc, 0x76, 0xc5, 0x7a, 0x18, 0xb6, 0xf8, 0x54, 0xef, + 0x63, 0x57, 0x5c, 0xd9, 0xda, 0xda, 0xd4, 0x12, 0xf8, 0x72, 0x62, 0x10, 0xe4, 0xbc, 0xc9, 0xa7, + 0x58, 0x97, 0x0a, 0x9c, 0xe7, 0xef, 0xcb, 0x65, 0x72, 0xa3, 0xdf, 0x65, 0xe2, 0xf9, 0xfb, 0x5a, + 0xa2, 0x1c, 0x1f, 0x8d, 0x40, 0x53, 0x20, 0x6f, 0x63, 0x75, 0x27, 0xe0, 0xab, 0xa2, 0x9f, 0x36, + 0x2e, 0x2c, 0x95, 0x13, 0x6d, 0x5c, 0x58, 0x2a, 0x23, 0xe7, 0xcd, 0xc6, 0xc9, 0xb7, 0xef, 0xc9, + 0x75, 0xd4, 0xf3, 0x38, 0xa1, 0x7d, 0x2f, 0x3e, 0x4e, 0x68, 0xdf, 0x43, 0xc6, 0x98, 0xf1, 0xf7, + 0x82, 0x80, 0x2f, 0x9b, 0x3e, 0xf8, 0x6f, 0x94, 0xcb, 0x71, 0xfe, 0x1b, 0xe5, 0x32, 0x32, 0xc6, + 0x7c, 0x9e, 0x55, 0x02, 0xbe, 0xd2, 0xfa, 0x99, 0x67, 0xf3, 0x09, 0xfe, 0xcb, 0xf3, 0x65, 0x64, + 0x8c, 0xad, 0xbb, 0x70, 0x56, 0x61, 0x90, 0xb6, 0xbc, 0xc0, 0xe1, 0xc3, 0x44, 0x77, 0xc8, 0x2c, + 0xe4, 0x2b, 0x9e, 0xbb, 0xe3, 0xd4, 0xd6, 0xec, 0x96, 0xdc, 0xd2, 0xf5, 0x59, 0x30, 0xaf, 0x10, + 0x18, 0xd1, 0x90, 0xa7, 0x60, 0x70, 0x97, 0xee, 0xcb, 0xbd, 0xbd, 0x20, 0x49, 0x07, 0x6f, 0xd0, + 0x7d, 0x64, 0xf0, 0xff, 0x96, 0xfb, 0xf2, 0x57, 0xa7, 0x9f, 0xf8, 0xf4, 0xdf, 0x5d, 0x7e, 0xc2, + 0xfa, 0x93, 0x01, 0xb8, 0x90, 0x2a, 0xb3, 0x1c, 0xda, 0x61, 0x3b, 0x20, 0x7f, 0x98, 0x81, 0xb3, + 0x76, 0x1a, 0x5e, 0xea, 0x20, 0x6b, 0xfd, 0xce, 0xd0, 0x18, 0xd3, 0xd2, 0x53, 0xb2, 0xaa, 0xe9, + 0xfd, 0x80, 0xe9, 0x55, 0x61, 0xdd, 0xc3, 0x8e, 0xb4, 0xa0, 0x65, 0x57, 0xa8, 0x6c, 0xb3, 0xee, + 0x9e, 0x75, 0x85, 0xc0, 0x88, 0x86, 0x6d, 0x9b, 0x55, 0xba, 0x63, 0xb7, 0x1b, 0x62, 0xd3, 0xc8, + 0x45, 0xdb, 0xe6, 0x82, 0x00, 0xa3, 0xc2, 0x1b, 0x5d, 0xf5, 0xf5, 0x0c, 0x9c, 0x4e, 0x59, 0x57, + 0xac, 0xaf, 0xdb, 0x7e, 0x43, 0x0e, 0x8b, 0xee, 0xeb, 0x9b, 0xb8, 0x8a, 0x0c, 0x4e, 0x3e, 0x97, + 0x81, 0x71, 0x63, 0xa1, 0xcd, 0xb5, 0xe5, 0x99, 0xdb, 0xd7, 0x49, 0x12, 0x63, 0x57, 0x3a, 0x2f, + 0x85, 0x8e, 0x27, 0x10, 0x98, 0x14, 0x6c, 0xfd, 0x4d, 0x06, 0x92, 0x44, 0xc4, 0x86, 0x53, 0xed, + 0x80, 0xfa, 0xac, 0x77, 0xca, 0xb4, 0xe2, 0xd3, 0x50, 0x0e, 0xed, 0x33, 0x33, 0x42, 0xf9, 0x65, + 0xb5, 0x98, 0x61, 0xaa, 0xfe, 0xcc, 0xde, 0x0b, 0x33, 0x82, 0xe2, 0x06, 0xdd, 0x2f, 0xd3, 0x06, + 0x65, 0x3c, 0x4a, 0xe4, 0xf0, 0x60, 0xfa, 0xd4, 0xcd, 0x18, 0x03, 0x4c, 0x30, 0x64, 0x22, 0x5a, + 0x76, 0x10, 0xdc, 0xf3, 0xfc, 0xaa, 0x14, 0x31, 0x70, 0x6c, 0x11, 0x9b, 0x31, 0x06, 0x98, 0x60, + 0x68, 0x7d, 0x23, 0x03, 0x23, 0x25, 0xbb, 0xb2, 0xeb, 0xed, 0xec, 0xb0, 0x33, 0xb4, 0xda, 0xf6, + 0x85, 0xbe, 0x21, 0x86, 0x45, 0x9f, 0xa1, 0x0b, 0x12, 0x8e, 0x9a, 0x82, 0x6c, 0xc1, 0xb0, 0xe8, + 0x0e, 0x59, 0xa9, 0x0f, 0x1b, 0x95, 0xd2, 0x4a, 0x3f, 0x1f, 0x0e, 0xa6, 0xf4, 0xcf, 0x08, 0xa5, + 0x7f, 0xe6, 0xba, 0x1b, 0x6e, 0x30, 0x2d, 0xda, 0x71, 0x6b, 0x25, 0x38, 0x3c, 0x98, 0x1e, 0x5e, + 0xe2, 0x3c, 0x50, 0xf2, 0x62, 0xc7, 0x6d, 0xd3, 0x7e, 0x57, 0x89, 0xe3, 0xd3, 0x2c, 0x1f, 0x1d, + 0xb7, 0x6b, 0x11, 0x0a, 0x4d, 0x3a, 0xeb, 0x36, 0x64, 0xe7, 0xed, 0x4a, 0x9d, 0x92, 0x9b, 0xc9, + 0x25, 0x5f, 0xb8, 0xfa, 0x5c, 0x5a, 0x6f, 0xe9, 0xe5, 0x6f, 0x76, 0xd8, 0x58, 0xb7, 0x8d, 0xc1, + 0xfa, 0x49, 0x06, 0xce, 0xcf, 0x37, 0xda, 0x41, 0x48, 0xfd, 0xb7, 0xe4, 0xbc, 0xda, 0xa2, 0xcd, + 0x56, 0xc3, 0x0e, 0x29, 0xf9, 0x5f, 0x90, 0x63, 0x06, 0x57, 0xd5, 0x0e, 0x6d, 0x29, 0xb1, 0x7b, + 0x57, 0xf0, 0x99, 0xc9, 0xa8, 0x59, 0x1d, 0x36, 0xb6, 0xef, 0xd0, 0x4a, 0xb8, 0x46, 0x43, 0x3b, + 0x52, 0xa7, 0x22, 0x18, 0x6a, 0xae, 0xc4, 0x85, 0xa1, 0xa0, 0x45, 0x2b, 0xb2, 0xa3, 0x57, 0x7b, + 0x9d, 0xff, 0xc9, 0x9a, 0x97, 0x5b, 0xb4, 0x12, 0x69, 0xa0, 0xec, 0x0b, 0xb9, 0x1c, 0xeb, 0x67, + 0x19, 0xb8, 0xd0, 0xa5, 0xb5, 0xab, 0x4e, 0x10, 0x92, 0x77, 0x3a, 0x5a, 0x3c, 0x73, 0xb4, 0x16, + 0xb3, 0xd2, 0xbc, 0xbd, 0x7a, 0x62, 0x29, 0x88, 0xd1, 0xda, 0x10, 0xb2, 0x4e, 0x48, 0x9b, 0x4a, + 0xff, 0xdf, 0xe8, 0xb5, 0xb9, 0x5d, 0x5a, 0x50, 0x1a, 0x53, 0xe6, 0xe4, 0x75, 0x26, 0x05, 0x85, + 0x30, 0xeb, 0xdb, 0x19, 0x60, 0x43, 0x5f, 0x75, 0xa4, 0xa6, 0x36, 0x14, 0xee, 0xb7, 0x94, 0x1d, + 0xa0, 0xb6, 0xd7, 0xa1, 0xad, 0xfd, 0x16, 0xb3, 0x3f, 0xc7, 0x34, 0x21, 0x03, 0x20, 0x27, 0x25, + 0xb7, 0x61, 0x38, 0xe0, 0x9b, 0xbf, 0xdc, 0x4a, 0x97, 0x64, 0xa1, 0x61, 0x71, 0x24, 0xdc, 0x3f, + 0x98, 0x3e, 0x92, 0xd1, 0x3e, 0xa3, 0x79, 0x8b, 0x72, 0x28, 0xb9, 0xb2, 0xcd, 0xb7, 0x49, 0x83, + 0xc0, 0xae, 0x51, 0xb9, 0x2a, 0xf4, 0xe6, 0xbb, 0x26, 0xc0, 0xa8, 0xf0, 0xd6, 0xc7, 0x00, 0xe6, + 0x3d, 0x37, 0x74, 0xdc, 0x36, 0xdd, 0x70, 0xc9, 0xd3, 0x90, 0xa5, 0xbe, 0xef, 0xf9, 0x52, 0xdf, + 0xd4, 0xcd, 0x5f, 0x64, 0x40, 0x14, 0x38, 0xf2, 0x2c, 0x5b, 0xcd, 0x4e, 0x83, 0x56, 0x79, 0xed, + 0x73, 0xa5, 0x53, 0xaa, 0xf6, 0x4b, 0x1c, 0x8a, 0x12, 0x6b, 0xcd, 0xc0, 0xc8, 0x3c, 0xb3, 0xd1, + 0xa9, 0xcf, 0xf8, 0x9a, 0x56, 0xfa, 0x58, 0xcc, 0x4a, 0x57, 0xd6, 0xf8, 0x16, 0x9c, 0x9d, 0xf7, + 0x29, 0x9b, 0x6c, 0xd7, 0x4a, 0xed, 0xca, 0x2e, 0x0d, 0x85, 0x36, 0x1e, 0x90, 0x57, 0x60, 0xcc, + 0xe3, 0x73, 0x7d, 0xd5, 0xab, 0xec, 0x3a, 0x6e, 0x4d, 0x9e, 0x28, 0x67, 0x25, 0x97, 0xb1, 0x0d, + 0x13, 0x89, 0x71, 0x5a, 0xeb, 0x3b, 0x03, 0x30, 0x3a, 0xef, 0x7b, 0xae, 0x1a, 0xdb, 0xc7, 0xb0, + 0x06, 0xef, 0xc4, 0xd6, 0x60, 0xcf, 0x86, 0x98, 0x59, 0xeb, 0x6e, 0xeb, 0x8f, 0xf8, 0x7a, 0x2a, + 0x09, 0xdd, 0xfc, 0x8d, 0x13, 0x91, 0xc6, 0x39, 0x46, 0x03, 0x1b, 0x9f, 0x5e, 0xd6, 0xdf, 0x66, + 0x60, 0xc2, 0x24, 0x7f, 0x0c, 0x0b, 0xdd, 0x89, 0x2f, 0xf4, 0x85, 0x93, 0x68, 0x65, 0x97, 0xd5, + 0xfd, 0x6f, 0xd9, 0x78, 0xeb, 0x58, 0x67, 0x33, 0x43, 0x7b, 0xf4, 0x9e, 0x01, 0x90, 0x4d, 0x5c, + 0xe8, 0x77, 0x7f, 0xe5, 0xe3, 0xfa, 0x41, 0x59, 0x8f, 0x51, 0x13, 0x7a, 0x3f, 0xf1, 0x8d, 0x31, + 0xf9, 0xec, 0x00, 0x0e, 0x2a, 0x75, 0x5a, 0x6d, 0x37, 0x94, 0x3e, 0xa6, 0xbb, 0xaf, 0x2c, 0xe1, + 0xa8, 0x29, 0xc8, 0x3b, 0x30, 0x59, 0xf1, 0xdc, 0x4a, 0xdb, 0xf7, 0xa9, 0x5b, 0xd9, 0xdf, 0xe4, + 0x0e, 0x43, 0xb9, 0x35, 0xcc, 0xc8, 0x62, 0x93, 0xf3, 0x49, 0x82, 0xfb, 0x69, 0x40, 0xec, 0x64, + 0x24, 0x4c, 0xe4, 0xa0, 0x45, 0xdd, 0x2a, 0xb7, 0xdf, 0x72, 0xa6, 0x89, 0xcc, 0xc1, 0xa8, 0xf0, + 0xe4, 0x26, 0x9c, 0x0f, 0x42, 0xa6, 0x32, 0xb9, 0xb5, 0x05, 0x6a, 0x57, 0x1b, 0x8e, 0xcb, 0x14, + 0x18, 0xcf, 0xad, 0x06, 0xdc, 0x1e, 0x1b, 0x2c, 0x5d, 0x38, 0x3c, 0x98, 0x3e, 0x5f, 0x4e, 0x27, + 0xc1, 0x6e, 0x65, 0xc9, 0x6d, 0x98, 0x0a, 0xda, 0x95, 0x0a, 0x0d, 0x82, 0x9d, 0x76, 0xe3, 0x0d, + 0x6f, 0x3b, 0x58, 0x71, 0x02, 0xa6, 0x7d, 0xad, 0x3a, 0x4d, 0x27, 0xe4, 0x06, 0x57, 0xb6, 0x74, + 0xe9, 0xf0, 0x60, 0x7a, 0xaa, 0xdc, 0x95, 0x0a, 0x1f, 0xc0, 0x81, 0x20, 0x9c, 0x13, 0x9b, 0x5a, + 0x07, 0xef, 0x11, 0xce, 0x7b, 0xea, 0xf0, 0x60, 0xfa, 0xdc, 0x52, 0x2a, 0x05, 0x76, 0x29, 0xc9, + 0x46, 0x30, 0x74, 0x9a, 0xf4, 0x3d, 0xcf, 0xa5, 0xdc, 0x9e, 0x32, 0x46, 0x70, 0x4b, 0xc2, 0x51, + 0x53, 0x90, 0x3b, 0xd1, 0xfc, 0x63, 0x4b, 0x43, 0x5a, 0x48, 0xc7, 0xdf, 0xb9, 0xce, 0x1c, 0x1e, + 0x4c, 0x4f, 0xbc, 0x65, 0x70, 0x62, 0xcb, 0x0b, 0x63, 0xbc, 0xad, 0x6f, 0x0f, 0x00, 0xe9, 0xdc, + 0x0e, 0xc8, 0x0d, 0x18, 0xb6, 0x2b, 0xa1, 0xb3, 0x47, 0xa5, 0x8f, 0xef, 0xe9, 0x34, 0x65, 0x49, + 0x88, 0x42, 0xba, 0x43, 0xd9, 0x0c, 0xa1, 0xd1, 0x1e, 0x32, 0xc7, 0x8b, 0xa2, 0x64, 0x41, 0x3c, + 0x98, 0x6c, 0xd8, 0x41, 0xa8, 0xe6, 0x6a, 0x95, 0x35, 0x59, 0x6e, 0x98, 0xff, 0xe9, 0x68, 0x8d, + 0x62, 0x25, 0x4a, 0x67, 0xd9, 0xcc, 0x5d, 0x4d, 0x32, 0xc2, 0x4e, 0xde, 0xa4, 0x0d, 0x50, 0x51, + 0xc7, 0x25, 0xdb, 0x2c, 0xfb, 0xf2, 0x52, 0xea, 0x83, 0x37, 0x3a, 0x09, 0x34, 0x28, 0x40, 0x43, + 0x90, 0xf5, 0xaf, 0xc3, 0x30, 0xb2, 0x30, 0xb7, 0xbc, 0x65, 0x07, 0xbb, 0x47, 0xf0, 0x18, 0xb2, + 0x39, 0x21, 0x75, 0x8f, 0xe4, 0xaa, 0x56, 0x3a, 0x09, 0x6a, 0x0a, 0xe2, 0x43, 0xde, 0x56, 0x5e, + 0x58, 0xb9, 0xfd, 0xcf, 0xf5, 0x6e, 0xf0, 0x48, 0x46, 0xa6, 0x0b, 0x54, 0x82, 0x30, 0x12, 0x43, + 0xf6, 0xa0, 0xa0, 0xe4, 0x33, 0x13, 0x75, 0xa8, 0x4f, 0x37, 0x79, 0xc4, 0x4a, 0x38, 0x4f, 0x0c, + 0x00, 0x9a, 0x82, 0xc8, 0x8b, 0x30, 0x5a, 0xa5, 0x6c, 0x0b, 0xa1, 0x6e, 0xc5, 0xa1, 0x6c, 0xb7, + 0x18, 0x64, 0xbd, 0xc3, 0x76, 0xcd, 0x05, 0x03, 0x8e, 0x31, 0x2a, 0xd2, 0x84, 0xfc, 0x3d, 0x27, + 0xac, 0xf3, 0xfd, 0xbd, 0x38, 0xcc, 0xc7, 0xfc, 0xbf, 0xf7, 0x5a, 0x57, 0xc6, 0x24, 0xea, 0x9c, + 0xb7, 0x14, 0x5b, 0x8c, 0x24, 0x30, 0x2b, 0x99, 0x7d, 0x70, 0x87, 0x35, 0xdf, 0x19, 0xf2, 0xf1, + 0x02, 0x1c, 0x81, 0x11, 0x0d, 0xd9, 0x83, 0x51, 0xf6, 0x51, 0xa6, 0x77, 0xdb, 0x6c, 0xb5, 0x48, + 0xbf, 0x4a, 0xcf, 0x6e, 0x6c, 0xc5, 0x47, 0xf4, 0xcb, 0x5b, 0x06, 0x67, 0x8c, 0xc9, 0x61, 0x33, + 0xf1, 0x5e, 0x9d, 0xba, 0xd2, 0xa3, 0xa9, 0x67, 0xe2, 0x5b, 0x75, 0xea, 0x22, 0xc7, 0x10, 0x9f, + 0x2f, 0x17, 0xa9, 0x17, 0x72, 0x57, 0x66, 0x1f, 0x4e, 0xc5, 0x48, 0xc3, 0x2c, 0x9d, 0x92, 0x6b, + 0x45, 0x7e, 0xa3, 0x21, 0x85, 0x29, 0x96, 0x9e, 0xbb, 0xf8, 0xae, 0x13, 0x16, 0x0b, 0xbc, 0x5e, + 0x7a, 0xef, 0xd8, 0xe0, 0x50, 0x94, 0x58, 0xe1, 0x5b, 0x60, 0xa3, 0x1c, 0x14, 0x47, 0xe3, 0xea, + 0xad, 0x98, 0x0a, 0x01, 0x2a, 0xbc, 0xf5, 0xcd, 0x0c, 0x14, 0xd8, 0xf2, 0x53, 0x4b, 0xe6, 0x59, + 0x18, 0x0e, 0x6d, 0xbf, 0x26, 0x2d, 0x70, 0x43, 0xc4, 0x16, 0x87, 0xa2, 0xc4, 0x92, 0x2a, 0x64, + 0x43, 0x3b, 0xd8, 0x55, 0xfa, 0xc6, 0x6b, 0xbd, 0xb6, 0x5c, 0x2e, 0xfd, 0x48, 0xd5, 0x60, 0x5f, + 0x01, 0x0a, 0xe6, 0xe4, 0x39, 0xc8, 0xb1, 0xc3, 0x61, 0xc9, 0x0e, 0x94, 0x97, 0x64, 0x94, 0x2d, + 0xf5, 0x25, 0x09, 0x43, 0x8d, 0xb5, 0x5e, 0x82, 0xec, 0xe2, 0x1e, 0x75, 0xf9, 0xa9, 0x11, 0x48, + 0x1b, 0x34, 0x69, 0x78, 0x2b, 0xdb, 0x14, 0x35, 0x85, 0xf5, 0x0e, 0x9c, 0x5a, 0x7c, 0x97, 0x56, + 0xda, 0xa1, 0xe7, 0x0b, 0x5b, 0x95, 0xbc, 0x01, 0x24, 0xa0, 0xfe, 0x9e, 0x53, 0xa1, 0x73, 0x95, + 0x0a, 0xd3, 0xce, 0xd7, 0xa3, 0x1d, 0x69, 0x4a, 0x72, 0x22, 0xe5, 0x0e, 0x0a, 0x4c, 0x29, 0x65, + 0x7d, 0x35, 0x03, 0x05, 0xc3, 0xd5, 0xc6, 0xf6, 0xa3, 0xda, 0x7c, 0x59, 0xe8, 0xee, 0x52, 0x41, + 0x9a, 0xeb, 0xc3, 0x85, 0x27, 0x18, 0x45, 0x2b, 0x48, 0x83, 0x30, 0x12, 0xf3, 0x10, 0x37, 0x9c, + 0xf5, 0x17, 0x19, 0x88, 0xca, 0xb1, 0xd1, 0xdf, 0x8e, 0x6a, 0x67, 0x8c, 0xbe, 0xe4, 0x2b, 0xb1, + 0xe4, 0x13, 0x70, 0x3e, 0xde, 0x5c, 0x6e, 0xf9, 0x1f, 0xdf, 0xab, 0x22, 0x94, 0x99, 0x74, 0x4e, + 0xd8, 0x4d, 0x84, 0x75, 0x0b, 0xb2, 0xcb, 0x76, 0xbb, 0x46, 0x8f, 0x64, 0x35, 0xb1, 0x39, 0xe4, + 0x53, 0xbb, 0x11, 0xaa, 0xf3, 0x53, 0xce, 0x21, 0x94, 0x30, 0xd4, 0x58, 0xeb, 0x4f, 0x87, 0xa0, + 0x60, 0x78, 0xe0, 0xd9, 0x26, 0xe0, 0xd3, 0x96, 0x97, 0x3c, 0x8e, 0x90, 0xb6, 0x3c, 0xe4, 0x18, + 0x36, 0xd9, 0x7c, 0xba, 0xe7, 0x04, 0x8e, 0xe7, 0x26, 0x8f, 0x23, 0x94, 0x70, 0xd4, 0x14, 0x64, + 0x1a, 0xb2, 0x55, 0xda, 0x0a, 0xeb, 0x7c, 0x2a, 0x0f, 0x95, 0xf2, 0xac, 0xaa, 0x0b, 0x0c, 0x80, + 0x02, 0xce, 0x08, 0x76, 0x68, 0x58, 0xa9, 0x17, 0x87, 0xf8, 0xe6, 0xcd, 0x09, 0x96, 0x18, 0x00, + 0x05, 0x3c, 0xc5, 0x4f, 0x96, 0x7d, 0xf4, 0x7e, 0xb2, 0xe1, 0x13, 0xf6, 0x93, 0x91, 0x16, 0x9c, + 0x0e, 0x82, 0xfa, 0xa6, 0xef, 0xec, 0xd9, 0x21, 0x8d, 0x66, 0xce, 0xc8, 0x71, 0xe4, 0x9c, 0x3f, + 0x3c, 0x98, 0x3e, 0x5d, 0x2e, 0xaf, 0x24, 0xb9, 0x60, 0x1a, 0x6b, 0x52, 0x86, 0xb3, 0x8e, 0x1b, + 0xd0, 0x4a, 0xdb, 0xa7, 0xd7, 0x6b, 0xae, 0xe7, 0xd3, 0x15, 0x2f, 0x60, 0xec, 0x64, 0x78, 0x4b, + 0xbb, 0x7c, 0xaf, 0xa7, 0x11, 0x61, 0x7a, 0x59, 0xeb, 0xaf, 0x33, 0x30, 0x6a, 0xc6, 0x1a, 0xc8, + 0x1e, 0x40, 0x7d, 0x61, 0xa9, 0x2c, 0x36, 0x12, 0xb9, 0xbe, 0x4b, 0xfd, 0x44, 0x31, 0x04, 0xa7, + 0x48, 0x85, 0x8a, 0x60, 0x68, 0x48, 0x3a, 0x42, 0x18, 0xf5, 0x69, 0xc8, 0xee, 0x78, 0x7e, 0x85, + 0xca, 0x4d, 0x54, 0x2f, 0x94, 0x25, 0x06, 0x44, 0x81, 0xb3, 0x7e, 0x9a, 0x01, 0x43, 0x02, 0x79, + 0x3f, 0x03, 0x63, 0x4c, 0xc8, 0x0d, 0x7f, 0x3b, 0xd6, 0xa2, 0xc5, 0x7e, 0x5a, 0xa4, 0x99, 0x45, + 0xce, 0x89, 0x18, 0x18, 0xe3, 0x22, 0xc9, 0x7f, 0x86, 0xbc, 0x5d, 0xad, 0xfa, 0x34, 0x08, 0xa8, + 0x38, 0x6a, 0xf2, 0xc2, 0xb1, 0x38, 0xa7, 0x80, 0x18, 0xe1, 0xd9, 0x6a, 0xac, 0x57, 0x77, 0x02, + 0x36, 0xc1, 0xa5, 0xed, 0xa6, 0x57, 0x23, 0x13, 0xc2, 0xe0, 0xa8, 0x29, 0xac, 0xdf, 0x1c, 0x82, + 0xb8, 0x6c, 0x52, 0x85, 0xf1, 0x5d, 0x7f, 0x7b, 0x9e, 0x3b, 0x3f, 0x7b, 0x71, 0x43, 0x9f, 0x3e, + 0x3c, 0x98, 0x1e, 0xbf, 0x11, 0xe7, 0x80, 0x49, 0x96, 0x52, 0xca, 0x0d, 0xba, 0x1f, 0xda, 0xdb, + 0xbd, 0xec, 0x99, 0x4a, 0x8a, 0xc9, 0x01, 0x93, 0x2c, 0xc9, 0x4b, 0x50, 0xd8, 0xf5, 0xb7, 0xd5, + 0x5a, 0x4f, 0xfa, 0x7e, 0x6f, 0x44, 0x28, 0x34, 0xe9, 0x58, 0x17, 0xee, 0xfa, 0xdb, 0x6c, 0x6f, + 0x54, 0x51, 0x75, 0xdd, 0x85, 0x37, 0x24, 0x1c, 0x35, 0x05, 0x69, 0x01, 0xd9, 0x55, 0xbd, 0xa7, + 0x5d, 0xbd, 0x72, 0x4b, 0x3a, 0xba, 0xa7, 0xf8, 0x1c, 0x3b, 0x51, 0x6f, 0x74, 0xf0, 0xc1, 0x14, + 0xde, 0xe4, 0x63, 0x70, 0x7e, 0xd7, 0xdf, 0x96, 0x27, 0xc6, 0xa6, 0xef, 0xb8, 0x15, 0xa7, 0x15, + 0x8b, 0xa5, 0x4f, 0xcb, 0xea, 0x9e, 0xbf, 0x91, 0x4e, 0x86, 0xdd, 0xca, 0x5b, 0x5f, 0x66, 0xcb, + 0xd9, 0x08, 0x8f, 0x3e, 0x2c, 0xa8, 0xe2, 0xc0, 0x48, 0x9d, 0xda, 0x55, 0xea, 0x2b, 0x1d, 0xe8, + 0xd5, 0x9e, 0x17, 0x06, 0x67, 0x13, 0x29, 0x69, 0xe2, 0x3b, 0x40, 0xc5, 0xdf, 0xda, 0x80, 0x61, + 0x01, 0x3b, 0x82, 0x85, 0xa4, 0xcf, 0xc4, 0x81, 0x07, 0x78, 0x12, 0xbf, 0x92, 0x81, 0x3c, 0xb7, + 0xb5, 0x6b, 0x4c, 0xc9, 0xd6, 0x45, 0x06, 0x1f, 0x70, 0x8c, 0x3a, 0x30, 0x22, 0x0e, 0xff, 0x80, + 0x9f, 0x4e, 0x7d, 0x34, 0x57, 0x24, 0x26, 0x45, 0xcd, 0x15, 0xba, 0x45, 0x80, 0x8a, 0xbf, 0xf5, + 0xf3, 0x0c, 0x0c, 0x5f, 0x77, 0x5b, 0xed, 0x5f, 0xa9, 0xd4, 0x99, 0x35, 0x18, 0x62, 0x36, 0x52, + 0x3c, 0x5f, 0x6b, 0xb4, 0xf4, 0x8c, 0x99, 0xab, 0x55, 0x8c, 0xe7, 0x6a, 0xa1, 0x7d, 0x4f, 0xb9, + 0xab, 0x45, 0x19, 0x23, 0x52, 0xd8, 0x80, 0xa1, 0x55, 0xc7, 0xdd, 0x3d, 0xda, 0x84, 0x09, 0x2a, + 0x5e, 0xab, 0x63, 0xc2, 0x94, 0x19, 0x10, 0x05, 0x4e, 0xad, 0x85, 0xc1, 0xf4, 0xb5, 0x60, 0xbd, + 0x9f, 0x81, 0xc9, 0x35, 0xda, 0xf4, 0x9c, 0xf7, 0xec, 0xc8, 0xdb, 0xce, 0x0a, 0xd5, 0x9d, 0x50, + 0xba, 0xca, 0x75, 0xa1, 0x15, 0x27, 0x44, 0x06, 0x7f, 0x88, 0x66, 0xca, 0x03, 0xce, 0x6c, 0xdb, + 0x5c, 0x8f, 0xf6, 0xaf, 0x28, 0xe0, 0xac, 0x10, 0x18, 0xd1, 0x58, 0x7f, 0x9e, 0x81, 0x11, 0x51, + 0x09, 0xaa, 0x78, 0x67, 0xba, 0xf0, 0xbe, 0x0d, 0x59, 0x5e, 0x4e, 0xee, 0xbc, 0x1f, 0xed, 0xd9, + 0x6e, 0x63, 0x4c, 0x84, 0x9e, 0xc6, 0x7f, 0xa2, 0x60, 0xcb, 0xf4, 0xe8, 0xa6, 0xfd, 0xee, 0x9c, + 0x0e, 0x2f, 0x68, 0x3d, 0x7a, 0x8d, 0x43, 0x51, 0x62, 0xad, 0xff, 0x3f, 0x08, 0x39, 0xe5, 0x63, + 0x22, 0x9f, 0xcd, 0x40, 0xc1, 0x76, 0x5d, 0x2f, 0xb4, 0x85, 0x0b, 0x46, 0xcc, 0xf6, 0x37, 0x7b, + 0xad, 0x9b, 0xe2, 0x3b, 0x33, 0x17, 0xf1, 0x5c, 0x74, 0x43, 0x7f, 0x3f, 0x3a, 0x06, 0x0c, 0x0c, + 0x9a, 0xa2, 0x49, 0x08, 0xc3, 0x0d, 0x7b, 0x9b, 0x36, 0xd4, 0xe4, 0x5f, 0xed, 0xbb, 0x12, 0xab, + 0x9c, 0x9d, 0x90, 0xaf, 0x7b, 0x43, 0x00, 0x51, 0xca, 0x9a, 0x7a, 0x15, 0x26, 0x92, 0x75, 0x25, + 0x13, 0xc6, 0x40, 0x8a, 0xb1, 0x3b, 0x13, 0xdb, 0xe0, 0xd4, 0xcc, 0x1f, 0x78, 0x39, 0x33, 0xf5, + 0x5f, 0xa1, 0x60, 0x88, 0x39, 0x4e, 0x51, 0xeb, 0x4d, 0x28, 0xac, 0xd1, 0xd0, 0x77, 0x2a, 0x9c, + 0xc1, 0xc3, 0xa6, 0xcf, 0x91, 0xf6, 0xd8, 0x4f, 0xb2, 0xd9, 0xc8, 0x58, 0x06, 0xc4, 0x07, 0x68, + 0xf9, 0x5e, 0x93, 0x86, 0x75, 0xda, 0x56, 0xe3, 0xda, 0xb3, 0x62, 0xb8, 0xa9, 0x39, 0x09, 0x5f, + 0x41, 0xf4, 0x8d, 0x86, 0x14, 0xeb, 0x0a, 0x64, 0xd7, 0xda, 0x21, 0x7d, 0xf7, 0xe1, 0x3b, 0x80, + 0xf5, 0x71, 0x18, 0xe5, 0xa4, 0x2b, 0x5e, 0x83, 0x6d, 0x2e, 0xac, 0x79, 0x4d, 0xf6, 0x9d, 0x34, + 0xab, 0x38, 0x11, 0x0a, 0x1c, 0x9b, 0xe2, 0x75, 0xaf, 0x51, 0xa5, 0xbe, 0xec, 0x04, 0x3d, 0xa8, + 0x2b, 0x1c, 0x8a, 0x12, 0x6b, 0xfd, 0x63, 0x06, 0x0a, 0xbc, 0xa0, 0xdc, 0x14, 0x3c, 0x18, 0xa9, + 0x0b, 0x39, 0xb2, 0x23, 0x7a, 0x0e, 0x11, 0x98, 0x75, 0x36, 0x0e, 0x4f, 0x01, 0x40, 0x25, 0x85, + 0x09, 0xbc, 0x67, 0x3b, 0x21, 0x13, 0x38, 0xf0, 0x28, 0x04, 0xbe, 0x25, 0x98, 0xa3, 0x92, 0x62, + 0x7d, 0x7d, 0x02, 0x60, 0xdd, 0xab, 0x52, 0xd9, 0xe0, 0x29, 0x18, 0x70, 0xaa, 0xb2, 0x2b, 0x41, + 0x16, 0x1a, 0xb8, 0xbe, 0x80, 0x03, 0x4e, 0x55, 0x8f, 0xcd, 0x40, 0xd7, 0xdd, 0xf9, 0x25, 0x28, + 0x54, 0x9d, 0xa0, 0xd5, 0xb0, 0xf7, 0xd7, 0x53, 0xf4, 0xb8, 0x85, 0x08, 0x85, 0x26, 0x1d, 0x79, + 0x5e, 0xc6, 0x5c, 0x85, 0x0e, 0x57, 0x4c, 0xc4, 0x5c, 0x73, 0xac, 0x7a, 0x46, 0xb8, 0xf5, 0x65, + 0x18, 0x55, 0xae, 0x44, 0x2e, 0x25, 0xcb, 0x4b, 0x9d, 0x51, 0x51, 0x97, 0x2d, 0x03, 0x87, 0x31, + 0xca, 0xa4, 0xb7, 0x73, 0xf8, 0x71, 0x79, 0x3b, 0x17, 0x60, 0x22, 0x08, 0x3d, 0x9f, 0x56, 0x15, + 0xc5, 0xf5, 0x85, 0x22, 0x89, 0xb5, 0x75, 0xa2, 0x9c, 0xc0, 0x63, 0x47, 0x09, 0xb2, 0x09, 0x67, + 0xee, 0x25, 0x22, 0xda, 0xbc, 0xfd, 0xa7, 0x39, 0xa7, 0x8b, 0x92, 0xd3, 0x99, 0xb7, 0x52, 0x68, + 0x30, 0xb5, 0x24, 0x79, 0x05, 0xc6, 0x54, 0x35, 0xf9, 0xf9, 0x59, 0x3c, 0xc3, 0x59, 0x69, 0x63, + 0x67, 0xcb, 0x44, 0x62, 0x9c, 0x96, 0x7c, 0x18, 0xb2, 0xad, 0xba, 0x1d, 0x50, 0xe9, 0x19, 0x55, + 0xde, 0xa6, 0xec, 0x26, 0x03, 0xde, 0x3f, 0x98, 0xce, 0xb3, 0x61, 0xe3, 0x1f, 0x28, 0x08, 0xc9, + 0x55, 0x80, 0x6d, 0xaf, 0xed, 0x56, 0x6d, 0x7f, 0xff, 0xfa, 0x82, 0x0c, 0x92, 0x68, 0xdd, 0xa6, + 0xa4, 0x31, 0x68, 0x50, 0x99, 0xb1, 0xef, 0xfc, 0x83, 0x63, 0xdf, 0xe4, 0xe3, 0x90, 0xe7, 0x01, + 0x25, 0x5a, 0x9d, 0x0b, 0xa5, 0x8b, 0xf3, 0x38, 0xb1, 0x07, 0x7d, 0x5c, 0x97, 0x15, 0x13, 0x8c, + 0xf8, 0x91, 0xdb, 0x00, 0x3b, 0x8e, 0xeb, 0x04, 0x75, 0xce, 0xbd, 0x70, 0x6c, 0xee, 0xba, 0x9d, + 0x4b, 0x9a, 0x0b, 0x1a, 0x1c, 0xc9, 0x3b, 0x30, 0x49, 0x83, 0xd0, 0x69, 0xda, 0x21, 0xad, 0xea, + 0x1c, 0x98, 0x22, 0x8f, 0xa1, 0xe9, 0x90, 0xde, 0x62, 0x92, 0xe0, 0x7e, 0x1a, 0x10, 0x3b, 0x19, + 0x91, 0x97, 0x21, 0xd7, 0xf2, 0xbd, 0x1a, 0xb3, 0x3c, 0x8b, 0x53, 0xb1, 0xe9, 0x92, 0xdb, 0x94, + 0xf0, 0xfb, 0xc6, 0x6f, 0xd4, 0xd4, 0xe4, 0x1f, 0x32, 0x30, 0xe9, 0xd3, 0xc0, 0x6b, 0xfb, 0x15, + 0x1a, 0xe8, 0x8a, 0x9d, 0xe5, 0x5b, 0xd3, 0xc7, 0x7a, 0xcf, 0x76, 0x57, 0xfb, 0xcd, 0x0c, 0x26, + 0x79, 0x8b, 0x43, 0x97, 0xaa, 0x36, 0x77, 0xe0, 0xef, 0xa7, 0x01, 0xdf, 0xff, 0xfe, 0xf4, 0x74, + 0xe7, 0x35, 0x0b, 0xcd, 0x9c, 0x4d, 0xf6, 0xcf, 0x7d, 0x7f, 0x7a, 0x42, 0x7d, 0x47, 0x5d, 0xd5, + 0xd1, 0x34, 0x76, 0x9c, 0xb4, 0xbc, 0xea, 0xf5, 0x4d, 0xe9, 0x8b, 0xd6, 0xc7, 0xc9, 0x26, 0x03, + 0xa2, 0xc0, 0x91, 0xe7, 0x20, 0x57, 0xb5, 0x69, 0xd3, 0x73, 0x69, 0xb5, 0x38, 0x16, 0x79, 0xe9, + 0x16, 0x24, 0x0c, 0x35, 0x96, 0x6c, 0xc3, 0xb0, 0xc3, 0x8d, 0x83, 0xe2, 0x29, 0x3e, 0x67, 0x7a, + 0xb6, 0x43, 0x84, 0x89, 0x21, 0x32, 0xa7, 0xc4, 0x6f, 0x94, 0x9c, 0xc9, 0x0e, 0x8c, 0x78, 0xed, + 0x90, 0x0b, 0x19, 0xe7, 0x42, 0x7a, 0xf6, 0x6f, 0x6f, 0x08, 0x36, 0x22, 0xd3, 0x5a, 0x7e, 0xa0, + 0x62, 0xce, 0x5a, 0x5d, 0xa9, 0x3b, 0x8d, 0xaa, 0x4f, 0xdd, 0xe2, 0x04, 0xf7, 0x6e, 0xf0, 0x56, + 0xcf, 0x4b, 0x18, 0x6a, 0x2c, 0xf9, 0x2f, 0x30, 0xe6, 0xb5, 0x43, 0xbe, 0x8c, 0xd9, 0x58, 0x07, + 0xc5, 0x49, 0x4e, 0x3e, 0xc9, 0xd3, 0x3b, 0x4c, 0x04, 0xc6, 0xe9, 0xd8, 0xde, 0x5e, 0xf7, 0x82, + 0x90, 0x7d, 0xf0, 0xbd, 0xed, 0x5c, 0x7c, 0x6f, 0x5f, 0x31, 0x70, 0x18, 0xa3, 0x24, 0x5f, 0xc8, + 0xc0, 0x64, 0x33, 0xa9, 0xd4, 0x17, 0xcf, 0xf3, 0xfe, 0xb8, 0xde, 0xbb, 0x42, 0x98, 0x60, 0x28, + 0x22, 0x94, 0x1d, 0x60, 0xec, 0x14, 0xcd, 0x13, 0x41, 0x83, 0x7d, 0xb7, 0x52, 0xf7, 0x3d, 0x37, + 0x5e, 0xa9, 0x27, 0x79, 0xa5, 0xde, 0xec, 0x6b, 0xf5, 0xa4, 0x31, 0x2e, 0x3d, 0x79, 0x78, 0x30, + 0x7d, 0x36, 0x15, 0x85, 0xe9, 0x55, 0x99, 0x5a, 0x80, 0x73, 0xe9, 0x2b, 0xf0, 0x61, 0xfa, 0xe8, + 0xa0, 0xa9, 0x8f, 0x2e, 0xc1, 0x93, 0x5d, 0x2b, 0xc5, 0x76, 0x70, 0xa5, 0xd1, 0x64, 0xe2, 0x3b, + 0x78, 0x87, 0x2e, 0x72, 0x0a, 0x46, 0xcd, 0x8b, 0x30, 0x3c, 0x22, 0x61, 0x24, 0x17, 0x13, 0x1f, + 0xf2, 0x5e, 0xf9, 0x84, 0x22, 0x12, 0x1b, 0xe5, 0x8e, 0x88, 0x84, 0x06, 0x61, 0x24, 0xe6, 0x61, + 0x11, 0x89, 0x3f, 0x1b, 0x80, 0xa8, 0x1c, 0x79, 0x1e, 0x72, 0xd4, 0xad, 0xb6, 0x3c, 0xc7, 0x0d, + 0x93, 0xe1, 0x9c, 0x45, 0x09, 0x47, 0x4d, 0x61, 0xc4, 0x2f, 0x06, 0x1e, 0x18, 0xbf, 0xa8, 0xc2, + 0xb8, 0xcd, 0x73, 0x19, 0x22, 0xef, 0xf3, 0xe0, 0xb1, 0x7d, 0x70, 0x73, 0x71, 0x0e, 0x98, 0x64, + 0xc9, 0xa4, 0x04, 0x51, 0x51, 0x2e, 0x65, 0xe8, 0xd8, 0x52, 0xca, 0x71, 0x0e, 0x98, 0x64, 0x69, + 0x7d, 0x7d, 0x00, 0xd4, 0xc6, 0xf2, 0xab, 0xe3, 0x2e, 0x21, 0x16, 0x0c, 0xfb, 0x34, 0x50, 0xd9, + 0xd3, 0x79, 0xb1, 0x8b, 0x23, 0x87, 0xa0, 0xc4, 0xb0, 0xdd, 0x95, 0xbe, 0xeb, 0x84, 0xf3, 0x5e, + 0x55, 0x29, 0xc2, 0x7c, 0x77, 0x5d, 0x94, 0x30, 0xd4, 0x58, 0xeb, 0x3d, 0x18, 0x63, 0x4d, 0x6b, + 0x34, 0x68, 0xa3, 0x1c, 0xd2, 0x56, 0x40, 0x1c, 0xc8, 0x06, 0xec, 0x47, 0xbf, 0x36, 0x4a, 0x94, + 0x21, 0x42, 0x5b, 0x86, 0x6b, 0x85, 0xb1, 0x46, 0x21, 0xc1, 0x3a, 0x18, 0x80, 0xbc, 0xee, 0xd7, + 0x23, 0xf8, 0x6b, 0xae, 0x46, 0x89, 0xe3, 0x62, 0x92, 0x17, 0x8d, 0xa4, 0x71, 0xa6, 0x25, 0xce, + 0xb9, 0xfb, 0x22, 0x29, 0x58, 0x67, 0x90, 0x93, 0xe7, 0xe3, 0x1e, 0xbe, 0x73, 0xa6, 0x53, 0xc9, + 0xa0, 0x97, 0xae, 0x3e, 0x17, 0xf2, 0xfc, 0xc7, 0x92, 0xba, 0x5b, 0xd5, 0xc7, 0x24, 0xba, 0xa5, + 0x18, 0x09, 0xbf, 0xbd, 0xfe, 0xc4, 0x48, 0x44, 0xe2, 0x4e, 0x54, 0xf6, 0x48, 0x77, 0xa2, 0xae, + 0xc0, 0x10, 0x75, 0xdb, 0x4d, 0x9e, 0xb3, 0x90, 0xe7, 0x67, 0xc8, 0xd0, 0xa2, 0xdb, 0x6e, 0xc6, + 0xdb, 0xc3, 0x49, 0xac, 0x25, 0x60, 0xaa, 0xc6, 0xf2, 0x3c, 0xf9, 0x28, 0xe4, 0x02, 0xb9, 0x11, + 0xca, 0xfe, 0xfd, 0x80, 0x0e, 0x0d, 0x4b, 0xf8, 0xfd, 0x83, 0xe9, 0x31, 0x4e, 0xac, 0x00, 0xa8, + 0x8b, 0x58, 0xbf, 0x35, 0x04, 0x86, 0xb1, 0x7d, 0x84, 0x91, 0xaa, 0x25, 0xbc, 0x28, 0xf3, 0x7d, + 0x78, 0x51, 0x94, 0x6b, 0x42, 0x4c, 0xf4, 0xb8, 0xe3, 0x84, 0x55, 0xa5, 0x4e, 0x1b, 0x2d, 0x39, + 0xba, 0xba, 0x2a, 0x2b, 0xb4, 0xd1, 0x42, 0x8e, 0xd1, 0xf9, 0x0c, 0x43, 0x5d, 0xf3, 0x19, 0x6e, + 0x43, 0xb6, 0x66, 0xb7, 0x6b, 0x54, 0xba, 0xef, 0x7b, 0x76, 0x89, 0xf1, 0xc8, 0xac, 0x70, 0x89, + 0xf1, 0x9f, 0x28, 0xd8, 0xb2, 0x49, 0x55, 0x57, 0x1e, 0x67, 0x69, 0x27, 0xf6, 0x3c, 0xa9, 0xb4, + 0xeb, 0x5a, 0x4c, 0x2a, 0xfd, 0x89, 0x91, 0x08, 0xa6, 0xc2, 0x55, 0x44, 0x72, 0xad, 0x0c, 0x2c, + 0xbe, 0xd6, 0x7b, 0x72, 0x06, 0x67, 0x23, 0x54, 0x38, 0xf9, 0x81, 0x8a, 0xb9, 0x35, 0x0b, 0x05, + 0xe3, 0x36, 0x10, 0xeb, 0x68, 0x9d, 0xe1, 0x69, 0x74, 0xf4, 0x82, 0x1d, 0xda, 0xc8, 0x31, 0xd6, + 0x57, 0x06, 0x41, 0xab, 0xcd, 0x66, 0xda, 0x85, 0x5d, 0x31, 0x2e, 0x0b, 0xc4, 0xb2, 0xc2, 0x3c, + 0x17, 0x25, 0x96, 0xd9, 0x97, 0x4d, 0xea, 0xd7, 0xf4, 0x81, 0x2e, 0xb7, 0x00, 0x6d, 0x5f, 0xae, + 0x99, 0x48, 0x8c, 0xd3, 0xb2, 0xb3, 0xb4, 0x69, 0xbb, 0xce, 0x0e, 0x0d, 0xc2, 0x64, 0x7c, 0x6c, + 0x4d, 0xc2, 0x51, 0x53, 0x90, 0x65, 0x98, 0x0c, 0x68, 0xb8, 0x71, 0xcf, 0xa5, 0xbe, 0xce, 0x56, + 0x93, 0xe9, 0x8b, 0x4f, 0x2a, 0x5b, 0xa2, 0x9c, 0x24, 0xc0, 0xce, 0x32, 0xdc, 0x56, 0x17, 0x99, + 0x83, 0x3a, 0x05, 0x4c, 0x2e, 0xf2, 0xc8, 0x56, 0x4f, 0xe0, 0xb1, 0xa3, 0x04, 0xe3, 0xb2, 0x63, + 0x3b, 0x8d, 0xb6, 0x4f, 0x23, 0x2e, 0xc3, 0x71, 0x2e, 0x4b, 0x09, 0x3c, 0x76, 0x94, 0xe0, 0x11, + 0xf6, 0x86, 0x5d, 0x0b, 0x8a, 0x23, 0x46, 0x84, 0x9d, 0x01, 0x50, 0xc0, 0xad, 0x3f, 0xc8, 0xc0, + 0x18, 0xd2, 0xd0, 0xdf, 0x9f, 0xdb, 0x61, 0xb6, 0x64, 0xb8, 0x4f, 0xbe, 0x98, 0x81, 0x09, 0xd7, + 0xab, 0xd2, 0x39, 0x37, 0x74, 0x14, 0xb0, 0xdf, 0x9b, 0x47, 0x5c, 0xc2, 0x7a, 0x82, 0xa9, 0x48, + 0x3d, 0x4c, 0x42, 0xb1, 0x43, 0xb8, 0x75, 0x1e, 0xce, 0xa6, 0x32, 0xb0, 0x3e, 0x3f, 0x28, 0x2b, + 0xaf, 0x87, 0xfc, 0x4d, 0xc8, 0x36, 0x78, 0x1a, 0x66, 0xa6, 0xc7, 0x7b, 0x25, 0xbc, 0x87, 0x44, + 0x9e, 0xa6, 0xe0, 0x44, 0x16, 0xa0, 0xe0, 0x33, 0x19, 0x32, 0x49, 0x56, 0x4c, 0x40, 0x2b, 0xba, + 0xc4, 0xa9, 0x51, 0xf7, 0xe3, 0x9f, 0x68, 0x16, 0x23, 0x77, 0x61, 0x64, 0x5b, 0x5c, 0x95, 0x91, + 0x9a, 0x57, 0xcf, 0xcb, 0x53, 0xde, 0xb8, 0xe1, 0x87, 0x9a, 0xba, 0x7e, 0x73, 0x3f, 0xfa, 0x89, + 0x4a, 0x0e, 0xf1, 0x20, 0x67, 0xab, 0xf1, 0x1b, 0xea, 0x2f, 0x94, 0x1d, 0x9b, 0x21, 0x42, 0xab, + 0xd0, 0xe3, 0xa5, 0x85, 0x58, 0x5f, 0xc9, 0x00, 0x44, 0xd7, 0x45, 0x89, 0x0b, 0xb9, 0xe0, 0x5a, + 0x4c, 0xd5, 0xee, 0x3d, 0x8f, 0x4d, 0xf2, 0x31, 0x72, 0x9b, 0x24, 0x04, 0xb5, 0x8c, 0x87, 0xe9, + 0xd9, 0x9f, 0xcb, 0x82, 0x2e, 0xf5, 0x88, 0xd4, 0xec, 0x67, 0x99, 0x92, 0x56, 0x8b, 0xee, 0x1e, + 0x69, 0x3a, 0xe4, 0x50, 0x94, 0x58, 0xa6, 0xa8, 0xa9, 0x14, 0x0b, 0xb9, 0xc3, 0xf0, 0x2e, 0x55, + 0xd9, 0x18, 0xa8, 0xb1, 0x69, 0x8a, 0x7b, 0xf6, 0xb1, 0x28, 0xee, 0xc3, 0x27, 0xae, 0xb8, 0x33, + 0x33, 0xce, 0xf7, 0x1a, 0x74, 0x0e, 0xd7, 0xa5, 0xc3, 0x4f, 0x9b, 0x71, 0x28, 0xc0, 0xa8, 0xf0, + 0xe4, 0x25, 0x28, 0xb4, 0x03, 0x5a, 0x5e, 0xb8, 0x31, 0xef, 0xd3, 0x6a, 0x20, 0xb3, 0x56, 0xb4, + 0x17, 0xf8, 0x66, 0x84, 0x42, 0x93, 0x8e, 0x7c, 0x2d, 0x03, 0xc5, 0x0a, 0xbf, 0x31, 0x22, 0x06, + 0xe6, 0xfa, 0xce, 0xba, 0x17, 0x6e, 0xfa, 0x34, 0xa0, 0x6e, 0x28, 0x13, 0xa4, 0xd7, 0x7a, 0xbf, + 0x28, 0x90, 0x72, 0x13, 0xa5, 0x74, 0xf1, 0xf0, 0x60, 0xba, 0x38, 0xdf, 0x45, 0x24, 0x76, 0xad, + 0x8c, 0xf5, 0xd9, 0x0c, 0x9c, 0x2a, 0x57, 0x7c, 0xa7, 0x15, 0xea, 0x23, 0x71, 0x9d, 0xdf, 0x3e, + 0x0b, 0x6d, 0xb6, 0x47, 0xc9, 0xf5, 0xf2, 0x54, 0x97, 0x9c, 0x02, 0x41, 0x14, 0xbb, 0x8f, 0x2a, + 0x40, 0x18, 0xb1, 0x60, 0x93, 0x51, 0x1c, 0xba, 0xc9, 0x49, 0x5b, 0xe6, 0x50, 0x94, 0x58, 0xeb, + 0x0e, 0x4c, 0x94, 0x69, 0xd3, 0x6e, 0xd5, 0x79, 0xaa, 0x8f, 0x88, 0x21, 0xcc, 0x42, 0x3e, 0x50, + 0xb0, 0xe4, 0xe5, 0x57, 0x4d, 0x8c, 0x11, 0x0d, 0x79, 0x46, 0x44, 0x39, 0x54, 0x72, 0x40, 0x5e, + 0x28, 0x0f, 0x22, 0x34, 0x12, 0xa0, 0xc2, 0x59, 0xf7, 0x60, 0x34, 0x2a, 0x4e, 0x77, 0x48, 0x0d, + 0xc6, 0x2b, 0x46, 0x8a, 0x44, 0x74, 0xc7, 0xf5, 0xe8, 0xd9, 0x14, 0x7c, 0xee, 0xcd, 0xc7, 0x99, + 0x60, 0x92, 0xab, 0xf5, 0x2f, 0x19, 0x18, 0xd7, 0x92, 0xa5, 0x5b, 0x21, 0x48, 0x46, 0x66, 0x56, + 0x7a, 0x4f, 0xb3, 0x8d, 0xf7, 0xdf, 0x03, 0xa2, 0x33, 0x41, 0x32, 0x3a, 0xf3, 0x08, 0x84, 0x76, + 0x78, 0x45, 0xfe, 0x78, 0x00, 0x72, 0x3a, 0xd5, 0xf7, 0x4d, 0xc8, 0x72, 0x5d, 0xae, 0xbf, 0x23, + 0x92, 0xeb, 0x85, 0x28, 0x38, 0x31, 0x96, 0xdc, 0xcf, 0xdd, 0xf3, 0x6d, 0xce, 0xbc, 0xb0, 0x12, + 0x6d, 0x3f, 0x44, 0xc1, 0x89, 0xdc, 0x80, 0x41, 0xea, 0x56, 0xe5, 0x59, 0x79, 0x7c, 0x86, 0xfc, + 0x92, 0xf7, 0xa2, 0x5b, 0x45, 0xc6, 0x85, 0x5f, 0x50, 0xf3, 0xfc, 0xa6, 0x1d, 0x4a, 0x7b, 0x20, + 0xba, 0xa0, 0xc6, 0xa1, 0x28, 0xb1, 0xd6, 0x2f, 0x06, 0x60, 0xb8, 0xdc, 0xde, 0x66, 0xa7, 0xfe, + 0xef, 0x66, 0xe0, 0x74, 0x32, 0xe2, 0x11, 0x4d, 0xcf, 0x1b, 0x27, 0x75, 0x8d, 0x12, 0xe9, 0x4e, + 0xe9, 0x82, 0xac, 0xcd, 0xe9, 0x14, 0x24, 0xa6, 0x55, 0x22, 0x76, 0x63, 0x6d, 0xf0, 0x11, 0xdd, + 0x1a, 0x35, 0x6e, 0x12, 0x0c, 0x9c, 0xd4, 0x4d, 0x82, 0xb1, 0x6e, 0xb7, 0x08, 0xac, 0x6f, 0x0e, + 0x01, 0x88, 0x9e, 0xdf, 0x68, 0x85, 0x47, 0xb1, 0x35, 0x5f, 0x86, 0x51, 0xf5, 0x06, 0xd0, 0x7a, + 0x14, 0x51, 0xd4, 0x6e, 0xde, 0x65, 0x03, 0x87, 0x31, 0x4a, 0x66, 0x7d, 0x53, 0x37, 0xf4, 0xf7, + 0xc5, 0xe1, 0x3f, 0x14, 0xb7, 0xbe, 0x17, 0x35, 0x06, 0x0d, 0x2a, 0x32, 0x13, 0xf3, 0x33, 0x89, + 0xab, 0x06, 0xa7, 0x1e, 0xe0, 0x20, 0x7a, 0x05, 0xc6, 0xf4, 0xd7, 0x92, 0xd3, 0x50, 0xc9, 0x5a, + 0xda, 0x6c, 0xd9, 0x34, 0x91, 0x18, 0xa7, 0x25, 0xaf, 0xc2, 0xa9, 0x78, 0x26, 0xb0, 0x3c, 0x2e, + 0xcf, 0xc9, 0xd2, 0xa7, 0xe2, 0x09, 0xc4, 0x98, 0xa0, 0x66, 0xb3, 0xbd, 0xea, 0xef, 0x63, 0xdb, + 0x95, 0xe7, 0xa6, 0x9e, 0xed, 0x0b, 0x1c, 0x8a, 0x12, 0xcb, 0xba, 0x90, 0x95, 0xa4, 0xbe, 0x80, + 0xf3, 0x03, 0x32, 0x17, 0x75, 0x61, 0xd9, 0xc0, 0x61, 0x8c, 0x92, 0x49, 0x90, 0x86, 0x3e, 0xc4, + 0xd7, 0x53, 0xc2, 0x4e, 0x6f, 0xc1, 0x29, 0x2f, 0x6e, 0x4f, 0x89, 0xb0, 0xd7, 0x8b, 0x47, 0x9c, + 0xad, 0xb1, 0xb2, 0x22, 0xd5, 0x36, 0x61, 0x7e, 0x25, 0xf8, 0x5b, 0xa7, 0x61, 0xb2, 0xdc, 0x6e, + 0xb5, 0x1a, 0x0e, 0xad, 0x6a, 0xd7, 0x8b, 0xf5, 0x1a, 0x8c, 0xcb, 0x7b, 0x67, 0xfa, 0xb0, 0x3d, + 0xd6, 0x75, 0x75, 0xeb, 0xc7, 0xec, 0xf4, 0x88, 0xbb, 0xa6, 0xc9, 0xdd, 0xe4, 0x11, 0xd9, 0x87, + 0xd7, 0xcc, 0x3c, 0x13, 0xc5, 0x22, 0x49, 0x3d, 0x64, 0x6f, 0xab, 0x3c, 0x85, 0x3e, 0xb3, 0x78, + 0x78, 0x5c, 0x5f, 0xec, 0xb9, 0x66, 0x8a, 0x83, 0xf5, 0x4f, 0x19, 0x48, 0xf7, 0xfd, 0x93, 0xb0, + 0xb3, 0xb1, 0xcb, 0x7d, 0x37, 0x56, 0x86, 0x1c, 0xba, 0xb7, 0xb7, 0x1a, 0x6f, 0xef, 0x7c, 0x5f, + 0xed, 0x95, 0xd2, 0x3a, 0x5b, 0xfd, 0x8b, 0x0c, 0x14, 0xb6, 0xb6, 0x56, 0xb5, 0x09, 0x89, 0x70, + 0x2e, 0x10, 0xb7, 0x08, 0xe7, 0x76, 0x42, 0xea, 0xcf, 0x7b, 0xcd, 0x56, 0x83, 0xea, 0x89, 0x22, + 0xaf, 0xf6, 0x95, 0x53, 0x29, 0xb0, 0x4b, 0x49, 0x72, 0x1d, 0x4e, 0x9b, 0x18, 0x69, 0xfe, 0xf3, + 0x76, 0x65, 0x65, 0x6a, 0x77, 0x27, 0x1a, 0xd3, 0xca, 0x24, 0x59, 0x49, 0x1f, 0x80, 0x7c, 0x30, + 0xaa, 0x83, 0x95, 0x44, 0x63, 0x5a, 0x19, 0x6b, 0x03, 0x0a, 0xc6, 0xb3, 0x64, 0xe4, 0x75, 0x98, + 0xa8, 0x78, 0xcd, 0x96, 0x4f, 0x83, 0xc0, 0xf1, 0xdc, 0x55, 0xba, 0x47, 0x1b, 0xb2, 0xc9, 0xdc, + 0x50, 0x9f, 0x4f, 0xe0, 0xb0, 0x83, 0xda, 0xfa, 0xe9, 0x05, 0xd0, 0xd7, 0xd2, 0x7e, 0x7d, 0xb9, + 0xad, 0x8f, 0x74, 0x8f, 0x1d, 0x1d, 0xf3, 0xcd, 0x9e, 0x48, 0xcc, 0x57, 0x6f, 0xd0, 0x89, 0xb8, + 0xef, 0x9d, 0x28, 0xee, 0x3b, 0x7c, 0x32, 0x71, 0x5f, 0xad, 0x84, 0x76, 0xc4, 0x7e, 0x3f, 0x9f, + 0x81, 0x51, 0xd7, 0xab, 0x52, 0xa5, 0xb9, 0x73, 0x97, 0x54, 0xe1, 0x2a, 0xf6, 0xdb, 0x9b, 0x22, + 0x9a, 0x29, 0x99, 0x8a, 0xd8, 0xbf, 0x3e, 0xc3, 0x4c, 0x14, 0xc6, 0xa4, 0x93, 0x25, 0xc3, 0x3b, + 0x22, 0x6e, 0xd9, 0x5d, 0x4c, 0xb3, 0x39, 0x1e, 0xe6, 0xf4, 0x20, 0xae, 0xa1, 0x8b, 0xe5, 0xfb, + 0xf3, 0x72, 0xa8, 0xe4, 0x41, 0xc3, 0x4d, 0xa9, 0xee, 0xe3, 0x46, 0x9a, 0x99, 0x05, 0xc3, 0x22, + 0x35, 0x40, 0x3e, 0x27, 0xc6, 0xfd, 0xe3, 0x22, 0x6d, 0x00, 0x25, 0x86, 0xdc, 0x51, 0xd1, 0x9c, + 0x02, 0xef, 0xe2, 0xc5, 0x7e, 0x22, 0x62, 0x3a, 0x46, 0x94, 0x1e, 0xce, 0x21, 0x6f, 0x98, 0x66, + 0xeb, 0xe8, 0x51, 0xcc, 0xd6, 0xb1, 0xae, 0x26, 0xeb, 0x1d, 0x18, 0x0e, 0xb8, 0x51, 0xcc, 0x53, + 0x22, 0x0a, 0x57, 0x97, 0x7a, 0x3e, 0x63, 0x62, 0xa6, 0xb5, 0xe8, 0x23, 0x01, 0x43, 0x29, 0x81, + 0xf8, 0x90, 0x53, 0xa9, 0x1b, 0x32, 0xb1, 0x62, 0xa5, 0x77, 0xef, 0x58, 0xdc, 0xbb, 0xad, 0x2e, + 0x5c, 0x09, 0x28, 0x6a, 0x39, 0xe4, 0x36, 0x0c, 0x56, 0xed, 0x9a, 0x4c, 0xb1, 0x98, 0xef, 0xe7, + 0x0a, 0xa1, 0x92, 0xc4, 0xed, 0x9c, 0x85, 0xb9, 0x65, 0x64, 0x8c, 0x89, 0x1b, 0xdd, 0xbb, 0x9f, + 0xe8, 0xf3, 0x90, 0x8e, 0xeb, 0x4b, 0xc2, 0x9c, 0xef, 0xb8, 0xbc, 0xbf, 0x08, 0x23, 0x7b, 0x5e, + 0xa3, 0xdd, 0x94, 0xe9, 0x19, 0x85, 0xab, 0x53, 0x69, 0x23, 0x7f, 0x8b, 0x93, 0x44, 0x3b, 0x83, + 0xf8, 0x0e, 0x50, 0x95, 0x25, 0x9f, 0xc9, 0xc0, 0x29, 0xb6, 0x98, 0xf4, 0x9c, 0x08, 0x8a, 0xa4, + 0xbf, 0x89, 0x7b, 0x33, 0x60, 0xc7, 0xaf, 0x9a, 0x70, 0x5a, 0x71, 0xbe, 0x1e, 0x13, 0x82, 0x09, + 0xa1, 0x24, 0x80, 0x5c, 0xe0, 0x54, 0x69, 0xc5, 0xf6, 0x83, 0xe2, 0xe9, 0x93, 0xac, 0x40, 0xe4, + 0xb5, 0x94, 0xec, 0x51, 0x0b, 0x22, 0xbf, 0xc1, 0xdf, 0xaa, 0x92, 0x8f, 0xf6, 0xc9, 0x07, 0x1b, + 0xcf, 0x9c, 0xf0, 0x83, 0x8d, 0xc2, 0x0b, 0x18, 0x17, 0x82, 0x49, 0xa9, 0xe4, 0xff, 0x66, 0xe0, + 0xac, 0xb8, 0x8c, 0x9f, 0x7c, 0x89, 0xe1, 0x6c, 0x8f, 0x56, 0x38, 0xcf, 0x26, 0x99, 0x4b, 0x63, + 0x89, 0xe9, 0x92, 0xc8, 0xa7, 0x60, 0xcc, 0x37, 0x1d, 0xfa, 0x3c, 0x7d, 0xa7, 0x5f, 0xc7, 0xb5, + 0x7e, 0xfe, 0x91, 0x67, 0x0f, 0xc5, 0x40, 0x18, 0x17, 0x47, 0x5e, 0x80, 0x42, 0x4b, 0x6e, 0x7a, + 0x4e, 0xd0, 0xe4, 0xc9, 0x3f, 0x83, 0xe2, 0xac, 0xde, 0x8c, 0xc0, 0x68, 0xd2, 0x90, 0x9b, 0x50, + 0x08, 0xbd, 0x06, 0xf5, 0x65, 0x16, 0x7b, 0x91, 0x4f, 0x9c, 0x4b, 0x69, 0x0b, 0x61, 0x4b, 0x93, + 0x45, 0xbe, 0xcc, 0x08, 0x16, 0xa0, 0xc9, 0x87, 0x99, 0x90, 0xea, 0xb5, 0x0e, 0x9f, 0x5b, 0xb8, + 0x4f, 0xc6, 0x4d, 0xc8, 0xb2, 0x89, 0xc4, 0x38, 0x2d, 0x59, 0x86, 0xc9, 0x96, 0xef, 0x78, 0xbe, + 0x13, 0xee, 0xcf, 0x37, 0xec, 0x20, 0xe0, 0x0c, 0x44, 0xda, 0x9e, 0x8e, 0x65, 0x6d, 0x26, 0x09, + 0xb0, 0xb3, 0x0c, 0x79, 0x0e, 0x72, 0x0a, 0x58, 0xbc, 0xc0, 0x75, 0xc1, 0x51, 0x91, 0xf2, 0x27, + 0x60, 0xa8, 0xb1, 0x5d, 0xee, 0x11, 0x5f, 0xec, 0xe5, 0x1e, 0x31, 0xa9, 0xc2, 0x45, 0xbb, 0x1d, + 0x7a, 0xfc, 0xde, 0x4c, 0xbc, 0xc8, 0x96, 0xb7, 0x4b, 0xdd, 0xe2, 0x65, 0x7e, 0xf2, 0x5d, 0x3e, + 0x3c, 0x98, 0xbe, 0x38, 0xf7, 0x00, 0x3a, 0x7c, 0x20, 0x17, 0xd2, 0x82, 0x1c, 0x95, 0x77, 0xa1, + 0x8b, 0x1f, 0xe8, 0xef, 0xbc, 0x89, 0xdf, 0xa9, 0x56, 0x69, 0x17, 0x02, 0x86, 0x5a, 0x0a, 0xd9, + 0x82, 0x42, 0xdd, 0x0b, 0xc2, 0xb9, 0x86, 0x63, 0x07, 0x34, 0x28, 0x3e, 0xc5, 0xa7, 0x4a, 0xea, + 0x69, 0xb9, 0xa2, 0xc8, 0xa2, 0x99, 0xb2, 0x12, 0x95, 0x44, 0x93, 0x0d, 0xa1, 0xdc, 0x7b, 0xdf, + 0xe6, 0x03, 0xe7, 0xb9, 0x21, 0x7d, 0x37, 0x2c, 0x5e, 0xe2, 0xcd, 0x79, 0x36, 0x8d, 0xf3, 0xa6, + 0x57, 0x2d, 0xc7, 0xa9, 0xb5, 0xfb, 0xde, 0x04, 0x62, 0x92, 0x27, 0x79, 0x19, 0x46, 0x5b, 0x5e, + 0xb5, 0xdc, 0xa2, 0x95, 0x4d, 0x3b, 0xac, 0xd4, 0x8b, 0xd3, 0x71, 0x8f, 0xcb, 0xa6, 0x81, 0xc3, + 0x18, 0x25, 0xd9, 0x81, 0x91, 0xa6, 0xb8, 0x19, 0x50, 0x7c, 0xba, 0x3f, 0x2d, 0x53, 0x5e, 0x30, + 0x10, 0xc7, 0x91, 0xfc, 0x40, 0xc5, 0x9c, 0xfc, 0x4e, 0x06, 0xc6, 0x13, 0x49, 0x6a, 0xc5, 0x0f, + 0xf6, 0x79, 0x0e, 0xc6, 0xd9, 0x95, 0x9e, 0xe5, 0x5d, 0x15, 0x07, 0xde, 0xef, 0x04, 0x61, 0xb2, + 0x1e, 0xa2, 0x0f, 0xf8, 0x5d, 0x9d, 0xe2, 0x33, 0xfd, 0xf6, 0x01, 0x67, 0xa3, 0xfa, 0x80, 0x7f, + 0xa0, 0x62, 0x4e, 0xae, 0xc0, 0x48, 0xe8, 0x34, 0xa9, 0xd7, 0x0e, 0x8b, 0xcf, 0xc6, 0x83, 0x2c, + 0x5b, 0x02, 0x8c, 0x0a, 0x3f, 0xf5, 0x1a, 0x4c, 0x76, 0xa8, 0xce, 0xc7, 0xba, 0x44, 0xf2, 0x03, + 0x66, 0x39, 0x1b, 0x56, 0xcb, 0x49, 0x5b, 0x7c, 0xcb, 0x30, 0x29, 0xdf, 0x0a, 0x67, 0xba, 0x54, + 0xa3, 0xad, 0x5f, 0xf5, 0x33, 0x22, 0xf2, 0x98, 0x24, 0xc0, 0xce, 0x32, 0x6c, 0xea, 0x56, 0xc4, + 0x83, 0x6e, 0x22, 0x49, 0x7d, 0x28, 0xee, 0xe9, 0x9a, 0x37, 0x70, 0x18, 0xa3, 0xb4, 0xbe, 0x96, + 0x81, 0xb1, 0xd8, 0x59, 0x7e, 0xe2, 0x61, 0x9a, 0x25, 0x20, 0x4d, 0xc7, 0xf7, 0x3d, 0x5f, 0xa8, + 0x45, 0x6b, 0x6c, 0x7f, 0x0a, 0xe4, 0xc5, 0x7d, 0x7e, 0x53, 0x74, 0xad, 0x03, 0x8b, 0x29, 0x25, + 0xac, 0xcf, 0x0e, 0x42, 0x94, 0x6d, 0xa4, 0xaf, 0x48, 0x67, 0xba, 0x5e, 0x91, 0x7e, 0x1e, 0x72, + 0x77, 0x02, 0xcf, 0xdd, 0x8c, 0x2e, 0x52, 0xeb, 0xa1, 0x78, 0xa3, 0xbc, 0xb1, 0xce, 0x29, 0x35, + 0x05, 0xa7, 0xbe, 0xbb, 0xe4, 0x34, 0xc2, 0xce, 0xab, 0xc6, 0x6f, 0xbc, 0x29, 0xe0, 0xa8, 0x29, + 0xf8, 0xab, 0x71, 0x7b, 0x54, 0x3b, 0x2e, 0xa3, 0x57, 0xe3, 0x18, 0x10, 0x05, 0x8e, 0xcc, 0x42, + 0x5e, 0xfb, 0x3d, 0xa5, 0x1b, 0x56, 0xf7, 0x94, 0xf6, 0x8f, 0x62, 0x44, 0xc3, 0xd5, 0x33, 0xe9, + 0xdb, 0x93, 0xd6, 0xea, 0xf5, 0xde, 0xd5, 0xdb, 0x84, 0x8f, 0x50, 0x6c, 0xd9, 0x0a, 0x8c, 0x5a, + 0x90, 0x99, 0x7d, 0x96, 0x3d, 0x62, 0xf6, 0x99, 0xf5, 0x99, 0x41, 0x18, 0xb9, 0x45, 0x7d, 0xfe, + 0x06, 0xc2, 0x15, 0x18, 0xd9, 0x13, 0x3f, 0x93, 0xb9, 0xab, 0x92, 0x02, 0x15, 0x9e, 0x75, 0xc8, + 0x76, 0xdb, 0x69, 0x54, 0x17, 0xa2, 0xd5, 0xa1, 0x3b, 0xa4, 0xa4, 0x10, 0x18, 0xd1, 0xb0, 0x02, + 0x35, 0xa6, 0xc0, 0x36, 0x9b, 0x4e, 0x98, 0xbc, 0x31, 0xb8, 0xac, 0x10, 0x18, 0xd1, 0x90, 0x67, + 0x61, 0xb8, 0xe6, 0x84, 0x5b, 0x76, 0x2d, 0x19, 0x07, 0x59, 0xe6, 0x50, 0x94, 0x58, 0xee, 0x5c, + 0x77, 0xc2, 0x2d, 0x9f, 0x72, 0x1f, 0x5d, 0xc7, 0xfd, 0x98, 0x65, 0x03, 0x87, 0x31, 0x4a, 0x5e, + 0x25, 0x4f, 0xb6, 0x4c, 0x3a, 0xbd, 0xa3, 0x2a, 0x29, 0x04, 0x46, 0x34, 0x6c, 0x62, 0x55, 0xbc, + 0x66, 0xcb, 0x69, 0xc8, 0xbc, 0x25, 0x63, 0x62, 0xcd, 0x4b, 0x38, 0x6a, 0x0a, 0x46, 0xcd, 0xb6, + 0x86, 0x1d, 0xcf, 0x6f, 0x26, 0x9f, 0xc8, 0xda, 0x94, 0x70, 0xd4, 0x14, 0xd6, 0x2d, 0x18, 0x13, + 0x4b, 0x64, 0xbe, 0x61, 0x3b, 0xcd, 0xe5, 0x79, 0xb2, 0xd8, 0x91, 0x10, 0x77, 0x25, 0x25, 0x21, + 0xee, 0x6c, 0xac, 0x50, 0x4a, 0x62, 0xdc, 0x37, 0x06, 0x20, 0xf7, 0x18, 0x5f, 0x0f, 0xdc, 0x89, + 0xbd, 0x1e, 0x78, 0x32, 0x2f, 0xcc, 0xa5, 0xbd, 0x1c, 0xe8, 0x26, 0x5e, 0x0e, 0x5c, 0xea, 0x3f, + 0x09, 0xf4, 0x81, 0xaf, 0x06, 0xfe, 0x34, 0x03, 0xfa, 0xaa, 0x11, 0xdf, 0x19, 0x4a, 0x8e, 0xcb, + 0x63, 0xa4, 0x8f, 0xbe, 0x4b, 0xfd, 0x58, 0x97, 0x6e, 0xf6, 0xdb, 0x50, 0xb3, 0xf6, 0x5d, 0x1f, + 0x46, 0xfd, 0x49, 0x06, 0x8a, 0x69, 0x05, 0x1e, 0xc3, 0x63, 0x89, 0x77, 0xe3, 0x8f, 0x25, 0xae, + 0x9e, 0x64, 0x7b, 0xbb, 0x3c, 0x9a, 0x78, 0xd8, 0xa5, 0xb5, 0xfc, 0xad, 0xc2, 0x6d, 0x75, 0x3e, + 0x64, 0xfa, 0x0b, 0x64, 0x08, 0xc6, 0xe9, 0xc7, 0xcb, 0x36, 0x0c, 0x07, 0x3c, 0xa0, 0x28, 0x07, + 0xf9, 0xd5, 0xde, 0xcf, 0x0a, 0xc6, 0x45, 0xfa, 0x90, 0xf8, 0x6f, 0x94, 0x9c, 0xad, 0xef, 0x66, + 0x60, 0xf4, 0x31, 0xbe, 0x79, 0x49, 0xe3, 0xc3, 0xf8, 0x7a, 0xbf, 0xc3, 0xd8, 0x65, 0xe8, 0xfe, + 0xea, 0x02, 0xc4, 0x1e, 0x9a, 0x24, 0x77, 0x21, 0xaf, 0x74, 0x32, 0x95, 0x20, 0xfe, 0x7a, 0xbf, + 0x5e, 0xdb, 0xe8, 0x58, 0x50, 0x90, 0x00, 0x23, 0x29, 0x89, 0x20, 0xed, 0xc0, 0x91, 0x82, 0xb4, + 0xff, 0x11, 0x01, 0x82, 0x74, 0xab, 0x77, 0xe8, 0x91, 0x58, 0xbd, 0x17, 0x4f, 0xdc, 0xea, 0x7d, + 0xea, 0xb1, 0x58, 0xbd, 0x86, 0x97, 0x30, 0xdb, 0x87, 0x97, 0xf0, 0x7f, 0xc3, 0x99, 0xbd, 0xe8, + 0x60, 0xd6, 0xb3, 0x46, 0xbe, 0xe2, 0x77, 0x25, 0xd5, 0xd6, 0x65, 0x4a, 0x46, 0x10, 0x52, 0x37, + 0x34, 0x8e, 0xf4, 0xe8, 0x9e, 0xeb, 0xad, 0x14, 0x76, 0x98, 0x2a, 0x24, 0xe9, 0x17, 0x1a, 0x39, + 0x82, 0x5f, 0xe8, 0xf7, 0xbb, 0x3e, 0xe3, 0x9f, 0x7b, 0x14, 0xcf, 0xf8, 0x3f, 0x79, 0xec, 0x27, + 0xfc, 0x9f, 0x89, 0xbc, 0xc5, 0x22, 0xf4, 0x9f, 0xee, 0xe4, 0xfd, 0x52, 0x32, 0x6e, 0x03, 0xbc, + 0xc3, 0x6f, 0x9d, 0x84, 0x1e, 0x72, 0x02, 0xb1, 0x9b, 0x42, 0x1f, 0xb1, 0x9b, 0x84, 0xeb, 0x6e, + 0xf4, 0x84, 0x5c, 0x77, 0x2e, 0x4c, 0x38, 0x4d, 0xbb, 0x46, 0x37, 0xdb, 0x8d, 0x86, 0xc8, 0x7d, + 0x0c, 0x8a, 0x63, 0x9c, 0x77, 0x6a, 0x5a, 0xdb, 0xaa, 0x57, 0xb1, 0x1b, 0xc9, 0x67, 0x52, 0x75, + 0x92, 0xf7, 0xf5, 0x04, 0x27, 0xec, 0xe0, 0xcd, 0x26, 0x27, 0xbf, 0xc8, 0x48, 0x43, 0xd6, 0xdb, + 0x3c, 0x9a, 0x21, 0xff, 0x1a, 0x66, 0x25, 0x02, 0xa3, 0x49, 0x43, 0x6e, 0x40, 0xbe, 0xea, 0x06, + 0x32, 0xa5, 0x79, 0x9c, 0x6f, 0x57, 0x1f, 0x62, 0x9b, 0xdc, 0xc2, 0x7a, 0x59, 0x27, 0x33, 0x5f, + 0x4c, 0xb9, 0x0f, 0xab, 0xf1, 0x18, 0x95, 0x27, 0x6b, 0x9c, 0x99, 0x7c, 0x34, 0x4b, 0x04, 0x1e, + 0x2e, 0x77, 0x71, 0x3d, 0x2d, 0xac, 0xab, 0x47, 0xbe, 0xc6, 0xa4, 0x38, 0xf9, 0x0e, 0x56, 0xc4, + 0xc1, 0x78, 0xf5, 0x71, 0xf2, 0x81, 0xaf, 0x3e, 0xde, 0x84, 0xf3, 0x61, 0xd8, 0x88, 0x45, 0xbb, + 0xe5, 0x6d, 0x68, 0x7e, 0x35, 0x3e, 0x2b, 0x5e, 0xdb, 0xdb, 0xda, 0x5a, 0x4d, 0x23, 0xc1, 0x6e, + 0x65, 0x79, 0xcc, 0x37, 0x6c, 0x68, 0x07, 0xf4, 0xa5, 0x3e, 0x63, 0xbe, 0x51, 0x66, 0x81, 0x8c, + 0xf9, 0x46, 0x00, 0x34, 0x05, 0x91, 0x8d, 0x6e, 0xde, 0xf7, 0xd3, 0x7c, 0xb3, 0x39, 0xbe, 0x2f, + 0xdd, 0xf4, 0xdd, 0x9e, 0x79, 0xa0, 0xef, 0xb6, 0xc3, 0xd7, 0x7c, 0xf6, 0x18, 0xbe, 0xe6, 0xdb, + 0xfc, 0xba, 0xf3, 0xf2, 0xbc, 0x74, 0xd5, 0xf7, 0xac, 0xcc, 0xf1, 0x6b, 0x48, 0x22, 0x3f, 0x83, + 0xff, 0x44, 0xc1, 0x96, 0x6c, 0xc2, 0x99, 0x96, 0x57, 0xed, 0xf0, 0x56, 0x73, 0xdf, 0xbc, 0xf1, + 0x68, 0xc1, 0x66, 0x0a, 0x0d, 0xa6, 0x96, 0xe4, 0x9b, 0x79, 0x04, 0xe7, 0x77, 0xe4, 0xb3, 0x72, + 0x33, 0x8f, 0xc0, 0x68, 0xd2, 0x24, 0x3d, 0xb7, 0x4f, 0x3e, 0x32, 0xcf, 0xed, 0xd4, 0x63, 0xf0, + 0xdc, 0x5e, 0x38, 0xb2, 0xe7, 0xf6, 0x93, 0x70, 0xba, 0xe5, 0x55, 0x17, 0x9c, 0xc0, 0x6f, 0xf3, + 0x84, 0xe7, 0x52, 0xbb, 0x5a, 0xa3, 0x21, 0x77, 0xfd, 0x16, 0xae, 0x5e, 0x35, 0x2b, 0x29, 0xfe, + 0x73, 0x70, 0x46, 0xfe, 0xe7, 0x20, 0x5f, 0xea, 0x89, 0x52, 0xdc, 0x30, 0xe2, 0x09, 0x2a, 0x29, + 0x48, 0x4c, 0x93, 0x63, 0x3a, 0x8e, 0x2f, 0x3f, 0x4a, 0xc7, 0xf1, 0xeb, 0x90, 0x0b, 0xea, 0xed, + 0xb0, 0xea, 0xdd, 0x73, 0x79, 0x24, 0x20, 0xaf, 0x5f, 0x60, 0xcf, 0x95, 0x25, 0xfc, 0xfe, 0xc1, + 0xf4, 0x84, 0xfa, 0x6d, 0xb8, 0x04, 0x24, 0x84, 0xfc, 0x76, 0x97, 0x74, 0x51, 0xeb, 0xe4, 0xd3, + 0x45, 0xcf, 0x1f, 0x2b, 0x55, 0x34, 0xcd, 0x27, 0xfe, 0xf4, 0x2f, 0x89, 0x4f, 0xfc, 0x8b, 0x19, + 0x18, 0xdb, 0x33, 0x7d, 0x2d, 0xd2, 0x5b, 0xdf, 0x73, 0xb4, 0x2f, 0xe6, 0xb8, 0x29, 0x59, 0x6c, + 0xeb, 0x8a, 0x81, 0xee, 0x27, 0x01, 0x18, 0x97, 0xdf, 0x19, 0x7e, 0x7c, 0xe6, 0xb1, 0x86, 0x1f, + 0xfb, 0x77, 0xc9, 0xff, 0x6c, 0x12, 0x4e, 0x25, 0x5e, 0x69, 0x7f, 0x51, 0xbd, 0xb2, 0x22, 0x3c, + 0x5e, 0x97, 0x92, 0xaf, 0xac, 0x8c, 0x29, 0xfa, 0xd8, 0x4b, 0x2b, 0xb1, 0xa7, 0x50, 0x06, 0x1e, + 0xe9, 0x53, 0x28, 0x83, 0x8f, 0xe7, 0x29, 0x94, 0x89, 0x47, 0xf1, 0x14, 0xca, 0xe4, 0xb1, 0x9e, + 0x42, 0x31, 0x9e, 0xa2, 0x19, 0x7a, 0xc8, 0x53, 0x34, 0x73, 0x30, 0xae, 0xd2, 0xeb, 0xa8, 0x7c, + 0x01, 0x43, 0x78, 0x61, 0xf5, 0x1f, 0x4f, 0xcd, 0xc7, 0xd1, 0x98, 0xa4, 0x27, 0xff, 0x07, 0xb2, + 0x2e, 0x2f, 0x38, 0xdc, 0xdf, 0xc3, 0x6a, 0xf1, 0xf9, 0xc4, 0x55, 0x76, 0xf9, 0xb0, 0x99, 0x4a, + 0xac, 0xc8, 0x72, 0xd8, 0x7d, 0xf5, 0x03, 0x85, 0x5c, 0xf2, 0x0e, 0x14, 0xbd, 0x9d, 0x9d, 0x86, + 0x67, 0x57, 0xa3, 0xe7, 0x5a, 0x94, 0x6f, 0x58, 0x24, 0x0e, 0x5f, 0x96, 0x0c, 0x8a, 0x1b, 0x5d, + 0xe8, 0xb0, 0x2b, 0x07, 0x66, 0x5f, 0x8d, 0xc7, 0x5f, 0x38, 0x0a, 0x8a, 0x79, 0xde, 0xd2, 0x8f, + 0x9f, 0x50, 0x4b, 0xe3, 0x2f, 0x2a, 0xc9, 0x36, 0xeb, 0xfe, 0x4f, 0x60, 0x31, 0x59, 0x19, 0xe2, + 0xc3, 0xb9, 0x56, 0x9a, 0x01, 0x1a, 0xc8, 0xcc, 0xb7, 0x07, 0x99, 0xc1, 0x6a, 0x95, 0x9e, 0x4b, + 0x35, 0x61, 0x03, 0xec, 0xc2, 0xd9, 0x7c, 0xc8, 0x25, 0xf7, 0x28, 0x1f, 0x72, 0x89, 0xff, 0x79, + 0xc2, 0xd8, 0x63, 0xfa, 0xf3, 0x04, 0xf2, 0xf3, 0xd4, 0xb7, 0x84, 0x84, 0xdd, 0xf6, 0x3f, 0x4f, + 0x68, 0xd4, 0x7f, 0xe9, 0xde, 0x13, 0xfa, 0xbd, 0x0c, 0x4c, 0x89, 0xb9, 0x95, 0xf6, 0x27, 0x5c, + 0x32, 0x79, 0xed, 0x64, 0xc2, 0x02, 0x3c, 0xe0, 0x58, 0x8e, 0xc9, 0xe2, 0x1e, 0xec, 0x07, 0xc8, + 0x27, 0x9f, 0x4f, 0xd1, 0x30, 0xc6, 0xfb, 0xf3, 0x70, 0xa4, 0xbf, 0x4d, 0x73, 0xfa, 0xf0, 0x28, + 0x4a, 0xc5, 0x1f, 0x75, 0x75, 0xbb, 0x10, 0x5e, 0xa9, 0xf2, 0x89, 0xba, 0x5d, 0xcc, 0x67, 0x73, + 0x8e, 0xe3, 0x7c, 0x99, 0xfa, 0x84, 0x78, 0x33, 0xaf, 0xeb, 0xd3, 0x8d, 0xff, 0xc3, 0x3c, 0xe2, + 0xfb, 0x78, 0x3d, 0x31, 0xda, 0x37, 0xcd, 0x97, 0x23, 0xff, 0x5f, 0x06, 0xce, 0xa4, 0xed, 0x6e, + 0x29, 0x15, 0xb9, 0x15, 0xaf, 0x48, 0xdf, 0x8e, 0x5f, 0xb3, 0x1a, 0x27, 0xf3, 0x76, 0xd0, 0x57, + 0x87, 0x0d, 0x7f, 0x75, 0x48, 0x5b, 0xbf, 0xce, 0x3c, 0xef, 0x23, 0xf3, 0x3c, 0xf6, 0x07, 0x29, + 0xd9, 0xc7, 0xfb, 0x07, 0x29, 0xc3, 0x3d, 0xfc, 0x41, 0xca, 0xc8, 0x63, 0xfe, 0x83, 0x94, 0xdc, + 0x11, 0xff, 0x20, 0x25, 0xff, 0xcb, 0xf4, 0x07, 0x29, 0xd6, 0x8f, 0x33, 0x30, 0xf1, 0x2b, 0xf0, + 0xdf, 0x93, 0x3f, 0x32, 0x22, 0xca, 0x8f, 0xf1, 0x4f, 0x27, 0x9b, 0xf1, 0xb8, 0xdc, 0xca, 0x49, + 0xb5, 0xb3, 0x4b, 0x7c, 0xee, 0x2e, 0xa4, 0x99, 0xff, 0x47, 0xbb, 0x33, 0x19, 0x4b, 0x83, 0x1a, + 0x38, 0x72, 0x1a, 0xd4, 0xfb, 0x03, 0x9d, 0x1d, 0xcb, 0x0f, 0xff, 0x4f, 0x3d, 0xc2, 0x7f, 0xc1, + 0x3b, 0x93, 0xf6, 0x2f, 0x78, 0x89, 0x7f, 0xbd, 0x4b, 0xfe, 0x0b, 0xda, 0xc0, 0x23, 0xfc, 0x17, + 0xb4, 0x31, 0x28, 0xbc, 0xed, 0xb4, 0xb4, 0x35, 0x3f, 0xf3, 0xad, 0x1f, 0x5e, 0x7a, 0xe2, 0x3b, + 0x3f, 0xbc, 0xf4, 0xc4, 0xf7, 0x7e, 0x78, 0xe9, 0x89, 0x4f, 0x1f, 0x5e, 0xca, 0x7c, 0xeb, 0xf0, + 0x52, 0xe6, 0x3b, 0x87, 0x97, 0x32, 0xdf, 0x3b, 0xbc, 0x94, 0xf9, 0xc1, 0xe1, 0xa5, 0xcc, 0x97, + 0x7e, 0x74, 0xe9, 0x89, 0xb7, 0x73, 0xaa, 0x6d, 0xff, 0x1e, 0x00, 0x00, 0xff, 0xff, 0x42, 0x3f, + 0x7c, 0xec, 0x75, 0x84, 0x00, 0x00, } func (m *Amount) Marshal() (dAtA []byte, err error) { diff --git a/pkg/apis/workflow/v1alpha1/generated.proto b/pkg/apis/workflow/v1alpha1/generated.proto index af2f2a6dafd0..8d11c22da4f5 100644 --- a/pkg/apis/workflow/v1alpha1/generated.proto +++ b/pkg/apis/workflow/v1alpha1/generated.proto @@ -3,7 +3,7 @@ syntax = 'proto2'; -package github.com.argoproj.argo.v2.pkg.apis.workflow.v1alpha1; +package github.com.argoproj.argo.v3.pkg.apis.workflow.v1alpha1; import "k8s.io/api/core/v1/generated.proto"; import "k8s.io/api/policy/v1beta1/generated.proto"; diff --git a/pkg/apis/workflow/v1alpha1/openapi_generated.go b/pkg/apis/workflow/v1alpha1/openapi_generated.go index 78b06dd13da3..87d4468a093f 100644 --- a/pkg/apis/workflow/v1alpha1/openapi_generated.go +++ b/pkg/apis/workflow/v1alpha1/openapi_generated.go @@ -13,101 +13,101 @@ import ( func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition { return map[string]common.OpenAPIDefinition{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Amount": schema_pkg_apis_workflow_v1alpha1_Amount(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArchiveStrategy": schema_pkg_apis_workflow_v1alpha1_ArchiveStrategy(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Arguments": schema_pkg_apis_workflow_v1alpha1_Arguments(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Artifact": schema_pkg_apis_workflow_v1alpha1_Artifact(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactLocation": schema_pkg_apis_workflow_v1alpha1_ArtifactLocation(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRef": schema_pkg_apis_workflow_v1alpha1_ArtifactRepositoryRef(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRefStatus": schema_pkg_apis_workflow_v1alpha1_ArtifactRepositoryRefStatus(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact": schema_pkg_apis_workflow_v1alpha1_ArtifactoryArtifact(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactoryAuth": schema_pkg_apis_workflow_v1alpha1_ArtifactoryAuth(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Backoff": schema_pkg_apis_workflow_v1alpha1_Backoff(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Cache": schema_pkg_apis_workflow_v1alpha1_Cache(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ClusterWorkflowTemplate": schema_pkg_apis_workflow_v1alpha1_ClusterWorkflowTemplate(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ClusterWorkflowTemplateList": schema_pkg_apis_workflow_v1alpha1_ClusterWorkflowTemplateList(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Condition": schema_pkg_apis_workflow_v1alpha1_Condition(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ContinueOn": schema_pkg_apis_workflow_v1alpha1_ContinueOn(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Counter": schema_pkg_apis_workflow_v1alpha1_Counter(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CreateS3BucketOptions": schema_pkg_apis_workflow_v1alpha1_CreateS3BucketOptions(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CronWorkflow": schema_pkg_apis_workflow_v1alpha1_CronWorkflow(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CronWorkflowList": schema_pkg_apis_workflow_v1alpha1_CronWorkflowList(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CronWorkflowSpec": schema_pkg_apis_workflow_v1alpha1_CronWorkflowSpec(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CronWorkflowStatus": schema_pkg_apis_workflow_v1alpha1_CronWorkflowStatus(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.DAGTask": schema_pkg_apis_workflow_v1alpha1_DAGTask(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.DAGTemplate": schema_pkg_apis_workflow_v1alpha1_DAGTemplate(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Event": schema_pkg_apis_workflow_v1alpha1_Event(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ExecutorConfig": schema_pkg_apis_workflow_v1alpha1_ExecutorConfig(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.GCSArtifact": schema_pkg_apis_workflow_v1alpha1_GCSArtifact(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.GCSBucket": schema_pkg_apis_workflow_v1alpha1_GCSBucket(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Gauge": schema_pkg_apis_workflow_v1alpha1_Gauge(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.GitArtifact": schema_pkg_apis_workflow_v1alpha1_GitArtifact(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.HDFSArtifact": schema_pkg_apis_workflow_v1alpha1_HDFSArtifact(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.HDFSConfig": schema_pkg_apis_workflow_v1alpha1_HDFSConfig(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.HDFSKrbConfig": schema_pkg_apis_workflow_v1alpha1_HDFSKrbConfig(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.HTTPArtifact": schema_pkg_apis_workflow_v1alpha1_HTTPArtifact(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Header": schema_pkg_apis_workflow_v1alpha1_Header(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Histogram": schema_pkg_apis_workflow_v1alpha1_Histogram(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Inputs": schema_pkg_apis_workflow_v1alpha1_Inputs(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Item": schema_pkg_apis_workflow_v1alpha1_Item(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Link": schema_pkg_apis_workflow_v1alpha1_Link(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.MemoizationStatus": schema_pkg_apis_workflow_v1alpha1_MemoizationStatus(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Memoize": schema_pkg_apis_workflow_v1alpha1_Memoize(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Metadata": schema_pkg_apis_workflow_v1alpha1_Metadata(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.MetricLabel": schema_pkg_apis_workflow_v1alpha1_MetricLabel(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Metrics": schema_pkg_apis_workflow_v1alpha1_Metrics(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Mutex": schema_pkg_apis_workflow_v1alpha1_Mutex(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.MutexHolding": schema_pkg_apis_workflow_v1alpha1_MutexHolding(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.MutexStatus": schema_pkg_apis_workflow_v1alpha1_MutexStatus(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.NodeStatus": schema_pkg_apis_workflow_v1alpha1_NodeStatus(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.NodeSynchronizationStatus": schema_pkg_apis_workflow_v1alpha1_NodeSynchronizationStatus(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.NoneStrategy": schema_pkg_apis_workflow_v1alpha1_NoneStrategy(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.OSSArtifact": schema_pkg_apis_workflow_v1alpha1_OSSArtifact(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.OSSBucket": schema_pkg_apis_workflow_v1alpha1_OSSBucket(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Outputs": schema_pkg_apis_workflow_v1alpha1_Outputs(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ParallelSteps": schema_pkg_apis_workflow_v1alpha1_ParallelSteps(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Parameter": schema_pkg_apis_workflow_v1alpha1_Parameter(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.PodGC": schema_pkg_apis_workflow_v1alpha1_PodGC(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Prometheus": schema_pkg_apis_workflow_v1alpha1_Prometheus(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RawArtifact": schema_pkg_apis_workflow_v1alpha1_RawArtifact(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ResourceTemplate": schema_pkg_apis_workflow_v1alpha1_ResourceTemplate(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RetryAffinity": schema_pkg_apis_workflow_v1alpha1_RetryAffinity(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RetryNodeAntiAffinity": schema_pkg_apis_workflow_v1alpha1_RetryNodeAntiAffinity(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RetryStrategy": schema_pkg_apis_workflow_v1alpha1_RetryStrategy(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.S3Artifact": schema_pkg_apis_workflow_v1alpha1_S3Artifact(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.S3Bucket": schema_pkg_apis_workflow_v1alpha1_S3Bucket(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ScriptTemplate": schema_pkg_apis_workflow_v1alpha1_ScriptTemplate(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SemaphoreHolding": schema_pkg_apis_workflow_v1alpha1_SemaphoreHolding(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SemaphoreRef": schema_pkg_apis_workflow_v1alpha1_SemaphoreRef(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SemaphoreStatus": schema_pkg_apis_workflow_v1alpha1_SemaphoreStatus(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Sequence": schema_pkg_apis_workflow_v1alpha1_Sequence(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Submit": schema_pkg_apis_workflow_v1alpha1_Submit(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SubmitOpts": schema_pkg_apis_workflow_v1alpha1_SubmitOpts(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SuppliedValueFrom": schema_pkg_apis_workflow_v1alpha1_SuppliedValueFrom(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SuspendTemplate": schema_pkg_apis_workflow_v1alpha1_SuspendTemplate(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Synchronization": schema_pkg_apis_workflow_v1alpha1_Synchronization(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SynchronizationStatus": schema_pkg_apis_workflow_v1alpha1_SynchronizationStatus(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TTLStrategy": schema_pkg_apis_workflow_v1alpha1_TTLStrategy(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TarStrategy": schema_pkg_apis_workflow_v1alpha1_TarStrategy(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Template": schema_pkg_apis_workflow_v1alpha1_Template(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TemplateRef": schema_pkg_apis_workflow_v1alpha1_TemplateRef(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.UserContainer": schema_pkg_apis_workflow_v1alpha1_UserContainer(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ValueFrom": schema_pkg_apis_workflow_v1alpha1_ValueFrom(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Version": schema_pkg_apis_workflow_v1alpha1_Version(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.VolumeClaimGC": schema_pkg_apis_workflow_v1alpha1_VolumeClaimGC(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Workflow": schema_pkg_apis_workflow_v1alpha1_Workflow(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowEventBinding": schema_pkg_apis_workflow_v1alpha1_WorkflowEventBinding(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowEventBindingList": schema_pkg_apis_workflow_v1alpha1_WorkflowEventBindingList(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowEventBindingSpec": schema_pkg_apis_workflow_v1alpha1_WorkflowEventBindingSpec(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowList": schema_pkg_apis_workflow_v1alpha1_WorkflowList(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowSpec": schema_pkg_apis_workflow_v1alpha1_WorkflowSpec(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowStatus": schema_pkg_apis_workflow_v1alpha1_WorkflowStatus(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowStep": schema_pkg_apis_workflow_v1alpha1_WorkflowStep(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplate": schema_pkg_apis_workflow_v1alpha1_WorkflowTemplate(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplateList": schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateList(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplateRef": schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateRef(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplateSpec": schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateSpec(ref), - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ZipStrategy": schema_pkg_apis_workflow_v1alpha1_ZipStrategy(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Amount": schema_pkg_apis_workflow_v1alpha1_Amount(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArchiveStrategy": schema_pkg_apis_workflow_v1alpha1_ArchiveStrategy(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Arguments": schema_pkg_apis_workflow_v1alpha1_Arguments(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Artifact": schema_pkg_apis_workflow_v1alpha1_Artifact(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactLocation": schema_pkg_apis_workflow_v1alpha1_ArtifactLocation(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRef": schema_pkg_apis_workflow_v1alpha1_ArtifactRepositoryRef(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRefStatus": schema_pkg_apis_workflow_v1alpha1_ArtifactRepositoryRefStatus(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact": schema_pkg_apis_workflow_v1alpha1_ArtifactoryArtifact(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactoryAuth": schema_pkg_apis_workflow_v1alpha1_ArtifactoryAuth(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Backoff": schema_pkg_apis_workflow_v1alpha1_Backoff(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Cache": schema_pkg_apis_workflow_v1alpha1_Cache(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ClusterWorkflowTemplate": schema_pkg_apis_workflow_v1alpha1_ClusterWorkflowTemplate(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ClusterWorkflowTemplateList": schema_pkg_apis_workflow_v1alpha1_ClusterWorkflowTemplateList(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Condition": schema_pkg_apis_workflow_v1alpha1_Condition(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ContinueOn": schema_pkg_apis_workflow_v1alpha1_ContinueOn(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Counter": schema_pkg_apis_workflow_v1alpha1_Counter(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CreateS3BucketOptions": schema_pkg_apis_workflow_v1alpha1_CreateS3BucketOptions(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CronWorkflow": schema_pkg_apis_workflow_v1alpha1_CronWorkflow(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CronWorkflowList": schema_pkg_apis_workflow_v1alpha1_CronWorkflowList(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CronWorkflowSpec": schema_pkg_apis_workflow_v1alpha1_CronWorkflowSpec(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CronWorkflowStatus": schema_pkg_apis_workflow_v1alpha1_CronWorkflowStatus(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.DAGTask": schema_pkg_apis_workflow_v1alpha1_DAGTask(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.DAGTemplate": schema_pkg_apis_workflow_v1alpha1_DAGTemplate(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Event": schema_pkg_apis_workflow_v1alpha1_Event(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ExecutorConfig": schema_pkg_apis_workflow_v1alpha1_ExecutorConfig(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.GCSArtifact": schema_pkg_apis_workflow_v1alpha1_GCSArtifact(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.GCSBucket": schema_pkg_apis_workflow_v1alpha1_GCSBucket(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Gauge": schema_pkg_apis_workflow_v1alpha1_Gauge(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.GitArtifact": schema_pkg_apis_workflow_v1alpha1_GitArtifact(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.HDFSArtifact": schema_pkg_apis_workflow_v1alpha1_HDFSArtifact(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.HDFSConfig": schema_pkg_apis_workflow_v1alpha1_HDFSConfig(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.HDFSKrbConfig": schema_pkg_apis_workflow_v1alpha1_HDFSKrbConfig(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.HTTPArtifact": schema_pkg_apis_workflow_v1alpha1_HTTPArtifact(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Header": schema_pkg_apis_workflow_v1alpha1_Header(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Histogram": schema_pkg_apis_workflow_v1alpha1_Histogram(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Inputs": schema_pkg_apis_workflow_v1alpha1_Inputs(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Item": schema_pkg_apis_workflow_v1alpha1_Item(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Link": schema_pkg_apis_workflow_v1alpha1_Link(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.MemoizationStatus": schema_pkg_apis_workflow_v1alpha1_MemoizationStatus(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Memoize": schema_pkg_apis_workflow_v1alpha1_Memoize(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Metadata": schema_pkg_apis_workflow_v1alpha1_Metadata(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.MetricLabel": schema_pkg_apis_workflow_v1alpha1_MetricLabel(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Metrics": schema_pkg_apis_workflow_v1alpha1_Metrics(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Mutex": schema_pkg_apis_workflow_v1alpha1_Mutex(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.MutexHolding": schema_pkg_apis_workflow_v1alpha1_MutexHolding(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.MutexStatus": schema_pkg_apis_workflow_v1alpha1_MutexStatus(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.NodeStatus": schema_pkg_apis_workflow_v1alpha1_NodeStatus(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.NodeSynchronizationStatus": schema_pkg_apis_workflow_v1alpha1_NodeSynchronizationStatus(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.NoneStrategy": schema_pkg_apis_workflow_v1alpha1_NoneStrategy(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.OSSArtifact": schema_pkg_apis_workflow_v1alpha1_OSSArtifact(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.OSSBucket": schema_pkg_apis_workflow_v1alpha1_OSSBucket(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Outputs": schema_pkg_apis_workflow_v1alpha1_Outputs(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ParallelSteps": schema_pkg_apis_workflow_v1alpha1_ParallelSteps(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Parameter": schema_pkg_apis_workflow_v1alpha1_Parameter(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.PodGC": schema_pkg_apis_workflow_v1alpha1_PodGC(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Prometheus": schema_pkg_apis_workflow_v1alpha1_Prometheus(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RawArtifact": schema_pkg_apis_workflow_v1alpha1_RawArtifact(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ResourceTemplate": schema_pkg_apis_workflow_v1alpha1_ResourceTemplate(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RetryAffinity": schema_pkg_apis_workflow_v1alpha1_RetryAffinity(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RetryNodeAntiAffinity": schema_pkg_apis_workflow_v1alpha1_RetryNodeAntiAffinity(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RetryStrategy": schema_pkg_apis_workflow_v1alpha1_RetryStrategy(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.S3Artifact": schema_pkg_apis_workflow_v1alpha1_S3Artifact(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.S3Bucket": schema_pkg_apis_workflow_v1alpha1_S3Bucket(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ScriptTemplate": schema_pkg_apis_workflow_v1alpha1_ScriptTemplate(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SemaphoreHolding": schema_pkg_apis_workflow_v1alpha1_SemaphoreHolding(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SemaphoreRef": schema_pkg_apis_workflow_v1alpha1_SemaphoreRef(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SemaphoreStatus": schema_pkg_apis_workflow_v1alpha1_SemaphoreStatus(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Sequence": schema_pkg_apis_workflow_v1alpha1_Sequence(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Submit": schema_pkg_apis_workflow_v1alpha1_Submit(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SubmitOpts": schema_pkg_apis_workflow_v1alpha1_SubmitOpts(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SuppliedValueFrom": schema_pkg_apis_workflow_v1alpha1_SuppliedValueFrom(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SuspendTemplate": schema_pkg_apis_workflow_v1alpha1_SuspendTemplate(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Synchronization": schema_pkg_apis_workflow_v1alpha1_Synchronization(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SynchronizationStatus": schema_pkg_apis_workflow_v1alpha1_SynchronizationStatus(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TTLStrategy": schema_pkg_apis_workflow_v1alpha1_TTLStrategy(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TarStrategy": schema_pkg_apis_workflow_v1alpha1_TarStrategy(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Template": schema_pkg_apis_workflow_v1alpha1_Template(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TemplateRef": schema_pkg_apis_workflow_v1alpha1_TemplateRef(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.UserContainer": schema_pkg_apis_workflow_v1alpha1_UserContainer(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ValueFrom": schema_pkg_apis_workflow_v1alpha1_ValueFrom(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Version": schema_pkg_apis_workflow_v1alpha1_Version(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.VolumeClaimGC": schema_pkg_apis_workflow_v1alpha1_VolumeClaimGC(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Workflow": schema_pkg_apis_workflow_v1alpha1_Workflow(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowEventBinding": schema_pkg_apis_workflow_v1alpha1_WorkflowEventBinding(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowEventBindingList": schema_pkg_apis_workflow_v1alpha1_WorkflowEventBindingList(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowEventBindingSpec": schema_pkg_apis_workflow_v1alpha1_WorkflowEventBindingSpec(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowList": schema_pkg_apis_workflow_v1alpha1_WorkflowList(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowSpec": schema_pkg_apis_workflow_v1alpha1_WorkflowSpec(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowStatus": schema_pkg_apis_workflow_v1alpha1_WorkflowStatus(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowStep": schema_pkg_apis_workflow_v1alpha1_WorkflowStep(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplate": schema_pkg_apis_workflow_v1alpha1_WorkflowTemplate(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplateList": schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateList(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplateRef": schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateRef(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplateSpec": schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateSpec(ref), + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ZipStrategy": schema_pkg_apis_workflow_v1alpha1_ZipStrategy(ref), } } @@ -132,24 +132,24 @@ func schema_pkg_apis_workflow_v1alpha1_ArchiveStrategy(ref common.ReferenceCallb Properties: map[string]spec.Schema{ "tar": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TarStrategy"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TarStrategy"), }, }, "none": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.NoneStrategy"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.NoneStrategy"), }, }, "zip": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ZipStrategy"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ZipStrategy"), }, }, }, }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.NoneStrategy", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TarStrategy", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ZipStrategy"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.NoneStrategy", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TarStrategy", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ZipStrategy"}, } } @@ -174,7 +174,7 @@ func schema_pkg_apis_workflow_v1alpha1_Arguments(ref common.ReferenceCallback) c Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Parameter"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Parameter"), }, }, }, @@ -194,7 +194,7 @@ func schema_pkg_apis_workflow_v1alpha1_Arguments(ref common.ReferenceCallback) c Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Artifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Artifact"), }, }, }, @@ -204,7 +204,7 @@ func schema_pkg_apis_workflow_v1alpha1_Arguments(ref common.ReferenceCallback) c }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Artifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Parameter"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Artifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Parameter"}, } } @@ -254,49 +254,49 @@ func schema_pkg_apis_workflow_v1alpha1_Artifact(ref common.ReferenceCallback) co "s3": { SchemaProps: spec.SchemaProps{ Description: "S3 contains S3 artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.S3Artifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.S3Artifact"), }, }, "git": { SchemaProps: spec.SchemaProps{ Description: "Git contains git artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.GitArtifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.GitArtifact"), }, }, "http": { SchemaProps: spec.SchemaProps{ Description: "HTTP contains HTTP artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.HTTPArtifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.HTTPArtifact"), }, }, "artifactory": { SchemaProps: spec.SchemaProps{ Description: "Artifactory contains artifactory artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact"), }, }, "hdfs": { SchemaProps: spec.SchemaProps{ Description: "HDFS contains HDFS artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.HDFSArtifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.HDFSArtifact"), }, }, "raw": { SchemaProps: spec.SchemaProps{ Description: "Raw contains raw artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RawArtifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RawArtifact"), }, }, "oss": { SchemaProps: spec.SchemaProps{ Description: "OSS contains OSS artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.OSSArtifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.OSSArtifact"), }, }, "gcs": { SchemaProps: spec.SchemaProps{ Description: "GCS contains GCS artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.GCSArtifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.GCSArtifact"), }, }, "globalName": { @@ -309,7 +309,7 @@ func schema_pkg_apis_workflow_v1alpha1_Artifact(ref common.ReferenceCallback) co "archive": { SchemaProps: spec.SchemaProps{ Description: "Archive controls how the artifact will be saved to the artifact repository.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArchiveStrategy"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArchiveStrategy"), }, }, "optional": { @@ -338,7 +338,7 @@ func schema_pkg_apis_workflow_v1alpha1_Artifact(ref common.ReferenceCallback) co }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArchiveStrategy", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.GCSArtifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.GitArtifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.HDFSArtifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.HTTPArtifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.OSSArtifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RawArtifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.S3Artifact"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArchiveStrategy", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.GCSArtifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.GitArtifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.HDFSArtifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.HTTPArtifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.OSSArtifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RawArtifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.S3Artifact"}, } } @@ -359,56 +359,56 @@ func schema_pkg_apis_workflow_v1alpha1_ArtifactLocation(ref common.ReferenceCall "s3": { SchemaProps: spec.SchemaProps{ Description: "S3 contains S3 artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.S3Artifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.S3Artifact"), }, }, "git": { SchemaProps: spec.SchemaProps{ Description: "Git contains git artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.GitArtifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.GitArtifact"), }, }, "http": { SchemaProps: spec.SchemaProps{ Description: "HTTP contains HTTP artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.HTTPArtifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.HTTPArtifact"), }, }, "artifactory": { SchemaProps: spec.SchemaProps{ Description: "Artifactory contains artifactory artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact"), }, }, "hdfs": { SchemaProps: spec.SchemaProps{ Description: "HDFS contains HDFS artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.HDFSArtifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.HDFSArtifact"), }, }, "raw": { SchemaProps: spec.SchemaProps{ Description: "Raw contains raw artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RawArtifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RawArtifact"), }, }, "oss": { SchemaProps: spec.SchemaProps{ Description: "OSS contains OSS artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.OSSArtifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.OSSArtifact"), }, }, "gcs": { SchemaProps: spec.SchemaProps{ Description: "GCS contains GCS artifact location details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.GCSArtifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.GCSArtifact"), }, }, }, }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.GCSArtifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.GitArtifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.HDFSArtifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.HTTPArtifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.OSSArtifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RawArtifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.S3Artifact"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.GCSArtifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.GitArtifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.HDFSArtifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.HTTPArtifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.OSSArtifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RawArtifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.S3Artifact"}, } } @@ -628,7 +628,7 @@ func schema_pkg_apis_workflow_v1alpha1_ClusterWorkflowTemplate(ref common.Refere "spec": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplateSpec"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplateSpec"), }, }, }, @@ -636,7 +636,7 @@ func schema_pkg_apis_workflow_v1alpha1_ClusterWorkflowTemplate(ref common.Refere }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplateSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplateSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } @@ -674,7 +674,7 @@ func schema_pkg_apis_workflow_v1alpha1_ClusterWorkflowTemplateList(ref common.Re Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ClusterWorkflowTemplate"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ClusterWorkflowTemplate"), }, }, }, @@ -685,7 +685,7 @@ func schema_pkg_apis_workflow_v1alpha1_ClusterWorkflowTemplateList(ref common.Re }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ClusterWorkflowTemplate", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ClusterWorkflowTemplate", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } @@ -819,13 +819,13 @@ func schema_pkg_apis_workflow_v1alpha1_CronWorkflow(ref common.ReferenceCallback "spec": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CronWorkflowSpec"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CronWorkflowSpec"), }, }, "status": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CronWorkflowStatus"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CronWorkflowStatus"), }, }, }, @@ -833,7 +833,7 @@ func schema_pkg_apis_workflow_v1alpha1_CronWorkflow(ref common.ReferenceCallback }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CronWorkflowSpec", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CronWorkflowStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CronWorkflowSpec", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CronWorkflowStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } @@ -871,7 +871,7 @@ func schema_pkg_apis_workflow_v1alpha1_CronWorkflowList(ref common.ReferenceCall Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CronWorkflow"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CronWorkflow"), }, }, }, @@ -882,7 +882,7 @@ func schema_pkg_apis_workflow_v1alpha1_CronWorkflowList(ref common.ReferenceCall }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CronWorkflow", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CronWorkflow", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } @@ -897,7 +897,7 @@ func schema_pkg_apis_workflow_v1alpha1_CronWorkflowSpec(ref common.ReferenceCall SchemaProps: spec.SchemaProps{ Description: "WorkflowSpec is the spec of the workflow to be run", Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowSpec"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowSpec"), }, }, "schedule": { @@ -961,7 +961,7 @@ func schema_pkg_apis_workflow_v1alpha1_CronWorkflowSpec(ref common.ReferenceCall }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } @@ -1000,7 +1000,7 @@ func schema_pkg_apis_workflow_v1alpha1_CronWorkflowStatus(ref common.ReferenceCa Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Condition"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Condition"), }, }, }, @@ -1011,7 +1011,7 @@ func schema_pkg_apis_workflow_v1alpha1_CronWorkflowStatus(ref common.ReferenceCa }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Condition", "k8s.io/api/core/v1.ObjectReference", "k8s.io/apimachinery/pkg/apis/meta/v1.Time"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Condition", "k8s.io/api/core/v1.ObjectReference", "k8s.io/apimachinery/pkg/apis/meta/v1.Time"}, } } @@ -1041,13 +1041,13 @@ func schema_pkg_apis_workflow_v1alpha1_DAGTask(ref common.ReferenceCallback) com SchemaProps: spec.SchemaProps{ Description: "Arguments are the parameter and artifact arguments to the template", Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Arguments"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Arguments"), }, }, "templateRef": { SchemaProps: spec.SchemaProps{ Description: "TemplateRef is the reference to the template resource to execute.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TemplateRef"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TemplateRef"), }, }, "dependencies": { @@ -1073,7 +1073,7 @@ func schema_pkg_apis_workflow_v1alpha1_DAGTask(ref common.ReferenceCallback) com Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Item"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Item"), }, }, }, @@ -1089,7 +1089,7 @@ func schema_pkg_apis_workflow_v1alpha1_DAGTask(ref common.ReferenceCallback) com "withSequence": { SchemaProps: spec.SchemaProps{ Description: "WithSequence expands a task into a numeric sequence", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Sequence"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Sequence"), }, }, "when": { @@ -1102,7 +1102,7 @@ func schema_pkg_apis_workflow_v1alpha1_DAGTask(ref common.ReferenceCallback) com "continueOn": { SchemaProps: spec.SchemaProps{ Description: "ContinueOn makes argo to proceed with the following step even if this step fails. Errors and Failed states can be specified", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ContinueOn"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ContinueOn"), }, }, "onExit": { @@ -1124,7 +1124,7 @@ func schema_pkg_apis_workflow_v1alpha1_DAGTask(ref common.ReferenceCallback) com }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Arguments", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ContinueOn", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Item", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Sequence", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TemplateRef"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Arguments", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ContinueOn", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Item", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Sequence", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TemplateRef"}, } } @@ -1156,7 +1156,7 @@ func schema_pkg_apis_workflow_v1alpha1_DAGTemplate(ref common.ReferenceCallback) Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.DAGTask"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.DAGTask"), }, }, }, @@ -1174,7 +1174,7 @@ func schema_pkg_apis_workflow_v1alpha1_DAGTemplate(ref common.ReferenceCallback) }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.DAGTask"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.DAGTask"}, } } @@ -1636,7 +1636,7 @@ func schema_pkg_apis_workflow_v1alpha1_HTTPArtifact(ref common.ReferenceCallback Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Header"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Header"), }, }, }, @@ -1647,7 +1647,7 @@ func schema_pkg_apis_workflow_v1alpha1_HTTPArtifact(ref common.ReferenceCallback }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Header"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Header"}, } } @@ -1704,7 +1704,7 @@ func schema_pkg_apis_workflow_v1alpha1_Histogram(ref common.ReferenceCallback) c Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Amount"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Amount"), }, }, }, @@ -1715,7 +1715,7 @@ func schema_pkg_apis_workflow_v1alpha1_Histogram(ref common.ReferenceCallback) c }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Amount"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Amount"}, } } @@ -1740,7 +1740,7 @@ func schema_pkg_apis_workflow_v1alpha1_Inputs(ref common.ReferenceCallback) comm Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Parameter"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Parameter"), }, }, }, @@ -1760,7 +1760,7 @@ func schema_pkg_apis_workflow_v1alpha1_Inputs(ref common.ReferenceCallback) comm Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Artifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Artifact"), }, }, }, @@ -1770,7 +1770,7 @@ func schema_pkg_apis_workflow_v1alpha1_Inputs(ref common.ReferenceCallback) comm }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Artifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Parameter"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Artifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Parameter"}, } } @@ -1886,7 +1886,7 @@ func schema_pkg_apis_workflow_v1alpha1_Memoize(ref common.ReferenceCallback) com "cache": { SchemaProps: spec.SchemaProps{ Description: "Cache sets and configures the kind of cache", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Cache"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Cache"), }, }, "maxAge": { @@ -1902,7 +1902,7 @@ func schema_pkg_apis_workflow_v1alpha1_Memoize(ref common.ReferenceCallback) com }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Cache"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Cache"}, } } @@ -1991,7 +1991,7 @@ func schema_pkg_apis_workflow_v1alpha1_Metrics(ref common.ReferenceCallback) com Items: &spec.SchemaOrArray{ Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Prometheus"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Prometheus"), }, }, }, @@ -2002,7 +2002,7 @@ func schema_pkg_apis_workflow_v1alpha1_Metrics(ref common.ReferenceCallback) com }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Prometheus"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Prometheus"}, } } @@ -2073,7 +2073,7 @@ func schema_pkg_apis_workflow_v1alpha1_MutexStatus(ref common.ReferenceCallback) Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.MutexHolding"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.MutexHolding"), }, }, }, @@ -2092,7 +2092,7 @@ func schema_pkg_apis_workflow_v1alpha1_MutexStatus(ref common.ReferenceCallback) Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.MutexHolding"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.MutexHolding"), }, }, }, @@ -2102,7 +2102,7 @@ func schema_pkg_apis_workflow_v1alpha1_MutexStatus(ref common.ReferenceCallback) }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.MutexHolding"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.MutexHolding"}, } } @@ -2154,7 +2154,7 @@ func schema_pkg_apis_workflow_v1alpha1_NodeStatus(ref common.ReferenceCallback) "templateRef": { SchemaProps: spec.SchemaProps{ Description: "TemplateRef is the reference to the template resource which this node corresponds to. Not applicable to virtual nodes (e.g. Retry, StepGroup)", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TemplateRef"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TemplateRef"), }, }, "storedTemplateID": { @@ -2260,13 +2260,13 @@ func schema_pkg_apis_workflow_v1alpha1_NodeStatus(ref common.ReferenceCallback) "inputs": { SchemaProps: spec.SchemaProps{ Description: "Inputs captures input parameter values and artifact locations supplied to this template invocation", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Inputs"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Inputs"), }, }, "outputs": { SchemaProps: spec.SchemaProps{ Description: "Outputs captures output parameter values and artifact locations produced by this template invocation", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Outputs"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Outputs"), }, }, "children": { @@ -2309,13 +2309,13 @@ func schema_pkg_apis_workflow_v1alpha1_NodeStatus(ref common.ReferenceCallback) "memoizationStatus": { SchemaProps: spec.SchemaProps{ Description: "MemoizationStatus holds information about cached nodes", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.MemoizationStatus"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.MemoizationStatus"), }, }, "synchronizationStatus": { SchemaProps: spec.SchemaProps{ Description: "SynchronizationStatus is the synchronization status of the node", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.NodeSynchronizationStatus"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.NodeSynchronizationStatus"), }, }, }, @@ -2323,7 +2323,7 @@ func schema_pkg_apis_workflow_v1alpha1_NodeStatus(ref common.ReferenceCallback) }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Inputs", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.MemoizationStatus", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.NodeSynchronizationStatus", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Outputs", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TemplateRef", "k8s.io/apimachinery/pkg/apis/meta/v1.Time"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Inputs", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.MemoizationStatus", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.NodeSynchronizationStatus", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Outputs", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TemplateRef", "k8s.io/apimachinery/pkg/apis/meta/v1.Time"}, } } @@ -2470,7 +2470,7 @@ func schema_pkg_apis_workflow_v1alpha1_Outputs(ref common.ReferenceCallback) com Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Parameter"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Parameter"), }, }, }, @@ -2490,7 +2490,7 @@ func schema_pkg_apis_workflow_v1alpha1_Outputs(ref common.ReferenceCallback) com Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Artifact"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Artifact"), }, }, }, @@ -2514,7 +2514,7 @@ func schema_pkg_apis_workflow_v1alpha1_Outputs(ref common.ReferenceCallback) com }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Artifact", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Parameter"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Artifact", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Parameter"}, } } @@ -2561,7 +2561,7 @@ func schema_pkg_apis_workflow_v1alpha1_Parameter(ref common.ReferenceCallback) c "valueFrom": { SchemaProps: spec.SchemaProps{ Description: "ValueFrom is the source for the output parameter's value", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ValueFrom"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ValueFrom"), }, }, "globalName": { @@ -2591,7 +2591,7 @@ func schema_pkg_apis_workflow_v1alpha1_Parameter(ref common.ReferenceCallback) c }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ValueFrom"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ValueFrom"}, } } @@ -2637,7 +2637,7 @@ func schema_pkg_apis_workflow_v1alpha1_Prometheus(ref common.ReferenceCallback) Items: &spec.SchemaOrArray{ Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.MetricLabel"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.MetricLabel"), }, }, }, @@ -2661,19 +2661,19 @@ func schema_pkg_apis_workflow_v1alpha1_Prometheus(ref common.ReferenceCallback) "gauge": { SchemaProps: spec.SchemaProps{ Description: "Gauge is a gauge metric", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Gauge"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Gauge"), }, }, "histogram": { SchemaProps: spec.SchemaProps{ Description: "Histogram is a histogram metric", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Histogram"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Histogram"), }, }, "counter": { SchemaProps: spec.SchemaProps{ Description: "Counter is a counter metric", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Counter"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Counter"), }, }, }, @@ -2681,7 +2681,7 @@ func schema_pkg_apis_workflow_v1alpha1_Prometheus(ref common.ReferenceCallback) }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Counter", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Gauge", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Histogram", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.MetricLabel"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Counter", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Gauge", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Histogram", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.MetricLabel"}, } } @@ -2788,14 +2788,14 @@ func schema_pkg_apis_workflow_v1alpha1_RetryAffinity(ref common.ReferenceCallbac Properties: map[string]spec.Schema{ "nodeAntiAffinity": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RetryNodeAntiAffinity"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RetryNodeAntiAffinity"), }, }, }, }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RetryNodeAntiAffinity"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RetryNodeAntiAffinity"}, } } @@ -2833,20 +2833,20 @@ func schema_pkg_apis_workflow_v1alpha1_RetryStrategy(ref common.ReferenceCallbac "backoff": { SchemaProps: spec.SchemaProps{ Description: "Backoff is a backoff strategy", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Backoff"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Backoff"), }, }, "affinity": { SchemaProps: spec.SchemaProps{ Description: "Affinity prevents running workflow's step on the same host", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RetryAffinity"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RetryAffinity"), }, }, }, }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Backoff", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RetryAffinity", "k8s.io/apimachinery/pkg/util/intstr.IntOrString"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Backoff", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RetryAffinity", "k8s.io/apimachinery/pkg/util/intstr.IntOrString"}, } } @@ -2914,7 +2914,7 @@ func schema_pkg_apis_workflow_v1alpha1_S3Artifact(ref common.ReferenceCallback) "createBucketIfNotPresent": { SchemaProps: spec.SchemaProps{ Description: "CreateBucketIfNotPresent tells the driver to attempt to create the S3 bucket for output artifacts, if it doesn't exist", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CreateS3BucketOptions"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CreateS3BucketOptions"), }, }, "key": { @@ -2930,7 +2930,7 @@ func schema_pkg_apis_workflow_v1alpha1_S3Artifact(ref common.ReferenceCallback) }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CreateS3BucketOptions", "k8s.io/api/core/v1.SecretKeySelector"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CreateS3BucketOptions", "k8s.io/api/core/v1.SecretKeySelector"}, } } @@ -2998,14 +2998,14 @@ func schema_pkg_apis_workflow_v1alpha1_S3Bucket(ref common.ReferenceCallback) co "createBucketIfNotPresent": { SchemaProps: spec.SchemaProps{ Description: "CreateBucketIfNotPresent tells the driver to attempt to create the S3 bucket for output artifacts, if it doesn't exist", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CreateS3BucketOptions"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CreateS3BucketOptions"), }, }, }, }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.CreateS3BucketOptions", "k8s.io/api/core/v1.SecretKeySelector"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.CreateS3BucketOptions", "k8s.io/api/core/v1.SecretKeySelector"}, } } @@ -3337,7 +3337,7 @@ func schema_pkg_apis_workflow_v1alpha1_SemaphoreStatus(ref common.ReferenceCallb Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SemaphoreHolding"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SemaphoreHolding"), }, }, }, @@ -3351,7 +3351,7 @@ func schema_pkg_apis_workflow_v1alpha1_SemaphoreStatus(ref common.ReferenceCallb Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SemaphoreHolding"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SemaphoreHolding"), }, }, }, @@ -3361,7 +3361,7 @@ func schema_pkg_apis_workflow_v1alpha1_SemaphoreStatus(ref common.ReferenceCallb }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SemaphoreHolding"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SemaphoreHolding"}, } } @@ -3415,7 +3415,7 @@ func schema_pkg_apis_workflow_v1alpha1_Submit(ref common.ReferenceCallback) comm SchemaProps: spec.SchemaProps{ Description: "WorkflowTemplateRef the workflow template to submit", Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplateRef"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplateRef"), }, }, "metadata": { @@ -3428,7 +3428,7 @@ func schema_pkg_apis_workflow_v1alpha1_Submit(ref common.ReferenceCallback) comm "arguments": { SchemaProps: spec.SchemaProps{ Description: "Arguments extracted from the event and then set as arguments to the workflow created.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Arguments"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Arguments"), }, }, }, @@ -3436,7 +3436,7 @@ func schema_pkg_apis_workflow_v1alpha1_Submit(ref common.ReferenceCallback) comm }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Arguments", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplateRef", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Arguments", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplateRef", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } @@ -3573,20 +3573,20 @@ func schema_pkg_apis_workflow_v1alpha1_Synchronization(ref common.ReferenceCallb "semaphore": { SchemaProps: spec.SchemaProps{ Description: "Semaphore holds the Semaphore configuration", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SemaphoreRef"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SemaphoreRef"), }, }, "mutex": { SchemaProps: spec.SchemaProps{ Description: "Mutex holds the Mutex lock details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Mutex"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Mutex"), }, }, }, }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Mutex", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SemaphoreRef"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Mutex", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SemaphoreRef"}, } } @@ -3600,20 +3600,20 @@ func schema_pkg_apis_workflow_v1alpha1_SynchronizationStatus(ref common.Referenc "semaphore": { SchemaProps: spec.SchemaProps{ Description: "Semaphore stores this workflow's Semaphore holder details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SemaphoreStatus"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SemaphoreStatus"), }, }, "mutex": { SchemaProps: spec.SchemaProps{ Description: "Mutex stores this workflow's mutex holder details", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.MutexStatus"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.MutexStatus"), }, }, }, }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.MutexStatus", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SemaphoreStatus"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.MutexStatus", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SemaphoreStatus"}, } } @@ -3697,27 +3697,27 @@ func schema_pkg_apis_workflow_v1alpha1_Template(ref common.ReferenceCallback) co SchemaProps: spec.SchemaProps{ Description: "Arguments hold arguments to the template. DEPRECATED: This field is not used.", Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Arguments"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Arguments"), }, }, "templateRef": { SchemaProps: spec.SchemaProps{ Description: "TemplateRef is the reference to the template resource which is used as the base of this template. DEPRECATED: This field is not used.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TemplateRef"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TemplateRef"), }, }, "inputs": { SchemaProps: spec.SchemaProps{ Description: "Inputs describe what inputs parameters and artifacts are supplied to this template", Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Inputs"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Inputs"), }, }, "outputs": { SchemaProps: spec.SchemaProps{ Description: "Outputs describe the parameters and artifacts that this template produces", Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Outputs"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Outputs"), }, }, "nodeSelector": { @@ -3746,7 +3746,7 @@ func schema_pkg_apis_workflow_v1alpha1_Template(ref common.ReferenceCallback) co SchemaProps: spec.SchemaProps{ Description: "Metdata sets the pods's metadata, i.e. annotations and labels", Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Metadata"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Metadata"), }, }, "daemon": { @@ -3764,7 +3764,7 @@ func schema_pkg_apis_workflow_v1alpha1_Template(ref common.ReferenceCallback) co Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ParallelSteps"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ParallelSteps"), }, }, }, @@ -3779,25 +3779,25 @@ func schema_pkg_apis_workflow_v1alpha1_Template(ref common.ReferenceCallback) co "script": { SchemaProps: spec.SchemaProps{ Description: "Script runs a portion of code against an interpreter", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ScriptTemplate"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ScriptTemplate"), }, }, "resource": { SchemaProps: spec.SchemaProps{ Description: "Resource template subtype which can run k8s resources", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ResourceTemplate"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ResourceTemplate"), }, }, "dag": { SchemaProps: spec.SchemaProps{ Description: "DAG template subtype which runs a DAG", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.DAGTemplate"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.DAGTemplate"), }, }, "suspend": { SchemaProps: spec.SchemaProps{ Description: "Suspend template subtype which can suspend a workflow when reaching the step", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SuspendTemplate"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SuspendTemplate"), }, }, "volumes": { @@ -3834,7 +3834,7 @@ func schema_pkg_apis_workflow_v1alpha1_Template(ref common.ReferenceCallback) co Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.UserContainer"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.UserContainer"), }, }, }, @@ -3854,7 +3854,7 @@ func schema_pkg_apis_workflow_v1alpha1_Template(ref common.ReferenceCallback) co Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.UserContainer"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.UserContainer"), }, }, }, @@ -3863,7 +3863,7 @@ func schema_pkg_apis_workflow_v1alpha1_Template(ref common.ReferenceCallback) co "archiveLocation": { SchemaProps: spec.SchemaProps{ Description: "Location in which all files related to the step will be stored (logs, artifacts, etc...). Can be overridden by individual items in Outputs. If omitted, will use the default artifact repository location configured in the controller, appended with the / in the key.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactLocation"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactLocation"), }, }, "activeDeadlineSeconds": { @@ -3875,7 +3875,7 @@ func schema_pkg_apis_workflow_v1alpha1_Template(ref common.ReferenceCallback) co "retryStrategy": { SchemaProps: spec.SchemaProps{ Description: "RetryStrategy describes how to retry a template when it fails", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RetryStrategy"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RetryStrategy"), }, }, "parallelism": { @@ -3943,7 +3943,7 @@ func schema_pkg_apis_workflow_v1alpha1_Template(ref common.ReferenceCallback) co "executor": { SchemaProps: spec.SchemaProps{ Description: "Executor holds configurations of the executor container.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ExecutorConfig"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ExecutorConfig"), }, }, "hostAliases": { @@ -3982,19 +3982,19 @@ func schema_pkg_apis_workflow_v1alpha1_Template(ref common.ReferenceCallback) co "metrics": { SchemaProps: spec.SchemaProps{ Description: "Metrics are a list of metrics emitted from this template", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Metrics"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Metrics"), }, }, "synchronization": { SchemaProps: spec.SchemaProps{ Description: "Synchronization holds synchronization lock configuration for this template", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Synchronization"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Synchronization"), }, }, "memoize": { SchemaProps: spec.SchemaProps{ Description: "Memoize allows templates to use outputs generated from already executed templates", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Memoize"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Memoize"), }, }, "timeout": { @@ -4009,7 +4009,7 @@ func schema_pkg_apis_workflow_v1alpha1_Template(ref common.ReferenceCallback) co }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Arguments", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactLocation", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.DAGTemplate", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ExecutorConfig", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Inputs", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Memoize", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Metadata", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Metrics", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Outputs", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ParallelSteps", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ResourceTemplate", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RetryStrategy", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ScriptTemplate", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SuspendTemplate", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Synchronization", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TemplateRef", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.UserContainer", "k8s.io/api/core/v1.Affinity", "k8s.io/api/core/v1.Container", "k8s.io/api/core/v1.HostAlias", "k8s.io/api/core/v1.PodSecurityContext", "k8s.io/api/core/v1.Toleration", "k8s.io/api/core/v1.Volume", "k8s.io/apimachinery/pkg/util/intstr.IntOrString"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Arguments", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactLocation", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.DAGTemplate", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ExecutorConfig", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Inputs", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Memoize", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Metadata", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Metrics", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Outputs", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ParallelSteps", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ResourceTemplate", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RetryStrategy", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ScriptTemplate", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SuspendTemplate", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Synchronization", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TemplateRef", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.UserContainer", "k8s.io/api/core/v1.Affinity", "k8s.io/api/core/v1.Container", "k8s.io/api/core/v1.HostAlias", "k8s.io/api/core/v1.PodSecurityContext", "k8s.io/api/core/v1.Toleration", "k8s.io/api/core/v1.Volume", "k8s.io/apimachinery/pkg/util/intstr.IntOrString"}, } } @@ -4352,7 +4352,7 @@ func schema_pkg_apis_workflow_v1alpha1_ValueFrom(ref common.ReferenceCallback) c "supplied": { SchemaProps: spec.SchemaProps{ Description: "Supplied value to be filled in directly, either through the CLI, API, etc.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SuppliedValueFrom"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SuppliedValueFrom"), }, }, "default": { @@ -4366,7 +4366,7 @@ func schema_pkg_apis_workflow_v1alpha1_ValueFrom(ref common.ReferenceCallback) c }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SuppliedValueFrom"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SuppliedValueFrom"}, } } @@ -4489,13 +4489,13 @@ func schema_pkg_apis_workflow_v1alpha1_Workflow(ref common.ReferenceCallback) co "spec": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowSpec"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowSpec"), }, }, "status": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowStatus"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowStatus"), }, }, }, @@ -4503,7 +4503,7 @@ func schema_pkg_apis_workflow_v1alpha1_Workflow(ref common.ReferenceCallback) co }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowSpec", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowSpec", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } @@ -4537,7 +4537,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowEventBinding(ref common.Reference "spec": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowEventBindingSpec"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowEventBindingSpec"), }, }, }, @@ -4545,7 +4545,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowEventBinding(ref common.Reference }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowEventBindingSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowEventBindingSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } @@ -4583,7 +4583,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowEventBindingList(ref common.Refer Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowEventBinding"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowEventBinding"), }, }, }, @@ -4594,7 +4594,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowEventBindingList(ref common.Refer }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowEventBinding", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowEventBinding", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } @@ -4608,13 +4608,13 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowEventBindingSpec(ref common.Refer SchemaProps: spec.SchemaProps{ Description: "Event is the event to bind to", Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Event"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Event"), }, }, "submit": { SchemaProps: spec.SchemaProps{ Description: "Submit is the workflow template to submit", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Submit"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Submit"), }, }, }, @@ -4622,7 +4622,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowEventBindingSpec(ref common.Refer }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Event", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Submit"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Event", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Submit"}, } } @@ -4660,7 +4660,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowList(ref common.ReferenceCallback Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Workflow"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Workflow"), }, }, }, @@ -4671,7 +4671,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowList(ref common.ReferenceCallback }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Workflow", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Workflow", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } @@ -4696,7 +4696,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowSpec(ref common.ReferenceCallback Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Template"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Template"), }, }, }, @@ -4713,7 +4713,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowSpec(ref common.ReferenceCallback SchemaProps: spec.SchemaProps{ Description: "Arguments contain the parameters and artifacts sent to the workflow entrypoint Parameters are referencable globally using the 'workflow' variable prefix. e.g. {{workflow.parameters.myparam}}", Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Arguments"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Arguments"), }, }, "serviceAccountName": { @@ -4733,7 +4733,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowSpec(ref common.ReferenceCallback "executor": { SchemaProps: spec.SchemaProps{ Description: "Executor holds configurations of executor containers of the workflow.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ExecutorConfig"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ExecutorConfig"), }, }, "volumes": { @@ -4786,7 +4786,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowSpec(ref common.ReferenceCallback "artifactRepositoryRef": { SchemaProps: spec.SchemaProps{ Description: "ArtifactRepositoryRef specifies the configMap name and key containing the artifact repository config.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRef"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRef"), }, }, "suspend": { @@ -4895,7 +4895,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowSpec(ref common.ReferenceCallback "ttlStrategy": { SchemaProps: spec.SchemaProps{ Description: "TTLStrategy limits the lifetime of a Workflow that has finished execution depending on if it Succeeded or Failed. If this struct is set, once the Workflow finishes, it will be deleted after the time to live expires. If this field is unset, the controller config map will hold the default values.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TTLStrategy"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TTLStrategy"), }, }, "activeDeadlineSeconds": { @@ -4922,7 +4922,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowSpec(ref common.ReferenceCallback "podGC": { SchemaProps: spec.SchemaProps{ Description: "PodGC describes the strategy to use when to deleting completed pods", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.PodGC"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.PodGC"), }, }, "podPriorityClassName": { @@ -4980,7 +4980,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowSpec(ref common.ReferenceCallback "metrics": { SchemaProps: spec.SchemaProps{ Description: "Metrics are a list of metrics emitted from this Workflow", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Metrics"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Metrics"), }, }, "shutdown": { @@ -4993,32 +4993,32 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowSpec(ref common.ReferenceCallback "workflowTemplateRef": { SchemaProps: spec.SchemaProps{ Description: "WorkflowTemplateRef holds a reference to a WorkflowTemplate for execution", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplateRef"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplateRef"), }, }, "synchronization": { SchemaProps: spec.SchemaProps{ Description: "Synchronization holds synchronization lock configuration for this Workflow", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Synchronization"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Synchronization"), }, }, "volumeClaimGC": { SchemaProps: spec.SchemaProps{ Description: "VolumeClaimGC describes the strategy to use when to deleting volumes from completed workflows", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.VolumeClaimGC"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.VolumeClaimGC"), }, }, "retryStrategy": { SchemaProps: spec.SchemaProps{ Description: "RetryStrategy for all templates in the workflow.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RetryStrategy"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RetryStrategy"), }, }, }, }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Arguments", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRef", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ExecutorConfig", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Metrics", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.PodGC", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RetryStrategy", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Synchronization", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TTLStrategy", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Template", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.VolumeClaimGC", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplateRef", "k8s.io/api/core/v1.Affinity", "k8s.io/api/core/v1.HostAlias", "k8s.io/api/core/v1.LocalObjectReference", "k8s.io/api/core/v1.PersistentVolumeClaim", "k8s.io/api/core/v1.PodDNSConfig", "k8s.io/api/core/v1.PodSecurityContext", "k8s.io/api/core/v1.Toleration", "k8s.io/api/core/v1.Volume", "k8s.io/api/policy/v1beta1.PodDisruptionBudgetSpec"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Arguments", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRef", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ExecutorConfig", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Metrics", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.PodGC", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RetryStrategy", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Synchronization", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TTLStrategy", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Template", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.VolumeClaimGC", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplateRef", "k8s.io/api/core/v1.Affinity", "k8s.io/api/core/v1.HostAlias", "k8s.io/api/core/v1.LocalObjectReference", "k8s.io/api/core/v1.PersistentVolumeClaim", "k8s.io/api/core/v1.PodDNSConfig", "k8s.io/api/core/v1.PodSecurityContext", "k8s.io/api/core/v1.Toleration", "k8s.io/api/core/v1.Volume", "k8s.io/api/policy/v1beta1.PodDisruptionBudgetSpec"}, } } @@ -5087,7 +5087,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowStatus(ref common.ReferenceCallba Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.NodeStatus"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.NodeStatus"), }, }, }, @@ -5109,7 +5109,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowStatus(ref common.ReferenceCallba Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Template"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Template"), }, }, }, @@ -5132,7 +5132,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowStatus(ref common.ReferenceCallba "outputs": { SchemaProps: spec.SchemaProps{ Description: "Outputs captures output values and artifact locations produced by the workflow via global outputs", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Outputs"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Outputs"), }, }, "conditions": { @@ -5143,7 +5143,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowStatus(ref common.ReferenceCallba Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Condition"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Condition"), }, }, }, @@ -5168,26 +5168,26 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowStatus(ref common.ReferenceCallba "storedWorkflowTemplateSpec": { SchemaProps: spec.SchemaProps{ Description: "StoredWorkflowSpec stores the WorkflowTemplate spec for future execution.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowSpec"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowSpec"), }, }, "synchronization": { SchemaProps: spec.SchemaProps{ Description: "Synchronization stores the status of synchronization locks", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SynchronizationStatus"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SynchronizationStatus"), }, }, "artifactRepositoryRef": { SchemaProps: spec.SchemaProps{ Description: "ArtifactRepositoryRef is used to cache the repository to use so we do not need to determine it everytime we reconcile.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRefStatus"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRefStatus"), }, }, }, }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRefStatus", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Condition", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.NodeStatus", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Outputs", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.SynchronizationStatus", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Template", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowSpec", "k8s.io/api/core/v1.Volume", "k8s.io/apimachinery/pkg/apis/meta/v1.Time"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRefStatus", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Condition", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.NodeStatus", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Outputs", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.SynchronizationStatus", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Template", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowSpec", "k8s.io/api/core/v1.Volume", "k8s.io/apimachinery/pkg/apis/meta/v1.Time"}, } } @@ -5216,13 +5216,13 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowStep(ref common.ReferenceCallback SchemaProps: spec.SchemaProps{ Description: "Arguments hold arguments to the template", Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Arguments"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Arguments"), }, }, "templateRef": { SchemaProps: spec.SchemaProps{ Description: "TemplateRef is the reference to the template resource to execute as the step.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TemplateRef"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TemplateRef"), }, }, "withItems": { @@ -5233,7 +5233,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowStep(ref common.ReferenceCallback Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Item"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Item"), }, }, }, @@ -5249,7 +5249,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowStep(ref common.ReferenceCallback "withSequence": { SchemaProps: spec.SchemaProps{ Description: "WithSequence expands a step into a numeric sequence", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Sequence"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Sequence"), }, }, "when": { @@ -5262,7 +5262,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowStep(ref common.ReferenceCallback "continueOn": { SchemaProps: spec.SchemaProps{ Description: "ContinueOn makes argo to proceed with the following step even if this step fails. Errors and Failed states can be specified", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ContinueOn"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ContinueOn"), }, }, "onExit": { @@ -5276,7 +5276,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowStep(ref common.ReferenceCallback }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Arguments", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ContinueOn", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Item", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Sequence", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TemplateRef"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Arguments", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ContinueOn", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Item", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Sequence", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TemplateRef"}, } } @@ -5310,7 +5310,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowTemplate(ref common.ReferenceCall "spec": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplateSpec"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplateSpec"), }, }, }, @@ -5318,7 +5318,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowTemplate(ref common.ReferenceCall }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplateSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplateSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } @@ -5356,7 +5356,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateList(ref common.Reference Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplate"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplate"), }, }, }, @@ -5367,7 +5367,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateList(ref common.Reference }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplate", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplate", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } @@ -5419,7 +5419,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateSpec(ref common.Reference Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Template"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Template"), }, }, }, @@ -5436,7 +5436,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateSpec(ref common.Reference SchemaProps: spec.SchemaProps{ Description: "Arguments contain the parameters and artifacts sent to the workflow entrypoint Parameters are referencable globally using the 'workflow' variable prefix. e.g. {{workflow.parameters.myparam}}", Default: map[string]interface{}{}, - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Arguments"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Arguments"), }, }, "serviceAccountName": { @@ -5456,7 +5456,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateSpec(ref common.Reference "executor": { SchemaProps: spec.SchemaProps{ Description: "Executor holds configurations of executor containers of the workflow.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ExecutorConfig"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ExecutorConfig"), }, }, "volumes": { @@ -5509,7 +5509,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateSpec(ref common.Reference "artifactRepositoryRef": { SchemaProps: spec.SchemaProps{ Description: "ArtifactRepositoryRef specifies the configMap name and key containing the artifact repository config.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRef"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRef"), }, }, "suspend": { @@ -5618,7 +5618,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateSpec(ref common.Reference "ttlStrategy": { SchemaProps: spec.SchemaProps{ Description: "TTLStrategy limits the lifetime of a Workflow that has finished execution depending on if it Succeeded or Failed. If this struct is set, once the Workflow finishes, it will be deleted after the time to live expires. If this field is unset, the controller config map will hold the default values.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TTLStrategy"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TTLStrategy"), }, }, "activeDeadlineSeconds": { @@ -5645,7 +5645,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateSpec(ref common.Reference "podGC": { SchemaProps: spec.SchemaProps{ Description: "PodGC describes the strategy to use when to deleting completed pods", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.PodGC"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.PodGC"), }, }, "podPriorityClassName": { @@ -5703,7 +5703,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateSpec(ref common.Reference "metrics": { SchemaProps: spec.SchemaProps{ Description: "Metrics are a list of metrics emitted from this Workflow", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Metrics"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Metrics"), }, }, "shutdown": { @@ -5716,25 +5716,25 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateSpec(ref common.Reference "workflowTemplateRef": { SchemaProps: spec.SchemaProps{ Description: "WorkflowTemplateRef holds a reference to a WorkflowTemplate for execution", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplateRef"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplateRef"), }, }, "synchronization": { SchemaProps: spec.SchemaProps{ Description: "Synchronization holds synchronization lock configuration for this Workflow", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Synchronization"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Synchronization"), }, }, "volumeClaimGC": { SchemaProps: spec.SchemaProps{ Description: "VolumeClaimGC describes the strategy to use when to deleting volumes from completed workflows", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.VolumeClaimGC"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.VolumeClaimGC"), }, }, "retryStrategy": { SchemaProps: spec.SchemaProps{ Description: "RetryStrategy for all templates in the workflow.", - Ref: ref("github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RetryStrategy"), + Ref: ref("github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RetryStrategy"), }, }, "workflowMetadata": { @@ -5747,7 +5747,7 @@ func schema_pkg_apis_workflow_v1alpha1_WorkflowTemplateSpec(ref common.Reference }, }, Dependencies: []string{ - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Arguments", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRef", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.ExecutorConfig", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Metrics", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.PodGC", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.RetryStrategy", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Synchronization", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.TTLStrategy", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.Template", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.VolumeClaimGC", "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1.WorkflowTemplateRef", "k8s.io/api/core/v1.Affinity", "k8s.io/api/core/v1.HostAlias", "k8s.io/api/core/v1.LocalObjectReference", "k8s.io/api/core/v1.PersistentVolumeClaim", "k8s.io/api/core/v1.PodDNSConfig", "k8s.io/api/core/v1.PodSecurityContext", "k8s.io/api/core/v1.Toleration", "k8s.io/api/core/v1.Volume", "k8s.io/api/policy/v1beta1.PodDisruptionBudgetSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Arguments", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRef", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.ExecutorConfig", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Metrics", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.PodGC", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.RetryStrategy", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Synchronization", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.TTLStrategy", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.Template", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.VolumeClaimGC", "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1.WorkflowTemplateRef", "k8s.io/api/core/v1.Affinity", "k8s.io/api/core/v1.HostAlias", "k8s.io/api/core/v1.LocalObjectReference", "k8s.io/api/core/v1.PersistentVolumeClaim", "k8s.io/api/core/v1.PodDNSConfig", "k8s.io/api/core/v1.PodSecurityContext", "k8s.io/api/core/v1.Toleration", "k8s.io/api/core/v1.Volume", "k8s.io/api/policy/v1beta1.PodDisruptionBudgetSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } diff --git a/pkg/apis/workflow/v1alpha1/register.go b/pkg/apis/workflow/v1alpha1/register.go index be13ddfdd5ce..3025fdf135e0 100644 --- a/pkg/apis/workflow/v1alpha1/register.go +++ b/pkg/apis/workflow/v1alpha1/register.go @@ -1,7 +1,7 @@ package v1alpha1 import ( - "github.com/argoproj/argo/v2/pkg/apis/workflow" + "github.com/argoproj/argo/v3/pkg/apis/workflow" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" diff --git a/pkg/apis/workflow/v1alpha1/workflow_types.go b/pkg/apis/workflow/v1alpha1/workflow_types.go index b8edac57f46c..a1758a7661fa 100644 --- a/pkg/apis/workflow/v1alpha1/workflow_types.go +++ b/pkg/apis/workflow/v1alpha1/workflow_types.go @@ -17,7 +17,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/util/intstr" - "github.com/argoproj/argo/v2/util/slice" + "github.com/argoproj/argo/v3/util/slice" ) // TemplateType is the type of a template diff --git a/pkg/client/clientset/versioned/clientset.go b/pkg/client/clientset/versioned/clientset.go index 95cdd2c87d97..de1587c1c4c9 100644 --- a/pkg/client/clientset/versioned/clientset.go +++ b/pkg/client/clientset/versioned/clientset.go @@ -5,7 +5,7 @@ package versioned import ( "fmt" - argoprojv1alpha1 "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/typed/workflow/v1alpha1" + argoprojv1alpha1 "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/typed/workflow/v1alpha1" discovery "k8s.io/client-go/discovery" rest "k8s.io/client-go/rest" flowcontrol "k8s.io/client-go/util/flowcontrol" diff --git a/pkg/client/clientset/versioned/fake/clientset_generated.go b/pkg/client/clientset/versioned/fake/clientset_generated.go index 2c8d1ae94999..aae818cfe194 100644 --- a/pkg/client/clientset/versioned/fake/clientset_generated.go +++ b/pkg/client/clientset/versioned/fake/clientset_generated.go @@ -3,9 +3,9 @@ package fake import ( - clientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - argoprojv1alpha1 "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/typed/workflow/v1alpha1" - fakeargoprojv1alpha1 "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake" + clientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + argoprojv1alpha1 "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/typed/workflow/v1alpha1" + fakeargoprojv1alpha1 "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/watch" "k8s.io/client-go/discovery" diff --git a/pkg/client/clientset/versioned/fake/register.go b/pkg/client/clientset/versioned/fake/register.go index 547c7c1efe6b..634fabb0e09d 100644 --- a/pkg/client/clientset/versioned/fake/register.go +++ b/pkg/client/clientset/versioned/fake/register.go @@ -3,7 +3,7 @@ package fake import ( - argoprojv1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + argoprojv1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/scheme/register.go b/pkg/client/clientset/versioned/scheme/register.go index da001da70365..9eef9b542587 100644 --- a/pkg/client/clientset/versioned/scheme/register.go +++ b/pkg/client/clientset/versioned/scheme/register.go @@ -3,7 +3,7 @@ package scheme import ( - argoprojv1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + argoprojv1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/clusterworkflowtemplate.go b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/clusterworkflowtemplate.go index 530a69a0cfd1..6b9fb82ad8f5 100644 --- a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/clusterworkflowtemplate.go +++ b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/clusterworkflowtemplate.go @@ -6,8 +6,8 @@ import ( "context" "time" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - scheme "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/scheme" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + scheme "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/cronworkflow.go b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/cronworkflow.go index e8f20de73d60..a8d82b42822a 100644 --- a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/cronworkflow.go +++ b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/cronworkflow.go @@ -6,8 +6,8 @@ import ( "context" "time" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - scheme "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/scheme" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + scheme "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_clusterworkflowtemplate.go b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_clusterworkflowtemplate.go index 526a5c9fbcc5..256cfd67480a 100644 --- a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_clusterworkflowtemplate.go +++ b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_clusterworkflowtemplate.go @@ -5,7 +5,7 @@ package fake import ( "context" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_cronworkflow.go b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_cronworkflow.go index 8a1b7a89a5d0..fc5735bd7150 100644 --- a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_cronworkflow.go +++ b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_cronworkflow.go @@ -5,7 +5,7 @@ package fake import ( "context" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workflow.go b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workflow.go index 14037dcb7d22..94921cbcb43d 100644 --- a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workflow.go +++ b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workflow.go @@ -5,7 +5,7 @@ package fake import ( "context" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workflow_client.go b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workflow_client.go index a2e098cfc8e6..afb197bd089b 100644 --- a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workflow_client.go +++ b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workflow_client.go @@ -3,7 +3,7 @@ package fake import ( - v1alpha1 "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/typed/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/typed/workflow/v1alpha1" rest "k8s.io/client-go/rest" testing "k8s.io/client-go/testing" ) diff --git a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workfloweventbinding.go b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workfloweventbinding.go index 5554b4ef0f9f..91d6ef8c29d7 100644 --- a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workfloweventbinding.go +++ b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workfloweventbinding.go @@ -5,7 +5,7 @@ package fake import ( "context" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workflowtemplate.go b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workflowtemplate.go index 8f6ecf87f5e0..bcc6b09635e8 100644 --- a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workflowtemplate.go +++ b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/fake/fake_workflowtemplate.go @@ -5,7 +5,7 @@ package fake import ( "context" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workflow.go b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workflow.go index 40cf77f9cb1b..994b911b4b0c 100644 --- a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workflow.go +++ b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workflow.go @@ -6,8 +6,8 @@ import ( "context" "time" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - scheme "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/scheme" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + scheme "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workflow_client.go b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workflow_client.go index 59ebe76d3512..3b3c193ca83d 100644 --- a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workflow_client.go +++ b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workflow_client.go @@ -3,8 +3,8 @@ package v1alpha1 import ( - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/scheme" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/scheme" rest "k8s.io/client-go/rest" ) diff --git a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workfloweventbinding.go b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workfloweventbinding.go index 832b82729b74..15094ceedecf 100644 --- a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workfloweventbinding.go +++ b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workfloweventbinding.go @@ -6,8 +6,8 @@ import ( "context" "time" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - scheme "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/scheme" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + scheme "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workflowtemplate.go b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workflowtemplate.go index ef32d8937f5b..023f7d3d0749 100644 --- a/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workflowtemplate.go +++ b/pkg/client/clientset/versioned/typed/workflow/v1alpha1/workflowtemplate.go @@ -6,8 +6,8 @@ import ( "context" "time" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - scheme "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/scheme" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + scheme "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/scheme" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/informers/externalversions/factory.go b/pkg/client/informers/externalversions/factory.go index 3d45762c7267..11ca1783880b 100644 --- a/pkg/client/informers/externalversions/factory.go +++ b/pkg/client/informers/externalversions/factory.go @@ -7,9 +7,9 @@ import ( sync "sync" time "time" - versioned "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - internalinterfaces "github.com/argoproj/argo/v2/pkg/client/informers/externalversions/internalinterfaces" - workflow "github.com/argoproj/argo/v2/pkg/client/informers/externalversions/workflow" + versioned "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + internalinterfaces "github.com/argoproj/argo/v3/pkg/client/informers/externalversions/internalinterfaces" + workflow "github.com/argoproj/argo/v3/pkg/client/informers/externalversions/workflow" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/client/informers/externalversions/generic.go b/pkg/client/informers/externalversions/generic.go index 71d96db35232..3672418b9101 100644 --- a/pkg/client/informers/externalversions/generic.go +++ b/pkg/client/informers/externalversions/generic.go @@ -5,7 +5,7 @@ package externalversions import ( "fmt" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" schema "k8s.io/apimachinery/pkg/runtime/schema" cache "k8s.io/client-go/tools/cache" ) diff --git a/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go b/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go index b0e031477777..467cfdb9c9a7 100644 --- a/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go +++ b/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go @@ -5,7 +5,7 @@ package internalinterfaces import ( time "time" - versioned "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" + versioned "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" cache "k8s.io/client-go/tools/cache" diff --git a/pkg/client/informers/externalversions/workflow/interface.go b/pkg/client/informers/externalversions/workflow/interface.go index 10c82cb06210..3ff3bc7eb1b4 100644 --- a/pkg/client/informers/externalversions/workflow/interface.go +++ b/pkg/client/informers/externalversions/workflow/interface.go @@ -3,8 +3,8 @@ package workflow import ( - internalinterfaces "github.com/argoproj/argo/v2/pkg/client/informers/externalversions/internalinterfaces" - v1alpha1 "github.com/argoproj/argo/v2/pkg/client/informers/externalversions/workflow/v1alpha1" + internalinterfaces "github.com/argoproj/argo/v3/pkg/client/informers/externalversions/internalinterfaces" + v1alpha1 "github.com/argoproj/argo/v3/pkg/client/informers/externalversions/workflow/v1alpha1" ) // Interface provides access to each of this group's versions. diff --git a/pkg/client/informers/externalversions/workflow/v1alpha1/clusterworkflowtemplate.go b/pkg/client/informers/externalversions/workflow/v1alpha1/clusterworkflowtemplate.go index a4a56dc38bc9..231b29e826c9 100644 --- a/pkg/client/informers/externalversions/workflow/v1alpha1/clusterworkflowtemplate.go +++ b/pkg/client/informers/externalversions/workflow/v1alpha1/clusterworkflowtemplate.go @@ -6,10 +6,10 @@ import ( "context" time "time" - workflowv1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - versioned "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - internalinterfaces "github.com/argoproj/argo/v2/pkg/client/informers/externalversions/internalinterfaces" - v1alpha1 "github.com/argoproj/argo/v2/pkg/client/listers/workflow/v1alpha1" + workflowv1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + versioned "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + internalinterfaces "github.com/argoproj/argo/v3/pkg/client/informers/externalversions/internalinterfaces" + v1alpha1 "github.com/argoproj/argo/v3/pkg/client/listers/workflow/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/informers/externalversions/workflow/v1alpha1/cronworkflow.go b/pkg/client/informers/externalversions/workflow/v1alpha1/cronworkflow.go index f13d5eb44bee..64013439dde2 100644 --- a/pkg/client/informers/externalversions/workflow/v1alpha1/cronworkflow.go +++ b/pkg/client/informers/externalversions/workflow/v1alpha1/cronworkflow.go @@ -6,10 +6,10 @@ import ( "context" time "time" - workflowv1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - versioned "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - internalinterfaces "github.com/argoproj/argo/v2/pkg/client/informers/externalversions/internalinterfaces" - v1alpha1 "github.com/argoproj/argo/v2/pkg/client/listers/workflow/v1alpha1" + workflowv1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + versioned "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + internalinterfaces "github.com/argoproj/argo/v3/pkg/client/informers/externalversions/internalinterfaces" + v1alpha1 "github.com/argoproj/argo/v3/pkg/client/listers/workflow/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/informers/externalversions/workflow/v1alpha1/interface.go b/pkg/client/informers/externalversions/workflow/v1alpha1/interface.go index 434b463f631a..fb6ad524a4ff 100644 --- a/pkg/client/informers/externalversions/workflow/v1alpha1/interface.go +++ b/pkg/client/informers/externalversions/workflow/v1alpha1/interface.go @@ -3,7 +3,7 @@ package v1alpha1 import ( - internalinterfaces "github.com/argoproj/argo/v2/pkg/client/informers/externalversions/internalinterfaces" + internalinterfaces "github.com/argoproj/argo/v3/pkg/client/informers/externalversions/internalinterfaces" ) // Interface provides access to all the informers in this group version. diff --git a/pkg/client/informers/externalversions/workflow/v1alpha1/workflow.go b/pkg/client/informers/externalversions/workflow/v1alpha1/workflow.go index 4a50dfd01df8..eaa52e95de1e 100644 --- a/pkg/client/informers/externalversions/workflow/v1alpha1/workflow.go +++ b/pkg/client/informers/externalversions/workflow/v1alpha1/workflow.go @@ -6,10 +6,10 @@ import ( "context" time "time" - workflowv1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - versioned "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - internalinterfaces "github.com/argoproj/argo/v2/pkg/client/informers/externalversions/internalinterfaces" - v1alpha1 "github.com/argoproj/argo/v2/pkg/client/listers/workflow/v1alpha1" + workflowv1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + versioned "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + internalinterfaces "github.com/argoproj/argo/v3/pkg/client/informers/externalversions/internalinterfaces" + v1alpha1 "github.com/argoproj/argo/v3/pkg/client/listers/workflow/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/informers/externalversions/workflow/v1alpha1/workfloweventbinding.go b/pkg/client/informers/externalversions/workflow/v1alpha1/workfloweventbinding.go index 7953f2c9f871..f059aa9f9e6c 100644 --- a/pkg/client/informers/externalversions/workflow/v1alpha1/workfloweventbinding.go +++ b/pkg/client/informers/externalversions/workflow/v1alpha1/workfloweventbinding.go @@ -6,10 +6,10 @@ import ( "context" time "time" - workflowv1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - versioned "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - internalinterfaces "github.com/argoproj/argo/v2/pkg/client/informers/externalversions/internalinterfaces" - v1alpha1 "github.com/argoproj/argo/v2/pkg/client/listers/workflow/v1alpha1" + workflowv1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + versioned "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + internalinterfaces "github.com/argoproj/argo/v3/pkg/client/informers/externalversions/internalinterfaces" + v1alpha1 "github.com/argoproj/argo/v3/pkg/client/listers/workflow/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/informers/externalversions/workflow/v1alpha1/workflowtemplate.go b/pkg/client/informers/externalversions/workflow/v1alpha1/workflowtemplate.go index b58baacacb6a..9889483ea566 100644 --- a/pkg/client/informers/externalversions/workflow/v1alpha1/workflowtemplate.go +++ b/pkg/client/informers/externalversions/workflow/v1alpha1/workflowtemplate.go @@ -6,10 +6,10 @@ import ( "context" time "time" - workflowv1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - versioned "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - internalinterfaces "github.com/argoproj/argo/v2/pkg/client/informers/externalversions/internalinterfaces" - v1alpha1 "github.com/argoproj/argo/v2/pkg/client/listers/workflow/v1alpha1" + workflowv1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + versioned "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + internalinterfaces "github.com/argoproj/argo/v3/pkg/client/informers/externalversions/internalinterfaces" + v1alpha1 "github.com/argoproj/argo/v3/pkg/client/listers/workflow/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/client/listers/workflow/v1alpha1/clusterworkflowtemplate.go b/pkg/client/listers/workflow/v1alpha1/clusterworkflowtemplate.go index a254fe0f6927..a1c1446ae06c 100644 --- a/pkg/client/listers/workflow/v1alpha1/clusterworkflowtemplate.go +++ b/pkg/client/listers/workflow/v1alpha1/clusterworkflowtemplate.go @@ -3,7 +3,7 @@ package v1alpha1 import ( - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/client/listers/workflow/v1alpha1/cronworkflow.go b/pkg/client/listers/workflow/v1alpha1/cronworkflow.go index e2f3b1e6e75f..309d93afcfd8 100644 --- a/pkg/client/listers/workflow/v1alpha1/cronworkflow.go +++ b/pkg/client/listers/workflow/v1alpha1/cronworkflow.go @@ -3,7 +3,7 @@ package v1alpha1 import ( - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/client/listers/workflow/v1alpha1/workflow.go b/pkg/client/listers/workflow/v1alpha1/workflow.go index 11a2b34a8211..6b0854df1c68 100644 --- a/pkg/client/listers/workflow/v1alpha1/workflow.go +++ b/pkg/client/listers/workflow/v1alpha1/workflow.go @@ -3,7 +3,7 @@ package v1alpha1 import ( - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/client/listers/workflow/v1alpha1/workfloweventbinding.go b/pkg/client/listers/workflow/v1alpha1/workfloweventbinding.go index f467d90129a8..34dedc05d396 100644 --- a/pkg/client/listers/workflow/v1alpha1/workfloweventbinding.go +++ b/pkg/client/listers/workflow/v1alpha1/workfloweventbinding.go @@ -3,7 +3,7 @@ package v1alpha1 import ( - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/client/listers/workflow/v1alpha1/workflowtemplate.go b/pkg/client/listers/workflow/v1alpha1/workflowtemplate.go index 0d5b9fee3a0f..9aac5d5f271a 100644 --- a/pkg/client/listers/workflow/v1alpha1/workflowtemplate.go +++ b/pkg/client/listers/workflow/v1alpha1/workflowtemplate.go @@ -3,7 +3,7 @@ package v1alpha1 import ( - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/server/apiserver/argoserver.go b/server/apiserver/argoserver.go index b1f7262daf74..7ac8bc326084 100644 --- a/server/apiserver/argoserver.go +++ b/server/apiserver/argoserver.go @@ -20,40 +20,40 @@ import ( "k8s.io/apimachinery/pkg/util/wait" "k8s.io/client-go/rest" - "github.com/argoproj/argo/v2" - "github.com/argoproj/argo/v2/config" - "github.com/argoproj/argo/v2/persist/sqldb" - clusterwftemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" - eventpkg "github.com/argoproj/argo/v2/pkg/apiclient/event" - eventsourcepkg "github.com/argoproj/argo/v2/pkg/apiclient/eventsource" - infopkg "github.com/argoproj/argo/v2/pkg/apiclient/info" - sensorpkg "github.com/argoproj/argo/v2/pkg/apiclient/sensor" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - workflowarchivepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowarchive" - workflowtemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/server/artifacts" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/server/auth/sso" - "github.com/argoproj/argo/v2/server/auth/webhook" - "github.com/argoproj/argo/v2/server/clusterworkflowtemplate" - "github.com/argoproj/argo/v2/server/cronworkflow" - "github.com/argoproj/argo/v2/server/event" - "github.com/argoproj/argo/v2/server/eventsource" - "github.com/argoproj/argo/v2/server/info" - "github.com/argoproj/argo/v2/server/sensor" - "github.com/argoproj/argo/v2/server/static" - "github.com/argoproj/argo/v2/server/types" - "github.com/argoproj/argo/v2/server/workflow" - "github.com/argoproj/argo/v2/server/workflowarchive" - "github.com/argoproj/argo/v2/server/workflowtemplate" - grpcutil "github.com/argoproj/argo/v2/util/grpc" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/util/json" - "github.com/argoproj/argo/v2/workflow/artifactrepositories" - "github.com/argoproj/argo/v2/workflow/events" - "github.com/argoproj/argo/v2/workflow/hydrator" + "github.com/argoproj/argo/v3" + "github.com/argoproj/argo/v3/config" + "github.com/argoproj/argo/v3/persist/sqldb" + clusterwftemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" + eventpkg "github.com/argoproj/argo/v3/pkg/apiclient/event" + eventsourcepkg "github.com/argoproj/argo/v3/pkg/apiclient/eventsource" + infopkg "github.com/argoproj/argo/v3/pkg/apiclient/info" + sensorpkg "github.com/argoproj/argo/v3/pkg/apiclient/sensor" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + workflowarchivepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowarchive" + workflowtemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/server/artifacts" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/server/auth/sso" + "github.com/argoproj/argo/v3/server/auth/webhook" + "github.com/argoproj/argo/v3/server/clusterworkflowtemplate" + "github.com/argoproj/argo/v3/server/cronworkflow" + "github.com/argoproj/argo/v3/server/event" + "github.com/argoproj/argo/v3/server/eventsource" + "github.com/argoproj/argo/v3/server/info" + "github.com/argoproj/argo/v3/server/sensor" + "github.com/argoproj/argo/v3/server/static" + "github.com/argoproj/argo/v3/server/types" + "github.com/argoproj/argo/v3/server/workflow" + "github.com/argoproj/argo/v3/server/workflowarchive" + "github.com/argoproj/argo/v3/server/workflowtemplate" + grpcutil "github.com/argoproj/argo/v3/util/grpc" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/util/json" + "github.com/argoproj/argo/v3/workflow/artifactrepositories" + "github.com/argoproj/argo/v3/workflow/events" + "github.com/argoproj/argo/v3/workflow/hydrator" ) const ( diff --git a/server/apiserver/config.go b/server/apiserver/config.go index 6816ede7dbc3..edb7113ff254 100644 --- a/server/apiserver/config.go +++ b/server/apiserver/config.go @@ -1,8 +1,8 @@ package apiserver import ( - "github.com/argoproj/argo/v2/config" - "github.com/argoproj/argo/v2/server/auth/sso" + "github.com/argoproj/argo/v3/config" + "github.com/argoproj/argo/v3/server/auth/sso" ) var emptyConfigFunc = func() interface{} { return &Config{} } diff --git a/server/artifacts/artifact_server.go b/server/artifacts/artifact_server.go index 77fa406fd772..f63b7a42ce41 100644 --- a/server/artifacts/artifact_server.go +++ b/server/artifacts/artifact_server.go @@ -17,13 +17,13 @@ import ( "google.golang.org/grpc/status" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/persist/sqldb" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/workflow/artifactrepositories" - artifact "github.com/argoproj/argo/v2/workflow/artifacts" - "github.com/argoproj/argo/v2/workflow/hydrator" + "github.com/argoproj/argo/v3/persist/sqldb" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/workflow/artifactrepositories" + artifact "github.com/argoproj/argo/v3/workflow/artifacts" + "github.com/argoproj/argo/v3/workflow/hydrator" ) type ArtifactServer struct { diff --git a/server/artifacts/artifact_server_test.go b/server/artifacts/artifact_server_test.go index 6dfcaaa60fe8..4e9859e888ad 100644 --- a/server/artifacts/artifact_server_test.go +++ b/server/artifacts/artifact_server_test.go @@ -8,8 +8,8 @@ import ( "net/url" "testing" - artifact "github.com/argoproj/argo/v2/workflow/artifacts" - "github.com/argoproj/argo/v2/workflow/artifacts/resource" + artifact "github.com/argoproj/argo/v3/workflow/artifacts" + "github.com/argoproj/argo/v3/workflow/artifacts/resource" "github.com/stretchr/testify/assert" testhttp "github.com/stretchr/testify/http" @@ -17,16 +17,16 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" kubefake "k8s.io/client-go/kubernetes/fake" - "github.com/argoproj/argo/v2/config" - sqldbmocks "github.com/argoproj/argo/v2/persist/sqldb/mocks" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - fakewfv1 "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" - "github.com/argoproj/argo/v2/server/auth" - authmocks "github.com/argoproj/argo/v2/server/auth/mocks" - "github.com/argoproj/argo/v2/util/instanceid" - armocks "github.com/argoproj/argo/v2/workflow/artifactrepositories/mocks" - "github.com/argoproj/argo/v2/workflow/common" - hydratorfake "github.com/argoproj/argo/v2/workflow/hydrator/fake" + "github.com/argoproj/argo/v3/config" + sqldbmocks "github.com/argoproj/argo/v3/persist/sqldb/mocks" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + fakewfv1 "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" + "github.com/argoproj/argo/v3/server/auth" + authmocks "github.com/argoproj/argo/v3/server/auth/mocks" + "github.com/argoproj/argo/v3/util/instanceid" + armocks "github.com/argoproj/argo/v3/workflow/artifactrepositories/mocks" + "github.com/argoproj/argo/v3/workflow/common" + hydratorfake "github.com/argoproj/argo/v3/workflow/hydrator/fake" ) func mustParse(text string) *url.URL { diff --git a/server/auth/authorizer.go b/server/auth/authorizer.go index b5803ec2343d..a7f6abe6a2e7 100644 --- a/server/auth/authorizer.go +++ b/server/auth/authorizer.go @@ -3,7 +3,7 @@ package auth import ( "context" - authUtil "github.com/argoproj/argo/v2/util/auth" + authUtil "github.com/argoproj/argo/v3/util/auth" ) func CanI(ctx context.Context, verb, resource, namespace, name string) (bool, error) { diff --git a/server/auth/gatekeeper.go b/server/auth/gatekeeper.go index 428fccbac3f4..e90ed3762c01 100644 --- a/server/auth/gatekeeper.go +++ b/server/auth/gatekeeper.go @@ -22,13 +22,13 @@ import ( "k8s.io/client-go/kubernetes" "k8s.io/client-go/rest" - workflow "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - "github.com/argoproj/argo/v2/server/auth/serviceaccount" - "github.com/argoproj/argo/v2/server/auth/sso" - "github.com/argoproj/argo/v2/server/auth/types" - servertypes "github.com/argoproj/argo/v2/server/types" - "github.com/argoproj/argo/v2/util/kubeconfig" - "github.com/argoproj/argo/v2/workflow/common" + workflow "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + "github.com/argoproj/argo/v3/server/auth/serviceaccount" + "github.com/argoproj/argo/v3/server/auth/sso" + "github.com/argoproj/argo/v3/server/auth/types" + servertypes "github.com/argoproj/argo/v3/server/types" + "github.com/argoproj/argo/v3/util/kubeconfig" + "github.com/argoproj/argo/v3/workflow/common" ) type ContextKey string diff --git a/server/auth/gatekeeper_test.go b/server/auth/gatekeeper_test.go index 1c36a450521c..16b489ce9cdd 100644 --- a/server/auth/gatekeeper_test.go +++ b/server/auth/gatekeeper_test.go @@ -16,11 +16,11 @@ import ( kubefake "k8s.io/client-go/kubernetes/fake" "k8s.io/client-go/rest" - fakewfclientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" - ssomocks "github.com/argoproj/argo/v2/server/auth/sso/mocks" - "github.com/argoproj/argo/v2/server/auth/types" - servertypes "github.com/argoproj/argo/v2/server/types" - "github.com/argoproj/argo/v2/workflow/common" + fakewfclientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" + ssomocks "github.com/argoproj/argo/v3/server/auth/sso/mocks" + "github.com/argoproj/argo/v3/server/auth/types" + servertypes "github.com/argoproj/argo/v3/server/types" + "github.com/argoproj/argo/v3/workflow/common" ) func TestServer_GetWFClient(t *testing.T) { diff --git a/server/auth/mode.go b/server/auth/mode.go index b291ec0237f4..4f1277ff67f3 100644 --- a/server/auth/mode.go +++ b/server/auth/mode.go @@ -4,7 +4,7 @@ import ( "errors" "strings" - "github.com/argoproj/argo/v2/server/auth/sso" + "github.com/argoproj/argo/v3/server/auth/sso" ) type Modes map[Mode]bool diff --git a/server/auth/serviceaccount/claims.go b/server/auth/serviceaccount/claims.go index 6e9852a52dc5..db2e6c7bd9b3 100644 --- a/server/auth/serviceaccount/claims.go +++ b/server/auth/serviceaccount/claims.go @@ -11,7 +11,7 @@ import ( "gopkg.in/square/go-jose.v2/jwt" - "github.com/argoproj/argo/v2/server/auth/types" + "github.com/argoproj/argo/v3/server/auth/types" ) func ClaimSetFor(restConfig *rest.Config) (*types.Claims, error) { diff --git a/server/auth/sso/mocks/Interface.go b/server/auth/sso/mocks/Interface.go index e23a08d031e8..864ce45862d5 100644 --- a/server/auth/sso/mocks/Interface.go +++ b/server/auth/sso/mocks/Interface.go @@ -7,7 +7,7 @@ import ( mock "github.com/stretchr/testify/mock" - types "github.com/argoproj/argo/v2/server/auth/types" + types "github.com/argoproj/argo/v3/server/auth/types" ) // Interface is an autogenerated mock type for the Interface type diff --git a/server/auth/sso/null_sso.go b/server/auth/sso/null_sso.go index 27c0b9fbd51e..966caf9b4fb2 100644 --- a/server/auth/sso/null_sso.go +++ b/server/auth/sso/null_sso.go @@ -4,7 +4,7 @@ import ( "fmt" "net/http" - "github.com/argoproj/argo/v2/server/auth/types" + "github.com/argoproj/argo/v3/server/auth/types" ) var NullSSO Interface = nullService{} diff --git a/server/auth/sso/sso.go b/server/auth/sso/sso.go index c09695638126..33526817c0b6 100644 --- a/server/auth/sso/sso.go +++ b/server/auth/sso/sso.go @@ -22,8 +22,8 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" corev1 "k8s.io/client-go/kubernetes/typed/core/v1" - "github.com/argoproj/argo/v2/server/auth/rbac" - "github.com/argoproj/argo/v2/server/auth/types" + "github.com/argoproj/argo/v3/server/auth/rbac" + "github.com/argoproj/argo/v3/server/auth/types" ) const ( diff --git a/server/clusterworkflowtemplate/cluster_workflow_template_server.go b/server/clusterworkflowtemplate/cluster_workflow_template_server.go index ed6e6f54e93f..9c0e08c3feb2 100644 --- a/server/clusterworkflowtemplate/cluster_workflow_template_server.go +++ b/server/clusterworkflowtemplate/cluster_workflow_template_server.go @@ -7,13 +7,13 @@ import ( v1 "k8s.io/apimachinery/pkg/apis/meta/v1" - clusterwftmplpkg "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/workflow/creator" - "github.com/argoproj/argo/v2/workflow/templateresolution" - "github.com/argoproj/argo/v2/workflow/validate" + clusterwftmplpkg "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/workflow/creator" + "github.com/argoproj/argo/v3/workflow/templateresolution" + "github.com/argoproj/argo/v3/workflow/validate" ) type ClusterWorkflowTemplateServer struct { diff --git a/server/clusterworkflowtemplate/cluster_workflow_template_server_test.go b/server/clusterworkflowtemplate/cluster_workflow_template_server_test.go index 0a4bbc546683..4e1543c471a7 100644 --- a/server/clusterworkflowtemplate/cluster_workflow_template_server_test.go +++ b/server/clusterworkflowtemplate/cluster_workflow_template_server_test.go @@ -8,14 +8,14 @@ import ( "gopkg.in/square/go-jose.v2/jwt" "k8s.io/client-go/kubernetes/fake" - clusterwftmplpkg "github.com/argoproj/argo/v2/pkg/apiclient/clusterworkflowtemplate" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - wftFake "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/server/auth/types" - testutil "github.com/argoproj/argo/v2/test/util" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/workflow/common" + clusterwftmplpkg "github.com/argoproj/argo/v3/pkg/apiclient/clusterworkflowtemplate" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + wftFake "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/server/auth/types" + testutil "github.com/argoproj/argo/v3/test/util" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/workflow/common" ) var unlabelled, cwftObj2, cwftObj3 v1alpha1.ClusterWorkflowTemplate diff --git a/server/cronworkflow/cron_workflow_server.go b/server/cronworkflow/cron_workflow_server.go index 4c3b4795f458..87fcdc276901 100644 --- a/server/cronworkflow/cron_workflow_server.go +++ b/server/cronworkflow/cron_workflow_server.go @@ -8,13 +8,13 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/workflow/creator" - "github.com/argoproj/argo/v2/workflow/templateresolution" - "github.com/argoproj/argo/v2/workflow/validate" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/workflow/creator" + "github.com/argoproj/argo/v3/workflow/templateresolution" + "github.com/argoproj/argo/v3/workflow/validate" ) type cronWorkflowServiceServer struct { diff --git a/server/cronworkflow/cron_workflow_server_test.go b/server/cronworkflow/cron_workflow_server_test.go index 50af630fc4e6..8945de09b78e 100644 --- a/server/cronworkflow/cron_workflow_server_test.go +++ b/server/cronworkflow/cron_workflow_server_test.go @@ -7,14 +7,14 @@ import ( "github.com/stretchr/testify/assert" "gopkg.in/square/go-jose.v2/jwt" - cronworkflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/cronworkflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - wftFake "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/server/auth/types" - testutil "github.com/argoproj/argo/v2/test/util" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/workflow/common" + cronworkflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/cronworkflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + wftFake "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/server/auth/types" + testutil "github.com/argoproj/argo/v3/test/util" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/workflow/common" ) func Test_cronWorkflowServiceServer(t *testing.T) { diff --git a/server/event/dispatch/operation.go b/server/event/dispatch/operation.go index 2809134fbfb6..09027923c780 100644 --- a/server/event/dispatch/operation.go +++ b/server/event/dispatch/operation.go @@ -16,14 +16,14 @@ import ( "k8s.io/client-go/tools/record" "k8s.io/client-go/util/retry" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/server/auth" - errorsutil "github.com/argoproj/argo/v2/util/errors" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/util/labels" - waitutil "github.com/argoproj/argo/v2/util/wait" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/creator" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/server/auth" + errorsutil "github.com/argoproj/argo/v3/util/errors" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/util/labels" + waitutil "github.com/argoproj/argo/v3/util/wait" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/creator" ) type Operation struct { diff --git a/server/event/dispatch/operation_test.go b/server/event/dispatch/operation_test.go index 98ff730a0788..904499b708e9 100644 --- a/server/event/dispatch/operation_test.go +++ b/server/event/dispatch/operation_test.go @@ -11,12 +11,12 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/tools/record" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/server/auth/types" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/workflow/common" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/server/auth/types" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/workflow/common" ) func Test_metaData(t *testing.T) { diff --git a/server/event/event_server.go b/server/event/event_server.go index 66d4f5cf056d..233c4d29eb63 100644 --- a/server/event/event_server.go +++ b/server/event/event_server.go @@ -8,12 +8,12 @@ import ( apierrors "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - eventpkg "github.com/argoproj/argo/v2/pkg/apiclient/event" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/server/event/dispatch" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/workflow/events" + eventpkg "github.com/argoproj/argo/v3/pkg/apiclient/event" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/server/event/dispatch" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/workflow/events" ) type Controller struct { diff --git a/server/event/event_server_test.go b/server/event/event_server_test.go index e290283e21c6..d479c23158d7 100644 --- a/server/event/event_server_test.go +++ b/server/event/event_server_test.go @@ -7,12 +7,12 @@ import ( "golang.org/x/net/context" fakekube "k8s.io/client-go/kubernetes/fake" - eventpkg "github.com/argoproj/argo/v2/pkg/apiclient/event" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/workflow/events" + eventpkg "github.com/argoproj/argo/v3/pkg/apiclient/event" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/workflow/events" ) func TestController(t *testing.T) { diff --git a/server/eventsource/event_source_server.go b/server/eventsource/event_source_server.go index 10aab2e6696c..8e85c4a081e8 100644 --- a/server/eventsource/event_source_server.go +++ b/server/eventsource/event_source_server.go @@ -11,9 +11,9 @@ import ( apierr "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - eventsourcepkg "github.com/argoproj/argo/v2/pkg/apiclient/eventsource" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/util/logs" + eventsourcepkg "github.com/argoproj/argo/v3/pkg/apiclient/eventsource" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/util/logs" ) type eventSourceServer struct{} diff --git a/server/info/info_server.go b/server/info/info_server.go index 147759c8c70c..dd8293a6ebad 100644 --- a/server/info/info_server.go +++ b/server/info/info_server.go @@ -3,10 +3,10 @@ package info import ( "context" - "github.com/argoproj/argo/v2" - infopkg "github.com/argoproj/argo/v2/pkg/apiclient/info" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/server/auth" + "github.com/argoproj/argo/v3" + infopkg "github.com/argoproj/argo/v3/pkg/apiclient/info" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/server/auth" ) type infoServer struct { diff --git a/server/info/info_server_test.go b/server/info/info_server_test.go index 6f63535e9fea..5359141d9f9e 100644 --- a/server/info/info_server_test.go +++ b/server/info/info_server_test.go @@ -7,8 +7,8 @@ import ( "github.com/stretchr/testify/assert" "gopkg.in/square/go-jose.v2/jwt" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/server/auth/types" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/server/auth/types" ) func Test_infoServer_GetUserInfo(t *testing.T) { diff --git a/server/sensor/sensor_server.go b/server/sensor/sensor_server.go index f9068066733d..72bbf01a590b 100644 --- a/server/sensor/sensor_server.go +++ b/server/sensor/sensor_server.go @@ -11,9 +11,9 @@ import ( apierr "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - sensorpkg "github.com/argoproj/argo/v2/pkg/apiclient/sensor" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/util/logs" + sensorpkg "github.com/argoproj/argo/v3/pkg/apiclient/sensor" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/util/logs" ) type sensorServer struct{} diff --git a/server/types/clients.go b/server/types/clients.go index 8e4a292cbd53..fc355a41009b 100644 --- a/server/types/clients.go +++ b/server/types/clients.go @@ -6,7 +6,7 @@ import ( eventsource "github.com/argoproj/argo-events/pkg/client/eventsource/clientset/versioned" sensor "github.com/argoproj/argo-events/pkg/client/sensor/clientset/versioned" - workflow "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" + workflow "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" ) type Clients struct { diff --git a/server/workflow/workflow_server.go b/server/workflow/workflow_server.go index 5f795b989b1e..65ec6bcca2e2 100644 --- a/server/workflow/workflow_server.go +++ b/server/workflow/workflow_server.go @@ -12,23 +12,23 @@ import ( apierr "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/persist/sqldb" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - "github.com/argoproj/argo/v2/server/auth" - argoutil "github.com/argoproj/argo/v2/util" - "github.com/argoproj/argo/v2/util/fields" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/util/logs" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/creator" - "github.com/argoproj/argo/v2/workflow/hydrator" - "github.com/argoproj/argo/v2/workflow/templateresolution" - "github.com/argoproj/argo/v2/workflow/util" - "github.com/argoproj/argo/v2/workflow/validate" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/persist/sqldb" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + "github.com/argoproj/argo/v3/server/auth" + argoutil "github.com/argoproj/argo/v3/util" + "github.com/argoproj/argo/v3/util/fields" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/util/logs" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/creator" + "github.com/argoproj/argo/v3/workflow/hydrator" + "github.com/argoproj/argo/v3/workflow/templateresolution" + "github.com/argoproj/argo/v3/workflow/util" + "github.com/argoproj/argo/v3/workflow/validate" ) type workflowServer struct { diff --git a/server/workflow/workflow_server_test.go b/server/workflow/workflow_server_test.go index 1fcf69a8669b..010e572dbd10 100644 --- a/server/workflow/workflow_server_test.go +++ b/server/workflow/workflow_server_test.go @@ -16,18 +16,18 @@ import ( "k8s.io/client-go/kubernetes/fake" ktesting "k8s.io/client-go/testing" - "github.com/argoproj/argo/v2/persist/sqldb" - "github.com/argoproj/argo/v2/persist/sqldb/mocks" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - v1alpha "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/server/auth/types" - testutil "github.com/argoproj/argo/v2/test/util" - "github.com/argoproj/argo/v2/util" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/persist/sqldb" + "github.com/argoproj/argo/v3/persist/sqldb/mocks" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + v1alpha "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/server/auth/types" + testutil "github.com/argoproj/argo/v3/test/util" + "github.com/argoproj/argo/v3/util" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/workflow/common" ) const unlabelled = `{ diff --git a/server/workflowarchive/archived_workflow_server.go b/server/workflowarchive/archived_workflow_server.go index ad42eef365ec..d6190a56032a 100644 --- a/server/workflowarchive/archived_workflow_server.go +++ b/server/workflowarchive/archived_workflow_server.go @@ -13,11 +13,11 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/labels" - "github.com/argoproj/argo/v2/persist/sqldb" - workflowarchivepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowarchive" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/server/auth" + "github.com/argoproj/argo/v3/persist/sqldb" + workflowarchivepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowarchive" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/server/auth" ) type archivedWorkflowServer struct { diff --git a/server/workflowarchive/archived_workflow_server_test.go b/server/workflowarchive/archived_workflow_server_test.go index b499c1884304..338efb05c5c4 100644 --- a/server/workflowarchive/archived_workflow_server_test.go +++ b/server/workflowarchive/archived_workflow_server_test.go @@ -16,11 +16,11 @@ import ( kubefake "k8s.io/client-go/kubernetes/fake" k8stesting "k8s.io/client-go/testing" - "github.com/argoproj/argo/v2/persist/sqldb/mocks" - workflowarchivepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowarchive" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - argofake "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" - "github.com/argoproj/argo/v2/server/auth" + "github.com/argoproj/argo/v3/persist/sqldb/mocks" + workflowarchivepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowarchive" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + argofake "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" + "github.com/argoproj/argo/v3/server/auth" ) func Test_archivedWorkflowServer(t *testing.T) { diff --git a/server/workflowtemplate/workflow_template_server.go b/server/workflowtemplate/workflow_template_server.go index 235aab49ca07..71c0fad5b5b2 100644 --- a/server/workflowtemplate/workflow_template_server.go +++ b/server/workflowtemplate/workflow_template_server.go @@ -7,13 +7,13 @@ import ( v1 "k8s.io/apimachinery/pkg/apis/meta/v1" - workflowtemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/workflow/creator" - "github.com/argoproj/argo/v2/workflow/templateresolution" - "github.com/argoproj/argo/v2/workflow/validate" + workflowtemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/workflow/creator" + "github.com/argoproj/argo/v3/workflow/templateresolution" + "github.com/argoproj/argo/v3/workflow/validate" ) type WorkflowTemplateServer struct { diff --git a/server/workflowtemplate/workflow_template_server_test.go b/server/workflowtemplate/workflow_template_server_test.go index 1a7f72512bda..635ba033b0eb 100644 --- a/server/workflowtemplate/workflow_template_server_test.go +++ b/server/workflowtemplate/workflow_template_server_test.go @@ -9,14 +9,14 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/kubernetes/fake" - workflowtemplatepkg "github.com/argoproj/argo/v2/pkg/apiclient/workflowtemplate" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - wftFake "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/server/auth/types" - testutil "github.com/argoproj/argo/v2/test/util" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/workflow/common" + workflowtemplatepkg "github.com/argoproj/argo/v3/pkg/apiclient/workflowtemplate" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + wftFake "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/server/auth/types" + testutil "github.com/argoproj/argo/v3/test/util" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/workflow/common" ) const unlabelled = `{ diff --git a/test/e2e/argo_server_test.go b/test/e2e/argo_server_test.go index 33c0b34f8847..dbee128aa0b9 100644 --- a/test/e2e/argo_server_test.go +++ b/test/e2e/argo_server_test.go @@ -21,10 +21,10 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/e2e/fixtures" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/e2e/fixtures" + "github.com/argoproj/argo/v3/workflow/common" ) const baseUrl = "http://localhost:2746" diff --git a/test/e2e/artifacts_test.go b/test/e2e/artifacts_test.go index 3170d5a912f8..7b8982637885 100644 --- a/test/e2e/artifacts_test.go +++ b/test/e2e/artifacts_test.go @@ -9,8 +9,8 @@ import ( "github.com/stretchr/testify/suite" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/e2e/fixtures" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/e2e/fixtures" ) type ArtifactsSuite struct { diff --git a/test/e2e/cli_test.go b/test/e2e/cli_test.go index 675cad96a8e5..94e1ae46c0bc 100644 --- a/test/e2e/cli_test.go +++ b/test/e2e/cli_test.go @@ -18,8 +18,8 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/e2e/fixtures" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/e2e/fixtures" ) type CLISuite struct { diff --git a/test/e2e/cluster_workflow_template_test.go b/test/e2e/cluster_workflow_template_test.go index b1f296421758..02ff75809e38 100644 --- a/test/e2e/cluster_workflow_template_test.go +++ b/test/e2e/cluster_workflow_template_test.go @@ -9,8 +9,8 @@ import ( "github.com/stretchr/testify/suite" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/e2e/fixtures" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/e2e/fixtures" ) type ClusterWorkflowTemplateSuite struct { diff --git a/test/e2e/cron_test.go b/test/e2e/cron_test.go index 324c51ffbc7d..2c3ea54e1676 100644 --- a/test/e2e/cron_test.go +++ b/test/e2e/cron_test.go @@ -17,9 +17,9 @@ import ( "k8s.io/apimachinery/pkg/labels" "k8s.io/apimachinery/pkg/selection" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/e2e/fixtures" - "github.com/argoproj/argo/v2/workflow/common" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/e2e/fixtures" + "github.com/argoproj/argo/v3/workflow/common" ) type CronSuite struct { diff --git a/test/e2e/estimated_duration_test.go b/test/e2e/estimated_duration_test.go index 836be5bd4ca0..4a8ecfb6c753 100644 --- a/test/e2e/estimated_duration_test.go +++ b/test/e2e/estimated_duration_test.go @@ -9,8 +9,8 @@ import ( "github.com/stretchr/testify/suite" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/e2e/fixtures" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/e2e/fixtures" ) type EstimatedDurationSuite struct { diff --git a/test/e2e/fixtures/e2e_suite.go b/test/e2e/fixtures/e2e_suite.go index fad8d2f9f94e..c714c7a7e95d 100644 --- a/test/e2e/fixtures/e2e_suite.go +++ b/test/e2e/fixtures/e2e_suite.go @@ -18,12 +18,12 @@ import ( "k8s.io/client-go/kubernetes" "k8s.io/client-go/rest" - "github.com/argoproj/argo/v2/config" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/typed/workflow/v1alpha1" - "github.com/argoproj/argo/v2/util/kubeconfig" - "github.com/argoproj/argo/v2/workflow/hydrator" + "github.com/argoproj/argo/v3/config" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/typed/workflow/v1alpha1" + "github.com/argoproj/argo/v3/util/kubeconfig" + "github.com/argoproj/argo/v3/workflow/hydrator" ) const Namespace = "argo" diff --git a/test/e2e/fixtures/given.go b/test/e2e/fixtures/given.go index afed1850d791..5585e069dc1d 100644 --- a/test/e2e/fixtures/given.go +++ b/test/e2e/fixtures/given.go @@ -10,9 +10,9 @@ import ( "k8s.io/client-go/kubernetes" "sigs.k8s.io/yaml" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/typed/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/hydrator" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/typed/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/hydrator" ) type Given struct { diff --git a/test/e2e/fixtures/persistence.go b/test/e2e/fixtures/persistence.go index 1fea3171dd73..a187f6db89b5 100644 --- a/test/e2e/fixtures/persistence.go +++ b/test/e2e/fixtures/persistence.go @@ -4,9 +4,9 @@ import ( "k8s.io/client-go/kubernetes" "upper.io/db.v3/lib/sqlbuilder" - "github.com/argoproj/argo/v2/config" - "github.com/argoproj/argo/v2/persist/sqldb" - "github.com/argoproj/argo/v2/util/instanceid" + "github.com/argoproj/argo/v3/config" + "github.com/argoproj/argo/v3/persist/sqldb" + "github.com/argoproj/argo/v3/util/instanceid" ) type Persistence struct { diff --git a/test/e2e/fixtures/then.go b/test/e2e/fixtures/then.go index d49a17e39d2e..3be8d203033e 100644 --- a/test/e2e/fixtures/then.go +++ b/test/e2e/fixtures/then.go @@ -12,9 +12,9 @@ import ( "k8s.io/apimachinery/pkg/types" "k8s.io/client-go/kubernetes" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/typed/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/hydrator" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/typed/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/hydrator" ) type Then struct { diff --git a/test/e2e/fixtures/when.go b/test/e2e/fixtures/when.go index db2e02e7c860..0143d4ec663c 100644 --- a/test/e2e/fixtures/when.go +++ b/test/e2e/fixtures/when.go @@ -13,10 +13,10 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/kubernetes" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/typed/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/hydrator" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/typed/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/hydrator" ) type When struct { diff --git a/test/e2e/functional_test.go b/test/e2e/functional_test.go index 6e1f8ba104ad..ab190a63cf58 100644 --- a/test/e2e/functional_test.go +++ b/test/e2e/functional_test.go @@ -13,9 +13,9 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/e2e/fixtures" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/e2e/fixtures" ) type FunctionalSuite struct { diff --git a/test/e2e/malformed_resources_test.go b/test/e2e/malformed_resources_test.go index fd2624191190..dc46f638949b 100644 --- a/test/e2e/malformed_resources_test.go +++ b/test/e2e/malformed_resources_test.go @@ -11,10 +11,10 @@ import ( corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/e2e/fixtures" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/e2e/fixtures" + "github.com/argoproj/argo/v3/workflow/common" ) type MalformedResourcesSuite struct { diff --git a/test/e2e/metrics_test.go b/test/e2e/metrics_test.go index 0875071f0752..41a612771991 100644 --- a/test/e2e/metrics_test.go +++ b/test/e2e/metrics_test.go @@ -8,7 +8,7 @@ import ( "github.com/gavv/httpexpect/v2" "github.com/stretchr/testify/suite" - "github.com/argoproj/argo/v2/test/e2e/fixtures" + "github.com/argoproj/argo/v3/test/e2e/fixtures" ) const baseUrlMetrics = "http://localhost:9090/metrics" diff --git a/test/e2e/pod_cleanup_test.go b/test/e2e/pod_cleanup_test.go index 6bf1db22930b..512a86ede42a 100644 --- a/test/e2e/pod_cleanup_test.go +++ b/test/e2e/pod_cleanup_test.go @@ -10,9 +10,9 @@ import ( "github.com/stretchr/testify/suite" corev1 "k8s.io/api/core/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/e2e/fixtures" - "github.com/argoproj/argo/v2/workflow/common" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/e2e/fixtures" + "github.com/argoproj/argo/v3/workflow/common" ) type PodCleanupSuite struct { diff --git a/test/e2e/progress_test.go b/test/e2e/progress_test.go index 8e61d5f2a1b8..932488df034a 100644 --- a/test/e2e/progress_test.go +++ b/test/e2e/progress_test.go @@ -9,8 +9,8 @@ import ( "github.com/stretchr/testify/suite" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/e2e/fixtures" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/e2e/fixtures" ) type ProgressSuite struct { diff --git a/test/e2e/run_as_not_root_test.go b/test/e2e/run_as_not_root_test.go index a4a72a845102..3bfab351b13c 100644 --- a/test/e2e/run_as_not_root_test.go +++ b/test/e2e/run_as_not_root_test.go @@ -9,8 +9,8 @@ import ( "github.com/stretchr/testify/suite" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/e2e/fixtures" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/e2e/fixtures" ) type RunAsNonRootSuite struct { diff --git a/test/e2e/signals_test.go b/test/e2e/signals_test.go index 297f18ed16ee..a5d6fbe7d376 100644 --- a/test/e2e/signals_test.go +++ b/test/e2e/signals_test.go @@ -10,8 +10,8 @@ import ( "github.com/stretchr/testify/suite" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/e2e/fixtures" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/e2e/fixtures" ) type SignalsSuite struct { diff --git a/test/e2e/workflow_template_test.go b/test/e2e/workflow_template_test.go index 05a076232b63..31fb62a97d7f 100644 --- a/test/e2e/workflow_template_test.go +++ b/test/e2e/workflow_template_test.go @@ -9,8 +9,8 @@ import ( "github.com/stretchr/testify/suite" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/e2e/fixtures" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/e2e/fixtures" ) type WorkflowTemplateSuite struct { diff --git a/test/stress/tool/main.go b/test/stress/tool/main.go index b4fd3f8d87bc..2d421fa7802e 100644 --- a/test/stress/tool/main.go +++ b/test/stress/tool/main.go @@ -7,8 +7,8 @@ import ( "k8s.io/client-go/tools/clientcmd" "sigs.k8s.io/yaml" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" ) func main() { diff --git a/test/test.go b/test/test.go index ff0c7da6072a..de3f701fe34d 100644 --- a/test/test.go +++ b/test/test.go @@ -5,8 +5,8 @@ import ( "path/filepath" "runtime" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/util" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/util" ) var ( diff --git a/test/util/workflow.go b/test/util/workflow.go index ee2c8546a368..b3f03f8ce8cc 100644 --- a/test/util/workflow.go +++ b/test/util/workflow.go @@ -3,7 +3,7 @@ package util import ( "sigs.k8s.io/yaml" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func MustUnmarshallWorkflow(text string) *wfv1.Workflow { diff --git a/util/archive/archive.go b/util/archive/archive.go index c0852b356a24..9385674497b4 100644 --- a/util/archive/archive.go +++ b/util/archive/archive.go @@ -9,8 +9,8 @@ import ( log "github.com/sirupsen/logrus" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/util" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/util" ) type flusher interface { diff --git a/util/cmd/cmd.go b/util/cmd/cmd.go index 009dfa09f345..68c8b9af2104 100644 --- a/util/cmd/cmd.go +++ b/util/cmd/cmd.go @@ -10,8 +10,8 @@ import ( log "github.com/sirupsen/logrus" "github.com/spf13/cobra" - "github.com/argoproj/argo/v2" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // NewVersionCmd returns a new `version` command to be used as a sub-command to root diff --git a/util/errors/errors.go b/util/errors/errors.go index b96f575907de..c7ba766c2b1e 100644 --- a/util/errors/errors.go +++ b/util/errors/errors.go @@ -9,7 +9,7 @@ import ( apierr "k8s.io/apimachinery/pkg/api/errors" - argoerrs "github.com/argoproj/argo/v2/errors" + argoerrs "github.com/argoproj/argo/v3/errors" ) func IsTransientErr(err error) bool { diff --git a/util/fields/fields_test.go b/util/fields/fields_test.go index 9d2923334fc1..c9683c6df590 100644 --- a/util/fields/fields_test.go +++ b/util/fields/fields_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/assert" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) var sampleWorkflow = ` diff --git a/util/file/fileutil_test.go b/util/file/fileutil_test.go index 3c1c6993e123..27758d791c3b 100644 --- a/util/file/fileutil_test.go +++ b/util/file/fileutil_test.go @@ -8,7 +8,7 @@ import ( "github.com/stretchr/testify/assert" - "github.com/argoproj/argo/v2/util/file" + "github.com/argoproj/argo/v3/util/file" ) // TestCompressContentString ensures compressing then decompressing a content string works as expected diff --git a/util/flatten/flatten_test.go b/util/flatten/flatten_test.go index 710a5f14bc2f..eebb565b9672 100644 --- a/util/flatten/flatten_test.go +++ b/util/flatten/flatten_test.go @@ -7,7 +7,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/utils/pointer" - "github.com/argoproj/argo/v2/pkg/apiclient/workflowarchive" + "github.com/argoproj/argo/v3/pkg/apiclient/workflowarchive" ) func Test_flatten(t *testing.T) { diff --git a/util/instanceid/service.go b/util/instanceid/service.go index 29ce9277d1f0..b12e49c8f66d 100644 --- a/util/instanceid/service.go +++ b/util/instanceid/service.go @@ -5,8 +5,8 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/util/labels" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/util/labels" + "github.com/argoproj/argo/v3/workflow/common" ) type Service interface { diff --git a/util/instanceid/service_test.go b/util/instanceid/service_test.go index 72b9ca2dde40..3e0457df4482 100644 --- a/util/instanceid/service_test.go +++ b/util/instanceid/service_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/assert" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" ) func TestLabel(t *testing.T) { diff --git a/util/labels/labeler_test.go b/util/labels/labeler_test.go index b7fa1c63edc6..373bb9ff2948 100644 --- a/util/labels/labeler_test.go +++ b/util/labels/labeler_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/assert" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func TestLabel(t *testing.T) { diff --git a/util/logs/pods-logger.go b/util/logs/pods-logger.go index de3f05a8ebfa..8a1a89c42bfc 100644 --- a/util/logs/pods-logger.go +++ b/util/logs/pods-logger.go @@ -11,7 +11,7 @@ import ( apierr "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/server/auth" + "github.com/argoproj/argo/v3/server/auth" ) type Callback func(pod *corev1.Pod, data []byte) error diff --git a/util/logs/workflow-logger.go b/util/logs/workflow-logger.go index c03451b38592..96523b52c92b 100644 --- a/util/logs/workflow-logger.go +++ b/util/logs/workflow-logger.go @@ -16,10 +16,10 @@ import ( "k8s.io/apimachinery/pkg/watch" "k8s.io/client-go/kubernetes" - workflowpkg "github.com/argoproj/argo/v2/pkg/apiclient/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - "github.com/argoproj/argo/v2/workflow/common" + workflowpkg "github.com/argoproj/argo/v3/pkg/apiclient/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + "github.com/argoproj/argo/v3/workflow/common" ) // The goal of this class is to stream the logs of the workflow you want. diff --git a/util/printer/workflow-printer.go b/util/printer/workflow-printer.go index 0ca9f66c3784..5db32b561590 100644 --- a/util/printer/workflow-printer.go +++ b/util/printer/workflow-printer.go @@ -11,8 +11,8 @@ import ( "github.com/argoproj/pkg/humanize" "sigs.k8s.io/yaml" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/util" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/util" ) func PrintWorkflows(workflows wfv1.Workflows, out io.Writer, opts PrintOpts) error { diff --git a/util/printer/workflow-printer_test.go b/util/printer/workflow-printer_test.go index 88de911a7d35..0ac0b4e9fe6f 100644 --- a/util/printer/workflow-printer_test.go +++ b/util/printer/workflow-printer_test.go @@ -10,7 +10,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/utils/pointer" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func TestPrintWorkflows(t *testing.T) { diff --git a/util/resource/duration.go b/util/resource/duration.go index 3cd056bcb1b2..2d74b12512c6 100644 --- a/util/resource/duration.go +++ b/util/resource/duration.go @@ -4,7 +4,7 @@ import ( corev1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/api/resource" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func DurationForPod(pod *corev1.Pod) wfv1.ResourcesDuration { diff --git a/util/resource/duration_test.go b/util/resource/duration_test.go index fcbc2426a06e..a40efc239ef1 100644 --- a/util/resource/duration_test.go +++ b/util/resource/duration_test.go @@ -9,7 +9,7 @@ import ( "k8s.io/apimachinery/pkg/api/resource" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func TestDurationForPod(t *testing.T) { diff --git a/util/resource/summary.go b/util/resource/summary.go index 807bb3bef2f0..ac3ebd28fe2f 100644 --- a/util/resource/summary.go +++ b/util/resource/summary.go @@ -5,7 +5,7 @@ import ( corev1 "k8s.io/api/core/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type Summary struct { diff --git a/util/resource/updater.go b/util/resource/updater.go index 99644eb5c787..48006cf1dce7 100644 --- a/util/resource/updater.go +++ b/util/resource/updater.go @@ -1,7 +1,7 @@ package resource import ( - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func UpdateResourceDurations(wf *wfv1.Workflow) { diff --git a/util/resource/updater_test.go b/util/resource/updater_test.go index 1b364cbd4678..97d2897d255f 100644 --- a/util/resource/updater_test.go +++ b/util/resource/updater_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/assert" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/util" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/util" ) func TestUpdater(t *testing.T) { diff --git a/util/retry/retry.go b/util/retry/retry.go index cd07f5be3997..ea1bb5439b0e 100644 --- a/util/retry/retry.go +++ b/util/retry/retry.go @@ -5,7 +5,7 @@ import ( "k8s.io/apimachinery/pkg/util/wait" - envutil "github.com/argoproj/argo/v2/util/env" + envutil "github.com/argoproj/argo/v3/util/env" ) // DefaultRetry is a default retry backoff settings when retrying API calls diff --git a/util/unstructured/workflow/conditions.go b/util/unstructured/workflow/conditions.go index c6911668572e..042d8338348a 100644 --- a/util/unstructured/workflow/conditions.go +++ b/util/unstructured/workflow/conditions.go @@ -4,7 +4,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // GetConditions returns the conditions, excluding the `message` field. diff --git a/util/unstructured/workflow/conditions_test.go b/util/unstructured/workflow/conditions_test.go index c83104b28f97..7a3104df00d5 100644 --- a/util/unstructured/workflow/conditions_test.go +++ b/util/unstructured/workflow/conditions_test.go @@ -7,8 +7,8 @@ import ( corev1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/util" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/util" ) func TestGetConditions(t *testing.T) { diff --git a/util/util.go b/util/util.go index b18fa3eb8aad..bb165f619455 100644 --- a/util/util.go +++ b/util/util.go @@ -14,11 +14,11 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/kubernetes" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - errorsutil "github.com/argoproj/argo/v2/util/errors" - "github.com/argoproj/argo/v2/util/retry" - waitutil "github.com/argoproj/argo/v2/util/wait" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + errorsutil "github.com/argoproj/argo/v3/util/errors" + "github.com/argoproj/argo/v3/util/retry" + waitutil "github.com/argoproj/argo/v3/util/wait" ) type Closer interface { diff --git a/version.go b/version.go index 5773168ff88f..9d2dfe6808f0 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ import ( "fmt" "runtime" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // Version information set by link flags during build. We fall back to these sane diff --git a/workflow/artifactrepositories/artifactrepositories.go b/workflow/artifactrepositories/artifactrepositories.go index 6d4920738f9f..13532f746534 100644 --- a/workflow/artifactrepositories/artifactrepositories.go +++ b/workflow/artifactrepositories/artifactrepositories.go @@ -11,11 +11,11 @@ import ( "k8s.io/client-go/kubernetes" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/config" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - errorsutil "github.com/argoproj/argo/v2/util/errors" - "github.com/argoproj/argo/v2/util/retry" - waitutil "github.com/argoproj/argo/v2/util/wait" + "github.com/argoproj/argo/v3/config" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + errorsutil "github.com/argoproj/argo/v3/util/errors" + "github.com/argoproj/argo/v3/util/retry" + waitutil "github.com/argoproj/argo/v3/util/wait" ) //go:generate mockery -name Interface diff --git a/workflow/artifactrepositories/artifactrepositories_test.go b/workflow/artifactrepositories/artifactrepositories_test.go index 776f144a3201..aaf1f8233336 100644 --- a/workflow/artifactrepositories/artifactrepositories_test.go +++ b/workflow/artifactrepositories/artifactrepositories_test.go @@ -9,8 +9,8 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" kubefake "k8s.io/client-go/kubernetes/fake" - "github.com/argoproj/argo/v2/config" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/config" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func TestArtifactRepositories(t *testing.T) { diff --git a/workflow/artifactrepositories/mocks/Interface.go b/workflow/artifactrepositories/mocks/Interface.go index 458e4aafaa5d..34d5c0066bb4 100644 --- a/workflow/artifactrepositories/mocks/Interface.go +++ b/workflow/artifactrepositories/mocks/Interface.go @@ -5,11 +5,11 @@ package mocks import ( context "context" - config "github.com/argoproj/argo/v2/config" + config "github.com/argoproj/argo/v3/config" mock "github.com/stretchr/testify/mock" - v1alpha1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + v1alpha1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // Interface is an autogenerated mock type for the Interface type diff --git a/workflow/artifactrepositories/mocks/default.go b/workflow/artifactrepositories/mocks/default.go index 54b0c648754e..2040a58d0198 100644 --- a/workflow/artifactrepositories/mocks/default.go +++ b/workflow/artifactrepositories/mocks/default.go @@ -3,8 +3,8 @@ package mocks import ( "github.com/stretchr/testify/mock" - "github.com/argoproj/argo/v2/config" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/config" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func DummyArtifactRepositories(repo *config.ArtifactRepository) *Interface { diff --git a/workflow/artifacts/artifactory/artifactory.go b/workflow/artifacts/artifactory/artifactory.go index dc240f582270..e2730653f247 100644 --- a/workflow/artifacts/artifactory/artifactory.go +++ b/workflow/artifacts/artifactory/artifactory.go @@ -5,8 +5,8 @@ import ( "net/http" "os" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type ArtifactoryArtifactDriver struct { diff --git a/workflow/artifacts/artifactory/artifactory_test.go b/workflow/artifacts/artifactory/artifactory_test.go index f0d4215f7c8e..dc32c8b54ce2 100644 --- a/workflow/artifacts/artifactory/artifactory_test.go +++ b/workflow/artifacts/artifactory/artifactory_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/assert" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func TestArtifactoryArtifactDriver_Load(t *testing.T) { diff --git a/workflow/artifacts/artifacts.go b/workflow/artifacts/artifacts.go index a7401298da91..28d9727de268 100644 --- a/workflow/artifacts/artifacts.go +++ b/workflow/artifacts/artifacts.go @@ -4,17 +4,17 @@ import ( "context" "fmt" - "github.com/argoproj/argo/v2/workflow/artifacts/gcs" - "github.com/argoproj/argo/v2/workflow/artifacts/oss" - - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/artifacts/artifactory" - "github.com/argoproj/argo/v2/workflow/artifacts/git" - "github.com/argoproj/argo/v2/workflow/artifacts/hdfs" - "github.com/argoproj/argo/v2/workflow/artifacts/http" - "github.com/argoproj/argo/v2/workflow/artifacts/raw" - "github.com/argoproj/argo/v2/workflow/artifacts/resource" - "github.com/argoproj/argo/v2/workflow/artifacts/s3" + "github.com/argoproj/argo/v3/workflow/artifacts/gcs" + "github.com/argoproj/argo/v3/workflow/artifacts/oss" + + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/artifacts/artifactory" + "github.com/argoproj/argo/v3/workflow/artifacts/git" + "github.com/argoproj/argo/v3/workflow/artifacts/hdfs" + "github.com/argoproj/argo/v3/workflow/artifacts/http" + "github.com/argoproj/argo/v3/workflow/artifacts/raw" + "github.com/argoproj/argo/v3/workflow/artifacts/resource" + "github.com/argoproj/argo/v3/workflow/artifacts/s3" ) // ArtifactDriver is the interface for loading and saving of artifacts diff --git a/workflow/artifacts/gcs/gcs.go b/workflow/artifacts/gcs/gcs.go index f6f823e2cb38..d0647e5fe325 100644 --- a/workflow/artifacts/gcs/gcs.go +++ b/workflow/artifacts/gcs/gcs.go @@ -19,8 +19,8 @@ import ( "github.com/argoproj/pkg/file" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // ArtifactDriver is a driver for GCS diff --git a/workflow/artifacts/git/git.go b/workflow/artifacts/git/git.go index b1310bdb9981..73a8449812b4 100644 --- a/workflow/artifacts/git/git.go +++ b/workflow/artifacts/git/git.go @@ -16,7 +16,7 @@ import ( "gopkg.in/src-d/go-git.v4/plumbing/transport/http" ssh2 "gopkg.in/src-d/go-git.v4/plumbing/transport/ssh" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // GitArtifactDriver is the artifact driver for a git repo diff --git a/workflow/artifacts/git/git_test.go b/workflow/artifacts/git/git_test.go index 7e1a44164ba3..47b666ff2cb6 100644 --- a/workflow/artifacts/git/git_test.go +++ b/workflow/artifacts/git/git_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/assert" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) var d = uint64(1) diff --git a/workflow/artifacts/hdfs/hdfs.go b/workflow/artifacts/hdfs/hdfs.go index 155ac641b37e..0ef9325bcdbc 100644 --- a/workflow/artifacts/hdfs/hdfs.go +++ b/workflow/artifacts/hdfs/hdfs.go @@ -10,10 +10,10 @@ import ( "gopkg.in/jcmturner/gokrb5.v5/credentials" "gopkg.in/jcmturner/gokrb5.v5/keytab" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/util" - "github.com/argoproj/argo/v2/workflow/artifacts/resource" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/util" + "github.com/argoproj/argo/v3/workflow/artifacts/resource" ) // ArtifactDriver is a driver for HDFS diff --git a/workflow/artifacts/http/http.go b/workflow/artifacts/http/http.go index 5969f5fced51..df036ab061f2 100644 --- a/workflow/artifacts/http/http.go +++ b/workflow/artifacts/http/http.go @@ -7,8 +7,8 @@ import ( log "github.com/sirupsen/logrus" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // HTTPArtifactDriver is the artifact driver for a HTTP URL diff --git a/workflow/artifacts/http/http_test.go b/workflow/artifacts/http/http_test.go index e69c963b9609..b7e45a9e563d 100644 --- a/workflow/artifacts/http/http_test.go +++ b/workflow/artifacts/http/http_test.go @@ -9,8 +9,8 @@ import ( log "github.com/sirupsen/logrus" "github.com/stretchr/testify/assert" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func captureOutput(f func()) string { diff --git a/workflow/artifacts/oss/oss.go b/workflow/artifacts/oss/oss.go index 53bef45a4336..c0575494adb3 100644 --- a/workflow/artifacts/oss/oss.go +++ b/workflow/artifacts/oss/oss.go @@ -8,7 +8,7 @@ import ( "github.com/aliyun/aliyun-oss-go-sdk/oss" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // OSSArtifactDriver is a driver for OSS diff --git a/workflow/artifacts/raw/raw.go b/workflow/artifacts/raw/raw.go index 5e4f5a8a3d25..805ba129a489 100644 --- a/workflow/artifacts/raw/raw.go +++ b/workflow/artifacts/raw/raw.go @@ -3,8 +3,8 @@ package raw import ( "os" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type RawArtifactDriver struct { diff --git a/workflow/artifacts/raw/raw_test.go b/workflow/artifacts/raw/raw_test.go index 6b16b6f35b6d..1c1e3126d676 100644 --- a/workflow/artifacts/raw/raw_test.go +++ b/workflow/artifacts/raw/raw_test.go @@ -9,8 +9,8 @@ import ( "github.com/stretchr/testify/assert" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/artifacts/raw" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/artifacts/raw" ) const ( diff --git a/workflow/artifacts/s3/s3.go b/workflow/artifacts/s3/s3.go index 415e7861da6c..3d768f760fe1 100644 --- a/workflow/artifacts/s3/s3.go +++ b/workflow/artifacts/s3/s3.go @@ -13,9 +13,9 @@ import ( "github.com/argoproj/pkg/file" argos3 "github.com/argoproj/pkg/s3" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" ) // S3ArtifactDriver is a driver for AWS S3 diff --git a/workflow/common/ancestry.go b/workflow/common/ancestry.go index 18f5e4a1e5db..fa49a55285a9 100644 --- a/workflow/common/ancestry.go +++ b/workflow/common/ancestry.go @@ -7,7 +7,7 @@ import ( "strings" "time" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type DagContext interface { diff --git a/workflow/common/ancestry_test.go b/workflow/common/ancestry_test.go index 7782837dc8cc..7ec58e33c590 100644 --- a/workflow/common/ancestry_test.go +++ b/workflow/common/ancestry_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/assert" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func TestGetTaskDependenciesFromDepends(t *testing.T) { diff --git a/workflow/common/common.go b/workflow/common/common.go index cff01115c34d..065bd823d778 100644 --- a/workflow/common/common.go +++ b/workflow/common/common.go @@ -5,7 +5,7 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - "github.com/argoproj/argo/v2/pkg/apis/workflow" + "github.com/argoproj/argo/v3/pkg/apis/workflow" ) const ( diff --git a/workflow/common/convert.go b/workflow/common/convert.go index e4eb2249ef55..3cb7d426ca2e 100644 --- a/workflow/common/convert.go +++ b/workflow/common/convert.go @@ -3,8 +3,8 @@ package common import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func ConvertCronWorkflowToWorkflow(cronWf *wfv1.CronWorkflow) *wfv1.Workflow { diff --git a/workflow/common/convert_test.go b/workflow/common/convert_test.go index d2b763ca8f59..f8f48a7b6a07 100644 --- a/workflow/common/convert_test.go +++ b/workflow/common/convert_test.go @@ -7,7 +7,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func TestConvertCronWorkflowToWorkflow(t *testing.T) { diff --git a/workflow/common/serviceaccount.go b/workflow/common/serviceaccount.go index ae5ffa496356..c5e249cc9438 100644 --- a/workflow/common/serviceaccount.go +++ b/workflow/common/serviceaccount.go @@ -6,7 +6,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/kubernetes" - "github.com/argoproj/argo/v2/errors" + "github.com/argoproj/argo/v3/errors" ) // GetServiceAccountTokenName returns the name of the first referenced ServiceAccountToken secret of the service account. diff --git a/workflow/common/serviceaccount_test.go b/workflow/common/serviceaccount_test.go index 95ce5e35b06b..0065befb1c94 100644 --- a/workflow/common/serviceaccount_test.go +++ b/workflow/common/serviceaccount_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/assert" "k8s.io/client-go/kubernetes/fake" - "github.com/argoproj/argo/v2/test/util" + "github.com/argoproj/argo/v3/test/util" ) // TestGetServiceAccountTokenName verifies service account token retrieved by service account name. diff --git a/workflow/common/util.go b/workflow/common/util.go index 41d2964a58cb..59981acabf8b 100644 --- a/workflow/common/util.go +++ b/workflow/common/util.go @@ -27,12 +27,12 @@ import ( "k8s.io/client-go/tools/remotecommand" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/util" - errorsutil "github.com/argoproj/argo/v2/util/errors" - waitutil "github.com/argoproj/argo/v2/util/wait" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/util" + errorsutil "github.com/argoproj/argo/v3/util/errors" + waitutil "github.com/argoproj/argo/v3/util/wait" ) // FindOverlappingVolume looks an artifact path, checks if it overlaps with any diff --git a/workflow/common/util_test.go b/workflow/common/util_test.go index afcfb1820b3a..dd245a9fc0ab 100644 --- a/workflow/common/util_test.go +++ b/workflow/common/util_test.go @@ -11,7 +11,7 @@ import ( v1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/kubernetes/fake" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // TestFindOverlappingVolume tests logic of TestFindOverlappingVolume diff --git a/workflow/controller/cache/cache.go b/workflow/controller/cache/cache.go index 67972e89d809..c7f686b04b42 100644 --- a/workflow/controller/cache/cache.go +++ b/workflow/controller/cache/cache.go @@ -8,7 +8,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/kubernetes" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) var cacheKeyRegex = regexp.MustCompile("^[a-zA-Z0-9][-a-zA-Z0-9]*$") diff --git a/workflow/controller/cache/configmap_cache.go b/workflow/controller/cache/configmap_cache.go index 51d525b07fe5..9a61e289943e 100644 --- a/workflow/controller/cache/configmap_cache.go +++ b/workflow/controller/cache/configmap_cache.go @@ -14,7 +14,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/kubernetes" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type configMapCache struct { diff --git a/workflow/controller/cache_test.go b/workflow/controller/cache_test.go index d33f3cf83901..85c73a6c91bf 100644 --- a/workflow/controller/cache_test.go +++ b/workflow/controller/cache_test.go @@ -8,8 +8,8 @@ import ( apiv1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/controller/cache" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/controller/cache" ) var sampleConfigMapCacheEntry = apiv1.ConfigMap{ diff --git a/workflow/controller/config.go b/workflow/controller/config.go index 0e0d202750ac..7546c96cc64c 100644 --- a/workflow/controller/config.go +++ b/workflow/controller/config.go @@ -8,12 +8,12 @@ import ( "k8s.io/apimachinery/pkg/labels" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/config" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/persist/sqldb" - "github.com/argoproj/argo/v2/util/instanceid" - "github.com/argoproj/argo/v2/workflow/artifactrepositories" - "github.com/argoproj/argo/v2/workflow/hydrator" + "github.com/argoproj/argo/v3/config" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/persist/sqldb" + "github.com/argoproj/argo/v3/util/instanceid" + "github.com/argoproj/argo/v3/workflow/artifactrepositories" + "github.com/argoproj/argo/v3/workflow/hydrator" ) func (wfc *WorkflowController) updateConfig(v interface{}) error { diff --git a/workflow/controller/config_test.go b/workflow/controller/config_test.go index b984b98e775a..00bfd17a1284 100644 --- a/workflow/controller/config_test.go +++ b/workflow/controller/config_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/assert" - "github.com/argoproj/argo/v2/config" + "github.com/argoproj/argo/v3/config" ) func TestUpdateConfig(t *testing.T) { diff --git a/workflow/controller/controller.go b/workflow/controller/controller.go index 0ebfbd7875e8..6a3d633be79c 100644 --- a/workflow/controller/controller.go +++ b/workflow/controller/controller.go @@ -32,30 +32,30 @@ import ( "k8s.io/client-go/util/workqueue" "upper.io/db.v3/lib/sqlbuilder" - "github.com/argoproj/argo/v2" - "github.com/argoproj/argo/v2/config" - argoErr "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/persist/sqldb" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - wfclientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - wfextvv1alpha1 "github.com/argoproj/argo/v2/pkg/client/informers/externalversions/workflow/v1alpha1" - authutil "github.com/argoproj/argo/v2/util/auth" - "github.com/argoproj/argo/v2/util/diff" - errorsutil "github.com/argoproj/argo/v2/util/errors" - "github.com/argoproj/argo/v2/workflow/artifactrepositories" - "github.com/argoproj/argo/v2/workflow/common" - controllercache "github.com/argoproj/argo/v2/workflow/controller/cache" - "github.com/argoproj/argo/v2/workflow/controller/estimation" - "github.com/argoproj/argo/v2/workflow/controller/indexes" - "github.com/argoproj/argo/v2/workflow/controller/informer" - "github.com/argoproj/argo/v2/workflow/controller/pod" - "github.com/argoproj/argo/v2/workflow/cron" - "github.com/argoproj/argo/v2/workflow/events" - "github.com/argoproj/argo/v2/workflow/hydrator" - "github.com/argoproj/argo/v2/workflow/metrics" - "github.com/argoproj/argo/v2/workflow/sync" - "github.com/argoproj/argo/v2/workflow/ttlcontroller" - "github.com/argoproj/argo/v2/workflow/util" + "github.com/argoproj/argo/v3" + "github.com/argoproj/argo/v3/config" + argoErr "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/persist/sqldb" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + wfclientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + wfextvv1alpha1 "github.com/argoproj/argo/v3/pkg/client/informers/externalversions/workflow/v1alpha1" + authutil "github.com/argoproj/argo/v3/util/auth" + "github.com/argoproj/argo/v3/util/diff" + errorsutil "github.com/argoproj/argo/v3/util/errors" + "github.com/argoproj/argo/v3/workflow/artifactrepositories" + "github.com/argoproj/argo/v3/workflow/common" + controllercache "github.com/argoproj/argo/v3/workflow/controller/cache" + "github.com/argoproj/argo/v3/workflow/controller/estimation" + "github.com/argoproj/argo/v3/workflow/controller/indexes" + "github.com/argoproj/argo/v3/workflow/controller/informer" + "github.com/argoproj/argo/v3/workflow/controller/pod" + "github.com/argoproj/argo/v3/workflow/cron" + "github.com/argoproj/argo/v3/workflow/events" + "github.com/argoproj/argo/v3/workflow/hydrator" + "github.com/argoproj/argo/v3/workflow/metrics" + "github.com/argoproj/argo/v3/workflow/sync" + "github.com/argoproj/argo/v3/workflow/ttlcontroller" + "github.com/argoproj/argo/v3/workflow/util" ) // WorkflowController is the controller for workflow resources diff --git a/workflow/controller/controller_test.go b/workflow/controller/controller_test.go index bed54fbb2fb4..9543cbf35920 100644 --- a/workflow/controller/controller_test.go +++ b/workflow/controller/controller_test.go @@ -22,21 +22,21 @@ import ( "k8s.io/utils/pointer" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/config" - "github.com/argoproj/argo/v2/persist/sqldb" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - fakewfclientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/scheme" - wfextv "github.com/argoproj/argo/v2/pkg/client/informers/externalversions" - "github.com/argoproj/argo/v2/test" - armocks "github.com/argoproj/argo/v2/workflow/artifactrepositories/mocks" - "github.com/argoproj/argo/v2/workflow/common" - controllercache "github.com/argoproj/argo/v2/workflow/controller/cache" - "github.com/argoproj/argo/v2/workflow/controller/estimation" - "github.com/argoproj/argo/v2/workflow/events" - hydratorfake "github.com/argoproj/argo/v2/workflow/hydrator/fake" - "github.com/argoproj/argo/v2/workflow/metrics" - "github.com/argoproj/argo/v2/workflow/util" + "github.com/argoproj/argo/v3/config" + "github.com/argoproj/argo/v3/persist/sqldb" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + fakewfclientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/scheme" + wfextv "github.com/argoproj/argo/v3/pkg/client/informers/externalversions" + "github.com/argoproj/argo/v3/test" + armocks "github.com/argoproj/argo/v3/workflow/artifactrepositories/mocks" + "github.com/argoproj/argo/v3/workflow/common" + controllercache "github.com/argoproj/argo/v3/workflow/controller/cache" + "github.com/argoproj/argo/v3/workflow/controller/estimation" + "github.com/argoproj/argo/v3/workflow/events" + hydratorfake "github.com/argoproj/argo/v3/workflow/hydrator/fake" + "github.com/argoproj/argo/v3/workflow/metrics" + "github.com/argoproj/argo/v3/workflow/util" ) var helloWorldWf = ` diff --git a/workflow/controller/dag.go b/workflow/controller/dag.go index 7ab603992913..87b9d840449a 100644 --- a/workflow/controller/dag.go +++ b/workflow/controller/dag.go @@ -11,10 +11,10 @@ import ( "github.com/antonmedv/expr" "github.com/valyala/fasttemplate" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/templateresolution" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/templateresolution" ) // dagContext holds context information about this context's DAG diff --git a/workflow/controller/dag_test.go b/workflow/controller/dag_test.go index fa9c9a5f705d..7895e0b3030b 100644 --- a/workflow/controller/dag_test.go +++ b/workflow/controller/dag_test.go @@ -6,14 +6,14 @@ import ( "strings" "testing" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/workflow/common" "github.com/stretchr/testify/assert" v1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test" ) // TestDagXfail verifies a DAG can fail properly diff --git a/workflow/controller/estimation/dummy_estimator.go b/workflow/controller/estimation/dummy_estimator.go index fac6aa1119f5..b64561ebe4f6 100644 --- a/workflow/controller/estimation/dummy_estimator.go +++ b/workflow/controller/estimation/dummy_estimator.go @@ -3,7 +3,7 @@ package estimation import ( "time" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type dummyEstimator struct{} diff --git a/workflow/controller/estimation/dummy_estimator_factory.go b/workflow/controller/estimation/dummy_estimator_factory.go index 42c81f21cf8b..2ed87dbaee9d 100644 --- a/workflow/controller/estimation/dummy_estimator_factory.go +++ b/workflow/controller/estimation/dummy_estimator_factory.go @@ -1,7 +1,7 @@ package estimation import ( - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type dummyEstimatorFactory struct{} diff --git a/workflow/controller/estimation/estimator.go b/workflow/controller/estimation/estimator.go index 6e67a50b5027..d6b1380ad99b 100644 --- a/workflow/controller/estimation/estimator.go +++ b/workflow/controller/estimation/estimator.go @@ -3,7 +3,7 @@ package estimation import ( "strings" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // Estimator return estimations for how long workflows and nodes will take diff --git a/workflow/controller/estimation/estimator_factory.go b/workflow/controller/estimation/estimator_factory.go index b2ee8ee48fcf..0fa32848a2f9 100644 --- a/workflow/controller/estimation/estimator_factory.go +++ b/workflow/controller/estimation/estimator_factory.go @@ -8,12 +8,12 @@ import ( "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" - "github.com/argoproj/argo/v2/persist/sqldb" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/controller/indexes" - "github.com/argoproj/argo/v2/workflow/hydrator" - "github.com/argoproj/argo/v2/workflow/util" + "github.com/argoproj/argo/v3/persist/sqldb" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/controller/indexes" + "github.com/argoproj/argo/v3/workflow/hydrator" + "github.com/argoproj/argo/v3/workflow/util" ) type EstimatorFactory interface { diff --git a/workflow/controller/estimation/estimator_factory_test.go b/workflow/controller/estimation/estimator_factory_test.go index 8b1724ca6581..b3cb7eec004e 100644 --- a/workflow/controller/estimation/estimator_factory_test.go +++ b/workflow/controller/estimation/estimator_factory_test.go @@ -8,12 +8,12 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/labels" - sqldbmocks "github.com/argoproj/argo/v2/persist/sqldb/mocks" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - testutil "github.com/argoproj/argo/v2/test/util" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/controller/indexes" - hydratorfake "github.com/argoproj/argo/v2/workflow/hydrator/fake" + sqldbmocks "github.com/argoproj/argo/v3/persist/sqldb/mocks" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + testutil "github.com/argoproj/argo/v3/test/util" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/controller/indexes" + hydratorfake "github.com/argoproj/argo/v3/workflow/hydrator/fake" ) func Test_estimatorFactory(t *testing.T) { diff --git a/workflow/controller/estimation/estimator_test.go b/workflow/controller/estimation/estimator_test.go index e368ee8c272f..60c2200ff1f1 100644 --- a/workflow/controller/estimation/estimator_test.go +++ b/workflow/controller/estimation/estimator_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/assert" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func Test_estimator(t *testing.T) { diff --git a/workflow/controller/exec_control.go b/workflow/controller/exec_control.go index 4d43520c9ceb..b934e2f00744 100644 --- a/workflow/controller/exec_control.go +++ b/workflow/controller/exec_control.go @@ -10,9 +10,9 @@ import ( apiv1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" ) // applyExecutionControl will ensure a pod's execution control annotation is up-to-date diff --git a/workflow/controller/indexes/conditions_index.go b/workflow/controller/indexes/conditions_index.go index 0b63b9ab0f1a..22813b8d792c 100644 --- a/workflow/controller/indexes/conditions_index.go +++ b/workflow/controller/indexes/conditions_index.go @@ -5,8 +5,8 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - unwf "github.com/argoproj/argo/v2/util/unstructured/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + unwf "github.com/argoproj/argo/v3/util/unstructured/workflow" ) func ConditionsIndexFunc(obj interface{}) ([]string, error) { diff --git a/workflow/controller/indexes/conditions_index_test.go b/workflow/controller/indexes/conditions_index_test.go index 88329c2eb2d0..93b3479405f0 100644 --- a/workflow/controller/indexes/conditions_index_test.go +++ b/workflow/controller/indexes/conditions_index_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/assert" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/util" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/util" ) func TestConditionsIndexFunc(t *testing.T) { diff --git a/workflow/controller/indexes/labels.go b/workflow/controller/indexes/labels.go index 1e5492374621..362bc562f50f 100644 --- a/workflow/controller/indexes/labels.go +++ b/workflow/controller/indexes/labels.go @@ -4,8 +4,8 @@ import ( "k8s.io/apimachinery/pkg/api/meta" "k8s.io/client-go/tools/cache" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" ) func MetaNamespaceLabelIndex(namespace, label string) string { diff --git a/workflow/controller/indexes/labels_test.go b/workflow/controller/indexes/labels_test.go index b2ba8c4eaecb..d3899e667d8e 100644 --- a/workflow/controller/indexes/labels_test.go +++ b/workflow/controller/indexes/labels_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/assert" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" ) func TestMetaNamespaceLabelIndex(t *testing.T) { diff --git a/workflow/controller/indexes/workflow_index.go b/workflow/controller/indexes/workflow_index.go index ac2a30b282e4..8f6b944bb527 100644 --- a/workflow/controller/indexes/workflow_index.go +++ b/workflow/controller/indexes/workflow_index.go @@ -5,8 +5,8 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/client-go/tools/cache" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/util" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/util" ) func MetaWorkflowIndexFunc(obj interface{}) ([]string, error) { diff --git a/workflow/controller/indexes/workflow_index_test.go b/workflow/controller/indexes/workflow_index_test.go index ef10dadf5c26..0c75de9f04b8 100644 --- a/workflow/controller/indexes/workflow_index_test.go +++ b/workflow/controller/indexes/workflow_index_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/assert" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - testutil "github.com/argoproj/argo/v2/test/util" + testutil "github.com/argoproj/argo/v3/test/util" ) func TestWorkflowIndexFunc(t *testing.T) { diff --git a/workflow/controller/informer/cluster_workflow_template_convert.go b/workflow/controller/informer/cluster_workflow_template_convert.go index cffd97f9c130..5b19277b0be0 100644 --- a/workflow/controller/informer/cluster_workflow_template_convert.go +++ b/workflow/controller/informer/cluster_workflow_template_convert.go @@ -7,8 +7,8 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/util" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/util" ) // this function always tries to return a value, even if it is badly formed diff --git a/workflow/controller/informer/cluster_workflow_template_convert_test.go b/workflow/controller/informer/cluster_workflow_template_convert_test.go index 9fdf1a6d4d7b..fd86c84f6ed8 100644 --- a/workflow/controller/informer/cluster_workflow_template_convert_test.go +++ b/workflow/controller/informer/cluster_workflow_template_convert_test.go @@ -8,7 +8,7 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func Test_objectToClusterWorkflowTemplate(t *testing.T) { diff --git a/workflow/controller/informer/tolerant_cluster_workflow_template_informer.go b/workflow/controller/informer/tolerant_cluster_workflow_template_informer.go index 0aa610f0a774..222ce3715687 100644 --- a/workflow/controller/informer/tolerant_cluster_workflow_template_informer.go +++ b/workflow/controller/informer/tolerant_cluster_workflow_template_informer.go @@ -10,9 +10,9 @@ import ( "k8s.io/client-go/informers" "k8s.io/client-go/tools/cache" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - extwfv1 "github.com/argoproj/argo/v2/pkg/client/informers/externalversions/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/listers/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + extwfv1 "github.com/argoproj/argo/v3/pkg/client/informers/externalversions/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/listers/workflow/v1alpha1" ) type tolerantClusterWorkflowTemplateInformer struct { diff --git a/workflow/controller/informer/tolerant_cluster_workflow_template_lister.go b/workflow/controller/informer/tolerant_cluster_workflow_template_lister.go index 760665628239..5a3f4ca46714 100644 --- a/workflow/controller/informer/tolerant_cluster_workflow_template_lister.go +++ b/workflow/controller/informer/tolerant_cluster_workflow_template_lister.go @@ -4,7 +4,7 @@ import ( v1Label "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type tolerantClusterWorkflowTemplateLister struct { diff --git a/workflow/controller/informer/tolerant_workflow_template_informer.go b/workflow/controller/informer/tolerant_workflow_template_informer.go index 251147321363..8f38dd5756d5 100644 --- a/workflow/controller/informer/tolerant_workflow_template_informer.go +++ b/workflow/controller/informer/tolerant_workflow_template_informer.go @@ -10,9 +10,9 @@ import ( "k8s.io/client-go/informers" "k8s.io/client-go/tools/cache" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - extwfv1 "github.com/argoproj/argo/v2/pkg/client/informers/externalversions/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/listers/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + extwfv1 "github.com/argoproj/argo/v3/pkg/client/informers/externalversions/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/listers/workflow/v1alpha1" ) type tolerantWorkflowTemplateInformer struct { diff --git a/workflow/controller/informer/tolerant_workflow_template_lister.go b/workflow/controller/informer/tolerant_workflow_template_lister.go index f97678e92f57..617fc3583ca9 100644 --- a/workflow/controller/informer/tolerant_workflow_template_lister.go +++ b/workflow/controller/informer/tolerant_workflow_template_lister.go @@ -4,8 +4,8 @@ import ( v1Label "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/listers/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/listers/workflow/v1alpha1" ) type tolerantWorkflowTemplateLister struct { diff --git a/workflow/controller/informer/tolerant_workflow_template_namespace_lister.co.go b/workflow/controller/informer/tolerant_workflow_template_namespace_lister.co.go index f743f8c3d4f7..44cefa636ef7 100644 --- a/workflow/controller/informer/tolerant_workflow_template_namespace_lister.co.go +++ b/workflow/controller/informer/tolerant_workflow_template_namespace_lister.co.go @@ -4,8 +4,8 @@ import ( v1Label "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/listers/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/listers/workflow/v1alpha1" ) type tolerantWorkflowTemplateNamespaceLister struct { diff --git a/workflow/controller/informer/workflow_template_convert.go b/workflow/controller/informer/workflow_template_convert.go index f90762be7cd9..681a6c1d5370 100644 --- a/workflow/controller/informer/workflow_template_convert.go +++ b/workflow/controller/informer/workflow_template_convert.go @@ -7,8 +7,8 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/util" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/util" ) func objectToWorkflowTemplate(object runtime.Object) (*wfv1.WorkflowTemplate, error) { diff --git a/workflow/controller/informer/workflow_template_convert_test.go b/workflow/controller/informer/workflow_template_convert_test.go index c43f67d3eea9..af4143d8cc69 100644 --- a/workflow/controller/informer/workflow_template_convert_test.go +++ b/workflow/controller/informer/workflow_template_convert_test.go @@ -8,7 +8,7 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func Test_objectToWorkflowTemplate(t *testing.T) { diff --git a/workflow/controller/operator.go b/workflow/controller/operator.go index a1291128eaa6..57151342bf80 100644 --- a/workflow/controller/operator.go +++ b/workflow/controller/operator.go @@ -31,29 +31,29 @@ import ( "k8s.io/utils/pointer" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/config" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/typed/workflow/v1alpha1" - "github.com/argoproj/argo/v2/util" - "github.com/argoproj/argo/v2/util/diff" - envutil "github.com/argoproj/argo/v2/util/env" - errorsutil "github.com/argoproj/argo/v2/util/errors" - "github.com/argoproj/argo/v2/util/intstr" - "github.com/argoproj/argo/v2/util/resource" - "github.com/argoproj/argo/v2/util/retry" - waitutil "github.com/argoproj/argo/v2/util/wait" - "github.com/argoproj/argo/v2/workflow/common" - controllercache "github.com/argoproj/argo/v2/workflow/controller/cache" - "github.com/argoproj/argo/v2/workflow/controller/estimation" - "github.com/argoproj/argo/v2/workflow/controller/indexes" - "github.com/argoproj/argo/v2/workflow/metrics" - "github.com/argoproj/argo/v2/workflow/progress" - argosync "github.com/argoproj/argo/v2/workflow/sync" - "github.com/argoproj/argo/v2/workflow/templateresolution" - wfutil "github.com/argoproj/argo/v2/workflow/util" - "github.com/argoproj/argo/v2/workflow/validate" + "github.com/argoproj/argo/v3/config" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/typed/workflow/v1alpha1" + "github.com/argoproj/argo/v3/util" + "github.com/argoproj/argo/v3/util/diff" + envutil "github.com/argoproj/argo/v3/util/env" + errorsutil "github.com/argoproj/argo/v3/util/errors" + "github.com/argoproj/argo/v3/util/intstr" + "github.com/argoproj/argo/v3/util/resource" + "github.com/argoproj/argo/v3/util/retry" + waitutil "github.com/argoproj/argo/v3/util/wait" + "github.com/argoproj/argo/v3/workflow/common" + controllercache "github.com/argoproj/argo/v3/workflow/controller/cache" + "github.com/argoproj/argo/v3/workflow/controller/estimation" + "github.com/argoproj/argo/v3/workflow/controller/indexes" + "github.com/argoproj/argo/v3/workflow/metrics" + "github.com/argoproj/argo/v3/workflow/progress" + argosync "github.com/argoproj/argo/v3/workflow/sync" + "github.com/argoproj/argo/v3/workflow/templateresolution" + wfutil "github.com/argoproj/argo/v3/workflow/util" + "github.com/argoproj/argo/v3/workflow/validate" ) // wfOperationCtx is the context for evaluation and operation of a single workflow diff --git a/workflow/controller/operator_concurrency_test.go b/workflow/controller/operator_concurrency_test.go index 17a7554f9da7..c3724448d64a 100644 --- a/workflow/controller/operator_concurrency_test.go +++ b/workflow/controller/operator_concurrency_test.go @@ -13,9 +13,9 @@ import ( v1 "k8s.io/api/core/v1" "sigs.k8s.io/yaml" - argoErr "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/sync" + argoErr "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/sync" ) const configMap = ` diff --git a/workflow/controller/operator_metrics_test.go b/workflow/controller/operator_metrics_test.go index a0ea4ae0d931..9c49fc39f4e6 100644 --- a/workflow/controller/operator_metrics_test.go +++ b/workflow/controller/operator_metrics_test.go @@ -5,7 +5,7 @@ import ( "fmt" "testing" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" "github.com/prometheus/client_golang/prometheus" dto "github.com/prometheus/client_model/go" diff --git a/workflow/controller/operator_persist_test.go b/workflow/controller/operator_persist_test.go index cc493ac230f0..b14b4411751c 100644 --- a/workflow/controller/operator_persist_test.go +++ b/workflow/controller/operator_persist_test.go @@ -9,11 +9,11 @@ import ( "github.com/stretchr/testify/mock" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/persist/sqldb/mocks" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/hydrator" - "github.com/argoproj/argo/v2/workflow/packer" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/persist/sqldb/mocks" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/hydrator" + "github.com/argoproj/argo/v3/workflow/packer" ) func getMockDBCtx(expectedError error, largeWfSupport bool) (*mocks.OffloadNodeStatusRepo, hydrator.Interface) { diff --git a/workflow/controller/operator_template_scope_test.go b/workflow/controller/operator_template_scope_test.go index 97aeeb0ee4fe..e20c25fb522f 100644 --- a/workflow/controller/operator_template_scope_test.go +++ b/workflow/controller/operator_template_scope_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/assert" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) var testTemplateScopeWorkflowYaml = ` diff --git a/workflow/controller/operator_test.go b/workflow/controller/operator_test.go index 308995a7a6ce..dd9ef3b30e47 100644 --- a/workflow/controller/operator_test.go +++ b/workflow/controller/operator_test.go @@ -29,15 +29,15 @@ import ( k8stesting "k8s.io/client-go/testing" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/config" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test" - testutil "github.com/argoproj/argo/v2/test/util" - intstrutil "github.com/argoproj/argo/v2/util/intstr" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/controller/cache" - hydratorfake "github.com/argoproj/argo/v2/workflow/hydrator/fake" - "github.com/argoproj/argo/v2/workflow/util" + "github.com/argoproj/argo/v3/config" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test" + testutil "github.com/argoproj/argo/v3/test/util" + intstrutil "github.com/argoproj/argo/v3/util/intstr" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/controller/cache" + hydratorfake "github.com/argoproj/argo/v3/workflow/hydrator/fake" + "github.com/argoproj/argo/v3/workflow/util" ) // TestOperateWorkflowPanicRecover ensures we can recover from unexpected panics diff --git a/workflow/controller/operator_wfdefault_test.go b/workflow/controller/operator_wfdefault_test.go index 7fb5db3a9e56..b8e44bddef6f 100644 --- a/workflow/controller/operator_wfdefault_test.go +++ b/workflow/controller/operator_wfdefault_test.go @@ -9,7 +9,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/utils/pointer" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) var wfDefaults = ` diff --git a/workflow/controller/operator_workflow_template_ref_test.go b/workflow/controller/operator_workflow_template_ref_test.go index 0ac63dc0649d..51b68185ef47 100644 --- a/workflow/controller/operator_workflow_template_ref_test.go +++ b/workflow/controller/operator_workflow_template_ref_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/assert" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/util" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/util" ) func TestWorkflowTemplateRef(t *testing.T) { diff --git a/workflow/controller/phase_node.go b/workflow/controller/phase_node.go index ae30841a2e7d..d2b489b6c689 100644 --- a/workflow/controller/phase_node.go +++ b/workflow/controller/phase_node.go @@ -3,7 +3,7 @@ package controller import ( "fmt" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // A phaseNode is a node in a BFS of all nodes for the purposes of determining overall DAG phase. nodeId is the corresponding diff --git a/workflow/controller/rate_limiters.go b/workflow/controller/rate_limiters.go index 358fa0609f63..abbf0d3ec364 100644 --- a/workflow/controller/rate_limiters.go +++ b/workflow/controller/rate_limiters.go @@ -5,7 +5,7 @@ import ( "k8s.io/client-go/util/workqueue" - "github.com/argoproj/argo/v2/util/env" + "github.com/argoproj/argo/v3/util/env" ) type fixedItemIntervalRateLimiter struct{} diff --git a/workflow/controller/retry_tweak.go b/workflow/controller/retry_tweak.go index 1b64f800ad5c..1c3c6a3c8819 100644 --- a/workflow/controller/retry_tweak.go +++ b/workflow/controller/retry_tweak.go @@ -1,8 +1,8 @@ package controller import ( - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - wfretry "github.com/argoproj/argo/v2/workflow/util/retry" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + wfretry "github.com/argoproj/argo/v3/workflow/util/retry" ) // RetryTweak is a 2nd order function interface for tweaking the retry diff --git a/workflow/controller/scope.go b/workflow/controller/scope.go index 98a6ac515e0b..063caf60a2bb 100644 --- a/workflow/controller/scope.go +++ b/workflow/controller/scope.go @@ -5,9 +5,9 @@ import ( "github.com/valyala/fasttemplate" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" ) // wfScope contains the current scope of variables available when executing a template diff --git a/workflow/controller/steps.go b/workflow/controller/steps.go index 8e3de9cad982..e435662da07b 100644 --- a/workflow/controller/steps.go +++ b/workflow/controller/steps.go @@ -10,10 +10,10 @@ import ( "github.com/Knetic/govaluate" "github.com/valyala/fasttemplate" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/templateresolution" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/templateresolution" ) // stepsContext holds context information about this context's steps diff --git a/workflow/controller/steps_test.go b/workflow/controller/steps_test.go index f33b74b00cd1..9e9b1122d2fe 100644 --- a/workflow/controller/steps_test.go +++ b/workflow/controller/steps_test.go @@ -8,9 +8,9 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "sigs.k8s.io/yaml" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test" - "github.com/argoproj/argo/v2/workflow/common" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test" + "github.com/argoproj/argo/v3/workflow/common" ) // TestStepsFailedRetries ensures a steps template will recognize exhausted retries diff --git a/workflow/controller/workflowpod.go b/workflow/controller/workflowpod.go index 76df78302b8c..c48c143fd9db 100644 --- a/workflow/controller/workflowpod.go +++ b/workflow/controller/workflowpod.go @@ -19,13 +19,13 @@ import ( "k8s.io/client-go/tools/cache" "k8s.io/utils/pointer" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - errorsutil "github.com/argoproj/argo/v2/util/errors" - "github.com/argoproj/argo/v2/util/intstr" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/util" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + errorsutil "github.com/argoproj/argo/v3/util/errors" + "github.com/argoproj/argo/v3/util/intstr" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/util" ) // Reusable k8s pod spec portions used in workflow pods diff --git a/workflow/controller/workflowpod_test.go b/workflow/controller/workflowpod_test.go index 2d067c9c4c2f..48ef162d606c 100644 --- a/workflow/controller/workflowpod_test.go +++ b/workflow/controller/workflowpod_test.go @@ -15,11 +15,11 @@ import ( "k8s.io/utils/pointer" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/config" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/test/util" - armocks "github.com/argoproj/argo/v2/workflow/artifactrepositories/mocks" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/config" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/test/util" + armocks "github.com/argoproj/argo/v3/workflow/artifactrepositories/mocks" + "github.com/argoproj/argo/v3/workflow/common" ) func unmarshalTemplate(yamlStr string) *wfv1.Template { diff --git a/workflow/creator/creator.go b/workflow/creator/creator.go index caa6679135af..193f6426907c 100644 --- a/workflow/creator/creator.go +++ b/workflow/creator/creator.go @@ -7,9 +7,9 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/util/labels" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/util/labels" + "github.com/argoproj/argo/v3/workflow/common" ) func Label(ctx context.Context, obj metav1.Object) { diff --git a/workflow/creator/creator_test.go b/workflow/creator/creator_test.go index 08ac2d6d1fbe..f2c6142c567e 100644 --- a/workflow/creator/creator_test.go +++ b/workflow/creator/creator_test.go @@ -9,10 +9,10 @@ import ( "gopkg.in/square/go-jose.v2/jwt" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/server/auth" - "github.com/argoproj/argo/v2/server/auth/types" - "github.com/argoproj/argo/v2/workflow/common" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/server/auth" + "github.com/argoproj/argo/v3/server/auth/types" + "github.com/argoproj/argo/v3/workflow/common" ) func TestLabel(t *testing.T) { diff --git a/workflow/cron/controller.go b/workflow/cron/controller.go index ac6b36e48216..c78f96ac8278 100644 --- a/workflow/cron/controller.go +++ b/workflow/cron/controller.go @@ -23,13 +23,13 @@ import ( "k8s.io/client-go/tools/cache" "k8s.io/client-go/util/workqueue" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/events" - "github.com/argoproj/argo/v2/workflow/metrics" - "github.com/argoproj/argo/v2/workflow/util" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/events" + "github.com/argoproj/argo/v3/workflow/metrics" + "github.com/argoproj/argo/v3/workflow/util" ) // Controller is a controller for cron workflows diff --git a/workflow/cron/operator.go b/workflow/cron/operator.go index a47f915b04c3..94445b852f3e 100644 --- a/workflow/cron/operator.go +++ b/workflow/cron/operator.go @@ -15,16 +15,16 @@ import ( "k8s.io/apimachinery/pkg/types" "k8s.io/client-go/util/retry" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - typed "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/typed/workflow/v1alpha1" - errorsutil "github.com/argoproj/argo/v2/util/errors" - waitutil "github.com/argoproj/argo/v2/util/wait" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/metrics" - "github.com/argoproj/argo/v2/workflow/templateresolution" - "github.com/argoproj/argo/v2/workflow/util" - "github.com/argoproj/argo/v2/workflow/validate" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + typed "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/typed/workflow/v1alpha1" + errorsutil "github.com/argoproj/argo/v3/util/errors" + waitutil "github.com/argoproj/argo/v3/util/wait" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/metrics" + "github.com/argoproj/argo/v3/workflow/templateresolution" + "github.com/argoproj/argo/v3/workflow/util" + "github.com/argoproj/argo/v3/workflow/validate" ) type cronWfOperationCtx struct { diff --git a/workflow/cron/operator_test.go b/workflow/cron/operator_test.go index e0ab402c7355..db238168b431 100644 --- a/workflow/cron/operator_test.go +++ b/workflow/cron/operator_test.go @@ -10,10 +10,10 @@ import ( v1 "k8s.io/apimachinery/pkg/apis/meta/v1" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" - "github.com/argoproj/argo/v2/workflow/metrics" - "github.com/argoproj/argo/v2/workflow/util" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" + "github.com/argoproj/argo/v3/workflow/metrics" + "github.com/argoproj/argo/v3/workflow/util" ) var scheduledWf = ` diff --git a/workflow/executor/common/wait/wait.go b/workflow/executor/common/wait/wait.go index f7476c573703..f3ca314279e3 100644 --- a/workflow/executor/common/wait/wait.go +++ b/workflow/executor/common/wait/wait.go @@ -11,7 +11,7 @@ import ( "k8s.io/client-go/kubernetes" v1 "k8s.io/client-go/kubernetes/typed/core/v1" - "github.com/argoproj/argo/v2/workflow/executor/common" + "github.com/argoproj/argo/v3/workflow/executor/common" ) func UntilTerminated(ctx context.Context, kubernetesInterface kubernetes.Interface, namespace, podName, containerID string) error { diff --git a/workflow/executor/docker/docker.go b/workflow/executor/docker/docker.go index 02ff54fef193..f0c09fc0fd4b 100644 --- a/workflow/executor/docker/docker.go +++ b/workflow/executor/docker/docker.go @@ -17,11 +17,11 @@ import ( log "github.com/sirupsen/logrus" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/util" - "github.com/argoproj/argo/v2/util/file" - "github.com/argoproj/argo/v2/workflow/common" - execcommon "github.com/argoproj/argo/v2/workflow/executor/common" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/util" + "github.com/argoproj/argo/v3/util/file" + "github.com/argoproj/argo/v3/workflow/common" + execcommon "github.com/argoproj/argo/v3/workflow/executor/common" ) type DockerExecutor struct{} diff --git a/workflow/executor/executor.go b/workflow/executor/executor.go index 7e348c5ceaf1..b2ef59349a84 100644 --- a/workflow/executor/executor.go +++ b/workflow/executor/executor.go @@ -28,16 +28,16 @@ import ( "k8s.io/apimachinery/pkg/watch" "k8s.io/client-go/kubernetes" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/util" - "github.com/argoproj/argo/v2/util/archive" - errorsutil "github.com/argoproj/argo/v2/util/errors" - "github.com/argoproj/argo/v2/util/retry" - waitutil "github.com/argoproj/argo/v2/util/wait" - artifact "github.com/argoproj/argo/v2/workflow/artifacts" - "github.com/argoproj/argo/v2/workflow/common" - os_specific "github.com/argoproj/argo/v2/workflow/executor/os-specific" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/util" + "github.com/argoproj/argo/v3/util/archive" + errorsutil "github.com/argoproj/argo/v3/util/errors" + "github.com/argoproj/argo/v3/util/retry" + waitutil "github.com/argoproj/argo/v3/util/wait" + artifact "github.com/argoproj/argo/v3/workflow/artifacts" + "github.com/argoproj/argo/v3/workflow/common" + os_specific "github.com/argoproj/argo/v3/workflow/executor/os-specific" ) // ExecutorRetry is a retry backoff settings for WorkflowExecutor diff --git a/workflow/executor/executor_test.go b/workflow/executor/executor_test.go index a2b33d8d5e51..4a559115b021 100644 --- a/workflow/executor/executor_test.go +++ b/workflow/executor/executor_test.go @@ -11,8 +11,8 @@ import ( corev1 "k8s.io/api/core/v1" "k8s.io/client-go/kubernetes/fake" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/executor/mocks" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/executor/mocks" ) const ( diff --git a/workflow/executor/k8sapi/client.go b/workflow/executor/k8sapi/client.go index 918e8ae7da64..e10a802bb78d 100644 --- a/workflow/executor/k8sapi/client.go +++ b/workflow/executor/k8sapi/client.go @@ -12,9 +12,9 @@ import ( "k8s.io/client-go/kubernetes" restclient "k8s.io/client-go/rest" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/workflow/common" - execcommon "github.com/argoproj/argo/v2/workflow/executor/common" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/workflow/common" + execcommon "github.com/argoproj/argo/v3/workflow/executor/common" ) type k8sAPIClient struct { diff --git a/workflow/executor/k8sapi/k8sapi.go b/workflow/executor/k8sapi/k8sapi.go index b2293087f617..09759a352519 100644 --- a/workflow/executor/k8sapi/k8sapi.go +++ b/workflow/executor/k8sapi/k8sapi.go @@ -9,8 +9,8 @@ import ( "k8s.io/client-go/kubernetes" restclient "k8s.io/client-go/rest" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/workflow/executor/common/wait" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/workflow/executor/common/wait" ) type K8sAPIExecutor struct { diff --git a/workflow/executor/kubelet/client.go b/workflow/executor/kubelet/client.go index 26528c5eaf0c..27e790ff69b0 100644 --- a/workflow/executor/kubelet/client.go +++ b/workflow/executor/kubelet/client.go @@ -20,9 +20,9 @@ import ( log "github.com/sirupsen/logrus" corev1 "k8s.io/api/core/v1" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/workflow/common" - execcommon "github.com/argoproj/argo/v2/workflow/executor/common" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/workflow/common" + execcommon "github.com/argoproj/argo/v3/workflow/executor/common" ) const ( diff --git a/workflow/executor/kubelet/kubelet.go b/workflow/executor/kubelet/kubelet.go index 7af5b5873cc0..fc5075550cad 100644 --- a/workflow/executor/kubelet/kubelet.go +++ b/workflow/executor/kubelet/kubelet.go @@ -7,7 +7,7 @@ import ( log "github.com/sirupsen/logrus" - "github.com/argoproj/argo/v2/errors" + "github.com/argoproj/argo/v3/errors" ) type KubeletExecutor struct { diff --git a/workflow/executor/pns/pns.go b/workflow/executor/pns/pns.go index c7c749869842..15afa5d27354 100644 --- a/workflow/executor/pns/pns.go +++ b/workflow/executor/pns/pns.go @@ -20,14 +20,14 @@ import ( "k8s.io/apimachinery/pkg/util/wait" "k8s.io/client-go/kubernetes" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/util/archive" - errorsutil "github.com/argoproj/argo/v2/util/errors" - waitutil "github.com/argoproj/argo/v2/util/wait" - "github.com/argoproj/argo/v2/workflow/common" - execcommon "github.com/argoproj/argo/v2/workflow/executor/common" - argowait "github.com/argoproj/argo/v2/workflow/executor/common/wait" - osspecific "github.com/argoproj/argo/v2/workflow/executor/os-specific" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/util/archive" + errorsutil "github.com/argoproj/argo/v3/util/errors" + waitutil "github.com/argoproj/argo/v3/util/wait" + "github.com/argoproj/argo/v3/workflow/common" + execcommon "github.com/argoproj/argo/v3/workflow/executor/common" + argowait "github.com/argoproj/argo/v3/workflow/executor/common/wait" + osspecific "github.com/argoproj/argo/v3/workflow/executor/os-specific" ) type PNSExecutor struct { diff --git a/workflow/executor/resource.go b/workflow/executor/resource.go index c6f7edf05ab8..b76e56c759fb 100644 --- a/workflow/executor/resource.go +++ b/workflow/executor/resource.go @@ -13,7 +13,7 @@ import ( "strings" "time" - argoerr "github.com/argoproj/argo/v2/util/errors" + argoerr "github.com/argoproj/argo/v3/util/errors" log "github.com/sirupsen/logrus" "github.com/tidwall/gjson" @@ -21,10 +21,10 @@ import ( "k8s.io/apimachinery/pkg/labels" "k8s.io/apimachinery/pkg/util/wait" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" - os_specific "github.com/argoproj/argo/v2/workflow/executor/os-specific" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" + os_specific "github.com/argoproj/argo/v3/workflow/executor/os-specific" ) // ExecResource will run kubectl action against a manifest diff --git a/workflow/executor/resource_test.go b/workflow/executor/resource_test.go index f288acd2194d..1c5f250275bf 100644 --- a/workflow/executor/resource_test.go +++ b/workflow/executor/resource_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/assert" "k8s.io/client-go/kubernetes/fake" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/executor/mocks" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/executor/mocks" ) // TestResourceFlags tests whether Resource Flags diff --git a/workflow/hydrator/fake/always.go b/workflow/hydrator/fake/always.go index d315ba499af7..46a61ce4dc58 100644 --- a/workflow/hydrator/fake/always.go +++ b/workflow/hydrator/fake/always.go @@ -1,9 +1,9 @@ package fake import ( - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - testutil "github.com/argoproj/argo/v2/test/util" - "github.com/argoproj/argo/v2/workflow/hydrator" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + testutil "github.com/argoproj/argo/v3/test/util" + "github.com/argoproj/argo/v3/workflow/hydrator" ) // this test fake is nearly a Reference Implementation diff --git a/workflow/hydrator/fake/always_test.go b/workflow/hydrator/fake/always_test.go index ad438a156a42..48ce63274a16 100644 --- a/workflow/hydrator/fake/always_test.go +++ b/workflow/hydrator/fake/always_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/assert" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func TestAlways(t *testing.T) { diff --git a/workflow/hydrator/fake/noop.go b/workflow/hydrator/fake/noop.go index 577aa0e64a2c..51b1b3863e0b 100644 --- a/workflow/hydrator/fake/noop.go +++ b/workflow/hydrator/fake/noop.go @@ -1,8 +1,8 @@ package fake import ( - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/hydrator" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/hydrator" ) // this test fake does nothing diff --git a/workflow/hydrator/hydrator.go b/workflow/hydrator/hydrator.go index 9cca762afab7..151153f0ef02 100644 --- a/workflow/hydrator/hydrator.go +++ b/workflow/hydrator/hydrator.go @@ -7,11 +7,11 @@ import ( log "github.com/sirupsen/logrus" "k8s.io/apimachinery/pkg/util/wait" - "github.com/argoproj/argo/v2/persist/sqldb" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - errorsutil "github.com/argoproj/argo/v2/util/errors" - waitutil "github.com/argoproj/argo/v2/util/wait" - "github.com/argoproj/argo/v2/workflow/packer" + "github.com/argoproj/argo/v3/persist/sqldb" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + errorsutil "github.com/argoproj/argo/v3/util/errors" + waitutil "github.com/argoproj/argo/v3/util/wait" + "github.com/argoproj/argo/v3/workflow/packer" ) type Interface interface { diff --git a/workflow/hydrator/hydrator_test.go b/workflow/hydrator/hydrator_test.go index fe8bcacc833c..e711e408a416 100644 --- a/workflow/hydrator/hydrator_test.go +++ b/workflow/hydrator/hydrator_test.go @@ -7,10 +7,10 @@ import ( "github.com/stretchr/testify/mock" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/persist/sqldb" - sqldbmocks "github.com/argoproj/argo/v2/persist/sqldb/mocks" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/packer" + "github.com/argoproj/argo/v3/persist/sqldb" + sqldbmocks "github.com/argoproj/argo/v3/persist/sqldb/mocks" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/packer" ) func TestHydrator(t *testing.T) { diff --git a/workflow/metrics/metrics.go b/workflow/metrics/metrics.go index 4d93108bdee8..1d5b12059fe6 100644 --- a/workflow/metrics/metrics.go +++ b/workflow/metrics/metrics.go @@ -10,7 +10,7 @@ import ( corev1 "k8s.io/api/core/v1" "k8s.io/client-go/util/workqueue" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) const ( diff --git a/workflow/metrics/metrics_test.go b/workflow/metrics/metrics_test.go index 6306d9ea74bb..ec6228f2f10a 100644 --- a/workflow/metrics/metrics_test.go +++ b/workflow/metrics/metrics_test.go @@ -10,7 +10,7 @@ import ( "github.com/stretchr/testify/assert" "k8s.io/client-go/util/workqueue" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func write(metric prometheus.Metric) dto.Metric { diff --git a/workflow/metrics/util.go b/workflow/metrics/util.go index 0745896bf908..316a0eacd65b 100644 --- a/workflow/metrics/util.go +++ b/workflow/metrics/util.go @@ -10,7 +10,7 @@ import ( "github.com/prometheus/common/model" v1 "k8s.io/api/core/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) var ( diff --git a/workflow/packer/packer.go b/workflow/packer/packer.go index fe8b077ffea9..30b44e5f255f 100644 --- a/workflow/packer/packer.go +++ b/workflow/packer/packer.go @@ -7,8 +7,8 @@ import ( "strconv" "strings" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/util/file" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/util/file" ) const envVarName = "MAX_WORKFLOW_SIZE" diff --git a/workflow/packer/packer_test.go b/workflow/packer/packer_test.go index 84134d9c3117..fcd0570acf5f 100644 --- a/workflow/packer/packer_test.go +++ b/workflow/packer/packer_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/assert" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func TestDefault(t *testing.T) { diff --git a/workflow/progress/updater.go b/workflow/progress/updater.go index 80376d927ebc..54dfa2f9efe2 100644 --- a/workflow/progress/updater.go +++ b/workflow/progress/updater.go @@ -1,7 +1,7 @@ package progress import ( - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func UpdateProgress(wf *wfv1.Workflow) { diff --git a/workflow/progress/updater_test.go b/workflow/progress/updater_test.go index d9cc8abdc497..8c7c706480e0 100644 --- a/workflow/progress/updater_test.go +++ b/workflow/progress/updater_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/assert" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func TestUpdator(t *testing.T) { diff --git a/workflow/sync/lock_name.go b/workflow/sync/lock_name.go index b61d7564ff9a..e98ccb73c84c 100644 --- a/workflow/sync/lock_name.go +++ b/workflow/sync/lock_name.go @@ -4,8 +4,8 @@ import ( "fmt" "strings" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type LockKind string diff --git a/workflow/sync/mutex_test.go b/workflow/sync/mutex_test.go index 619a8f55a9c9..d07b722bc6d4 100644 --- a/workflow/sync/mutex_test.go +++ b/workflow/sync/mutex_test.go @@ -9,7 +9,7 @@ import ( "k8s.io/client-go/kubernetes/fake" "k8s.io/utils/pointer" - fakewfclientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" + fakewfclientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" ) var mutexWf = ` diff --git a/workflow/sync/sync_manager.go b/workflow/sync/sync_manager.go index b93b307101d1..e9edbda8dcb1 100644 --- a/workflow/sync/sync_manager.go +++ b/workflow/sync/sync_manager.go @@ -7,7 +7,7 @@ import ( log "github.com/sirupsen/logrus" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) type NextWorkflow func(string) diff --git a/workflow/sync/sync_manager_test.go b/workflow/sync/sync_manager_test.go index 8c14180e64cc..be74938cb438 100644 --- a/workflow/sync/sync_manager_test.go +++ b/workflow/sync/sync_manager_test.go @@ -15,9 +15,9 @@ import ( "k8s.io/utils/pointer" "sigs.k8s.io/yaml" - argoErr "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - fakewfclientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" + argoErr "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + fakewfclientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" ) const configMap = ` diff --git a/workflow/templateresolution/context.go b/workflow/templateresolution/context.go index 1c2b5c139bbb..fda1b10d39c0 100644 --- a/workflow/templateresolution/context.go +++ b/workflow/templateresolution/context.go @@ -8,11 +8,11 @@ import ( apierr "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/typed/workflow/v1alpha1" - typed "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/typed/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/typed/workflow/v1alpha1" + typed "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/typed/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" ) // maxResolveDepth is the limit of template reference resolution. diff --git a/workflow/templateresolution/context_test.go b/workflow/templateresolution/context_test.go index 121556a9b217..362f5de0f0dd 100644 --- a/workflow/templateresolution/context_test.go +++ b/workflow/templateresolution/context_test.go @@ -9,9 +9,9 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "sigs.k8s.io/yaml" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - wfclientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - fakewfclientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + wfclientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + fakewfclientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" ) func createWorkflowTemplate(wfClientset wfclientset.Interface, yamlStr string) error { diff --git a/workflow/ttlcontroller/ttlcontroller.go b/workflow/ttlcontroller/ttlcontroller.go index ada8cea85137..547b29a1af27 100644 --- a/workflow/ttlcontroller/ttlcontroller.go +++ b/workflow/ttlcontroller/ttlcontroller.go @@ -15,12 +15,12 @@ import ( "k8s.io/client-go/tools/cache" "k8s.io/client-go/util/workqueue" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - wfclientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - commonutil "github.com/argoproj/argo/v2/util" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/metrics" - "github.com/argoproj/argo/v2/workflow/util" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + wfclientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + commonutil "github.com/argoproj/argo/v3/util" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/metrics" + "github.com/argoproj/argo/v3/workflow/util" ) type Controller struct { diff --git a/workflow/ttlcontroller/ttlcontroller_test.go b/workflow/ttlcontroller/ttlcontroller_test.go index 4a87493e47ec..dd2d776db4eb 100644 --- a/workflow/ttlcontroller/ttlcontroller_test.go +++ b/workflow/ttlcontroller/ttlcontroller_test.go @@ -12,11 +12,11 @@ import ( "k8s.io/client-go/tools/cache" "k8s.io/client-go/util/workqueue" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - fakewfclientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" - "github.com/argoproj/argo/v2/test" - "github.com/argoproj/argo/v2/workflow/metrics" - "github.com/argoproj/argo/v2/workflow/util" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + fakewfclientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" + "github.com/argoproj/argo/v3/test" + "github.com/argoproj/argo/v3/workflow/metrics" + "github.com/argoproj/argo/v3/workflow/util" ) var completedWf = ` diff --git a/workflow/util/merge.go b/workflow/util/merge.go index 121331708dbd..cbb75a15916d 100644 --- a/workflow/util/merge.go +++ b/workflow/util/merge.go @@ -6,7 +6,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/util/strategicpatch" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // MergeTo will merge one workflow (the "patch" workflow) into another (the "target" workflow. diff --git a/workflow/util/retry/retry.go b/workflow/util/retry/retry.go index 1a6e29502d36..1fec250d6d92 100644 --- a/workflow/util/retry/retry.go +++ b/workflow/util/retry/retry.go @@ -3,7 +3,7 @@ package retry import ( apiv1 "k8s.io/api/core/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) // GetFailHosts returns slice of all child nodes with fail or error status diff --git a/workflow/util/retry/retry_test.go b/workflow/util/retry/retry_test.go index d79c7d0149df..e5d864461caa 100644 --- a/workflow/util/retry/retry_test.go +++ b/workflow/util/retry/retry_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/assert" apiv1 "k8s.io/api/core/v1" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" ) func TestRemoveDuplicates(t *testing.T) { diff --git a/workflow/util/util.go b/workflow/util/util.go index a48b0c2dddc1..6de22da5ae52 100644 --- a/workflow/util/util.go +++ b/workflow/util/util.go @@ -34,21 +34,21 @@ import ( "k8s.io/utils/pointer" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - wfclientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned" - "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/typed/workflow/v1alpha1" - cmdutil "github.com/argoproj/argo/v2/util/cmd" - errorsutil "github.com/argoproj/argo/v2/util/errors" - "github.com/argoproj/argo/v2/util/retry" - unstructutil "github.com/argoproj/argo/v2/util/unstructured" - waitutil "github.com/argoproj/argo/v2/util/wait" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/hydrator" - "github.com/argoproj/argo/v2/workflow/packer" - "github.com/argoproj/argo/v2/workflow/templateresolution" - "github.com/argoproj/argo/v2/workflow/validate" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + wfclientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned" + "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/typed/workflow/v1alpha1" + cmdutil "github.com/argoproj/argo/v3/util/cmd" + errorsutil "github.com/argoproj/argo/v3/util/errors" + "github.com/argoproj/argo/v3/util/retry" + unstructutil "github.com/argoproj/argo/v3/util/unstructured" + waitutil "github.com/argoproj/argo/v3/util/wait" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/hydrator" + "github.com/argoproj/argo/v3/workflow/packer" + "github.com/argoproj/argo/v3/workflow/templateresolution" + "github.com/argoproj/argo/v3/workflow/validate" ) // NewWorkflowInformer returns the workflow informer used by the controller. This is actually diff --git a/workflow/util/util_test.go b/workflow/util/util_test.go index 3278ea1a9333..a2ff92d0a57d 100644 --- a/workflow/util/util_test.go +++ b/workflow/util/util_test.go @@ -15,11 +15,11 @@ import ( kubefake "k8s.io/client-go/kubernetes/fake" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - argofake "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" - "github.com/argoproj/argo/v2/workflow/common" - hydratorfake "github.com/argoproj/argo/v2/workflow/hydrator/fake" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + argofake "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" + "github.com/argoproj/argo/v3/workflow/common" + hydratorfake "github.com/argoproj/argo/v3/workflow/hydrator/fake" ) // TestSubmitDryRun diff --git a/workflow/validate/lint.go b/workflow/validate/lint.go index 2834f97fe514..6031d291c9f7 100644 --- a/workflow/validate/lint.go +++ b/workflow/validate/lint.go @@ -8,11 +8,11 @@ import ( "github.com/argoproj/pkg/json" - "github.com/argoproj/argo/v2/errors" - "github.com/argoproj/argo/v2/pkg/apis/workflow" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/templateresolution" + "github.com/argoproj/argo/v3/errors" + "github.com/argoproj/argo/v3/pkg/apis/workflow" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/templateresolution" ) // LintWorkflowDir validates all workflow manifests in a directory. Ignores non-workflow manifests diff --git a/workflow/validate/validate.go b/workflow/validate/validate.go index 937de3988404..2fc86422e545 100644 --- a/workflow/validate/validate.go +++ b/workflow/validate/validate.go @@ -17,16 +17,16 @@ import ( apivalidation "k8s.io/apimachinery/pkg/util/validation" "sigs.k8s.io/yaml" - "github.com/argoproj/argo/v2/errors" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - "github.com/argoproj/argo/v2/util" - "github.com/argoproj/argo/v2/util/help" - "github.com/argoproj/argo/v2/util/intstr" - "github.com/argoproj/argo/v2/util/sorting" - "github.com/argoproj/argo/v2/workflow/artifacts/hdfs" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/metrics" - "github.com/argoproj/argo/v2/workflow/templateresolution" + "github.com/argoproj/argo/v3/errors" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + "github.com/argoproj/argo/v3/util" + "github.com/argoproj/argo/v3/util/help" + "github.com/argoproj/argo/v3/util/intstr" + "github.com/argoproj/argo/v3/util/sorting" + "github.com/argoproj/argo/v3/workflow/artifacts/hdfs" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/metrics" + "github.com/argoproj/argo/v3/workflow/templateresolution" ) // ValidateOpts provides options when linting diff --git a/workflow/validate/validate_test.go b/workflow/validate/validate_test.go index d6ba921ed6ed..4e0f351c9b38 100644 --- a/workflow/validate/validate_test.go +++ b/workflow/validate/validate_test.go @@ -9,11 +9,11 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "sigs.k8s.io/yaml" - wfv1 "github.com/argoproj/argo/v2/pkg/apis/workflow/v1alpha1" - fakewfclientset "github.com/argoproj/argo/v2/pkg/client/clientset/versioned/fake" - "github.com/argoproj/argo/v2/test" - "github.com/argoproj/argo/v2/workflow/common" - "github.com/argoproj/argo/v2/workflow/templateresolution" + wfv1 "github.com/argoproj/argo/v3/pkg/apis/workflow/v1alpha1" + fakewfclientset "github.com/argoproj/argo/v3/pkg/client/clientset/versioned/fake" + "github.com/argoproj/argo/v3/test" + "github.com/argoproj/argo/v3/workflow/common" + "github.com/argoproj/argo/v3/workflow/templateresolution" ) var wfClientset = fakewfclientset.NewSimpleClientset()