Documentation ¶
Index ¶
- func NewViewTemplateLoader(client client.Client, namespace string) template.Loader
- func NewWorkflowStepTemplateLoader(client client.Client) template.Loader
- func NewWorkflowStepTemplateRevisionLoader(rev *v1beta1.ApplicationRevision, mapper meta.RESTMapper) template.Loader
- type EchoLoader
- type ViewLoader
- type WorkflowStepLoader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewViewTemplateLoader ¶
NewViewTemplateLoader create a view task template loader.
func NewWorkflowStepTemplateLoader ¶
NewWorkflowStepTemplateLoader create a task template loader.
func NewWorkflowStepTemplateRevisionLoader ¶
func NewWorkflowStepTemplateRevisionLoader(rev *v1beta1.ApplicationRevision, mapper meta.RESTMapper) template.Loader
NewWorkflowStepTemplateRevisionLoader create a task template loader from ApplicationRevision.
Types ¶
type EchoLoader ¶
type EchoLoader struct { }
EchoLoader will load data from input as it is.
func (*EchoLoader) LoadTemplate ¶
LoadTemplate gets the echo content exactly what it is .
type ViewLoader ¶
type ViewLoader struct {
// contains filtered or unexported fields
}
ViewLoader load view task definition template.
func (*ViewLoader) LoadTemplate ¶
LoadTemplate gets the workflowStep definition.
type WorkflowStepLoader ¶
type WorkflowStepLoader struct {
// contains filtered or unexported fields
}
WorkflowStepLoader load workflowStep task definition template.
func (*WorkflowStepLoader) LoadTemplate ¶
LoadTemplate gets the workflowStep definition.
Click to show internal directories.
Click to hide internal directories.