Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterWorkflowTemplateStore ¶
type ClusterWorkflowTemplateStore interface {
Getter(ctx context.Context) templateresolution.ClusterWorkflowTemplateGetter
}
type NamespaceHolder ¶
type NamespaceHolder string
func (NamespaceHolder) GetNamespace ¶
func (n NamespaceHolder) GetNamespace() string
type NamespacedRequest ¶
type NamespacedRequest interface {
GetNamespace() string
}
type WorkflowTemplateStore ¶
type WorkflowTemplateStore interface {
Getter(ctx context.Context, namespace string) templateresolution.WorkflowTemplateNamespacedGetter
}
Click to show internal directories.
Click to hide internal directories.