Documentation ¶
Index ¶
Constants ¶
View Source
const ( // OutputFieldName is the reference of context base object OutputFieldName = "output" // OutputsFieldName is the reference of context Auxiliaries OutputsFieldName = "outputs" // ConfigFieldName is the reference of context config ConfigFieldName = "config" // ParameterFieldName is the keyword in CUE template to define users' input and the reference to the context parameter ParameterFieldName = "parameter" // ContextName is the name of context ContextName = "name" // ContextNamespace is the namespace of the app ContextNamespace = "namespace" // ContextPublishVersion is the publish version of the app ContextPublishVersion = "publishVersion" // ContextWorkflowName is the name of the workflow ContextWorkflowName = "workflowName" // ContextStepSessionID is the session id of the step ContextStepSessionID = "stepSessionID" // ContextStepName is the name of the step ContextStepName = "stepName" // ContextStepGroupName is the name of the stepGroup ContextStepGroupName = "stepGroupName" // ContextSpanID is name for span id. ContextSpanID = "spanID" // OutputSecretName is used to store all secret names which are generated by cloud resource components OutputSecretName = "outputSecretName" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.