condition

package
v0.0.0-...-cb1a7a4 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RunConditionHandlers = map[relayv1beta1.RunConditionType]RunConditionHandlerFunc{
		relayv1beta1.RunCancelled: runCancelledHandler,
		relayv1beta1.RunCompleted: runCompletedHandler,
		relayv1beta1.RunSucceeded: runSucceededHandler,
	}
)
View Source
var (
	StepConditionHandlers = map[relayv1beta1.StepConditionType]StepConditionHandlerFunc{
		relayv1beta1.StepCompleted: stepCompletedHandler,
		relayv1beta1.StepSkipped:   stepSkippedHandler,
		relayv1beta1.StepSucceeded: stepSucceededHandler,
	}
)

Functions

This section is empty.

Types

type RunConditionHandlerFunc

type RunConditionHandlerFunc func(r *obj.Run) relayv1beta1.Condition

type StepConditionHandlerFunc

type StepConditionHandlerFunc func(actionStatus *model.ActionStatus) relayv1beta1.Condition

Jump to

Keyboard shortcuts

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