Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clients ¶
type Clients struct {
Dynamic dynamic.Interface
Workflow workflow.Interface
Sensor sensor.Interface
EventSource eventsource.Interface
Kubernetes kubernetes.Interface
}
type ClusterWorkflowTemplateStore ¶ added in v3.6.1
type ClusterWorkflowTemplateStore interface {
Getter(ctx context.Context) templateresolution.ClusterWorkflowTemplateGetter
}
type NamespaceHolder ¶ added in v3.3.0
type NamespaceHolder string
func (NamespaceHolder) GetNamespace ¶ added in v3.3.0
func (n NamespaceHolder) GetNamespace() string
type NamespacedRequest ¶ added in v3.3.0
type NamespacedRequest interface {
GetNamespace() string
}
type WorkflowTemplateStore ¶ added in v3.6.1
type WorkflowTemplateStore interface {
Getter(ctx context.Context, namespace string) templateresolution.WorkflowTemplateNamespacedGetter
}
Click to show internal directories.
Click to hide internal directories.