API Reference for ArangoPlatformLink V1Beta1
Spec
.spec.deployment.name
Type: string [ref]
This field is required
Name of the object
.spec.description
Type: string [ref]
Description is an optional human-readable description of this link
.spec.route.name
Type: string [ref]
This field is required
Name of the object
.spec.type
Type: string [ref]
Type defines the link execution pattern. Currently only “Active” is supported — the link runs as a long-lived process that polls for pending jobs and processes them sequentially. Set by the user when creating the link. Defaults to “Active” if omitted.
Possible Values:
"Active"(default) - Link actively polls for and processes jobs