Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 983 Bytes

File metadata and controls

13 lines (9 loc) · 983 Bytes

ArgoWorkflowsClient.Model.IoArgoprojWorkflowV1alpha1Link

A link to another app.

Properties

Name Type Description Notes
Name string The name of the link, E.g. "Workflow Logs" or "Pod Logs"
Scope string "workflow", "pod", "pod-logs", "event-source-logs", "sensor-logs", "workflow-list" or "chat"
Url string The URL. Can contain "${metadata.namespace}", "${metadata.name}", "${status.startedAt}", "${status.finishedAt}" or any other element in workflow yaml, e.g. "${io.argoproj.workflow.v1alpha1.metadata.annotations.userDefinedKey}"

[Back to Model list] [Back to API list] [Back to README]