Cybus::Link

The link resource provides direct access to any web resource. This resource can be completely external to the Connectware (e.g., https://github.comarrow-up-right) or point to a location that is available within a container (when the container internally runs a web server).

Link resources are typically rendered as buttons and provide quick access to information (like dashboards, specific documentation, etc.) directly related to the corresponding service.

circle-exclamation

Properties

Property
Type
Required
Default

string

Required

string

Required

string

Optional

name

Name of the link (label on the button).

  • Type: string

    • maximum length: 20 characters

href

Href of the button link.

  • Type: string

ingressRoute

Reference to an already declared Cybus::IngressRoute. Use !ref <logicalId>.

If this property is used, the href property must be defined relative to the ingress route, i.e., only the path of the inner HTTP server must be defined.

  • Type: string

Example

Last updated

Was this helpful?