From d8ae70e219ee2f307a1a3be972aefbd3c8c25aad Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Thu, 30 May 2024 17:16:57 -0700 Subject: [PATCH] Add `ConsoleURL` to `FlyteWorkflow` CRD Signed-off-by: Eduardo Apolinario --- flytepropeller/pkg/apis/flyteworkflow/v1alpha1/workflow.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/workflow.go b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/workflow.go index e42d492999..36b367ab45 100644 --- a/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/workflow.go +++ b/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/workflow.go @@ -77,6 +77,8 @@ type FlyteWorkflow struct { // portions of the CRD to an external data store to reduce CRD size. If this exists, FlytePropeller must retrieve // and parse the static data prior to processing. WorkflowClosureReference DataReference `json:"workflowClosureReference,omitempty"` + + ConsoleURL string `json:"consoleUrl,omitempty"` } // FlyteWorkflow contains at least one proto message directly, which means that we need to