endpoint

package module
v0.0.0-...-d1fd4bd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Endpoint

type Endpoint struct {
	// Hostname of the starting point of a workflow/pipeline. Its
	// difference from a URL is not containing a port number.
	Hostname string `json:"hostname"`
	// True if the workflow uses Knative Eventing and thus its
	// duration/latency is to be measured using TimeseriesDB.
	// TimeseriesDB must have been deployed and configured correctly!
	Eventing bool `json:"eventing"`
	// Only relevant if Eventing is true, Matchers is a mapping of
	// CloudEvent attribute names and values that are sought in
	// completion events to exist.
	Matchers map[string]string `json:"matchers"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL