Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterInterface ¶
type ClusterInterface interface { GetTargetInterface ListTargetsInterface }
Interface for the Execution Cluster
type ExecutionTargetProvider ¶
type ExecutionTargetProvider interface {
GetExecutionTarget(initializationErrorCounter prometheus.Counter, k8sCluster interfaces.ClusterConfig) (*executioncluster.ExecutionTarget, error)
}
type GetTargetInterface ¶
type GetTargetInterface interface {
GetTarget(context.Context, *executioncluster.ExecutionTargetSpec) (*executioncluster.ExecutionTarget, error)
}
type ListTargetsInterface ¶
type ListTargetsInterface interface { GetAllTargets() map[string]*executioncluster.ExecutionTarget // Returns all enabled targets. GetValidTargets() map[string]*executioncluster.ExecutionTarget }
Click to show internal directories.
Click to hide internal directories.