Skip to content

Commit

Permalink
Add ConsoleURL to FlyteWorkflow CRD
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Jun 6, 2024
1 parent 49731c7 commit d8ae70e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flytepropeller/pkg/apis/flyteworkflow/v1alpha1/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8ae70e

Please sign in to comment.