package
0.0.0-20220821194921-cb1a7a4f7656
Repository: https://github.com/puppetlabs/relay-core.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
RunCancelled indicates whether a run was cancelled.
RunCompleted indicates whether an entire run has finished executing.
RunSucceeded indicates a run has succeeded.
StepCompleted indicates whether a step has finished executing.
StepMessageSeverityError is for messages that indicate the step encountered an uncorrectable situation.
StepMessageSeverityInformational is for messages that alert a user to a particular condition in a step's execution that does not require any user action.
StepMessageSeverityTrace is for highly detailed messages that should normally be hidden but could be inspected for debugging purposes.
StepMessageSeverityWarning is for important messages reporting on an anomolous condition encountered by a step, but that do not necessarily require user intervention.
StepSkipped indicates a step has been skipped.
StepSucceeded indicates a step has succeeded.
TenantEventSinkReady indicates whether the event sink can be used.
TenantNamespaceReady indicates whether the namespace requested by the tenant namespace template is ready to use.
TenantReady is set when all other conditions are ready.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
Condition is the base type for Relay conditions, inlined into each condition type.
No description provided by the author
Decorator describes a result for a concluded step.
DecoratorLink holds the value for a link-type result.
No description provided by the author
LogStepMessageSource indicates that a step message originated in the execution of a step's container itself.
No description provided by the author
No description provided by the author
Run is a request to invoke a workflow.
No description provided by the author
RunList enumerates many Run resources.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SpecValidationStepMessageSource indicates that a step message came from the runtime validation of its spec.
No description provided by the author
No description provided by the author
No description provided by the author
StepMessageSource is the origin of a step message.
No description provided by the author
No description provided by the author
Tenant represents a scoping mechanism for runs and triggers.
No description provided by the author
TenantList enumerates many Tenant resources.
No description provided by the author
No description provided by the author
No description provided by the author
TriggerEventSink represents the destination for trigger events.
Unstructured is arbitrary JSON data, which may also include base64-encoded binary data.
WebhookTrigger represents a definition of a webhook to receive events.
No description provided by the author
WebhookTriggerList enumerates many WebhookTrigger resources.
No description provided by the author
No description provided by the author
WhenEvaluationStepMessageSource indicates that a step message came from the runtime processing of its when conditions.
Workflow represents a set of steps that Relay can execute.
WorkflowExecutionSink represents the destination for workflow run requests.
WorkflowList enumerates many Workflow resources.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author