Documentation
¶
Index ¶
Constants ¶
View Source
const ( Domain = "sonataflow.org" Key = Domain + "/key" Name = Domain + "/name" Description = Domain + "/description" ExpressionLang = Domain + "/expressionLang" Version = Domain + "/version" Label = Domain + "/label" Profile = Domain + "/profile" SecondaryPlatformAnnotation = Domain + "/secondary.platform" OperatorIDAnnotation = Domain + "/operator.id" )
View Source
const ( // DefaultExpressionLang is the default serverless workflow specification language DefaultExpressionLang = "jq" // SpecVersion is the current CNCF Serverless Workflow version supported by the operator SpecVersion = "0.8" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfileType ¶
type ProfileType string
const ( DevProfile ProfileType = "dev" ProdProfile ProfileType = "prod" )
Click to show internal directories.
Click to hide internal directories.