Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterInterface ¶
type ClusterInterface interface { GetTarget(context.Context, *executioncluster.ExecutionTargetSpec) (*executioncluster.ExecutionTarget, error) GetAllValidTargets() []executioncluster.ExecutionTarget }
Interface for the Execution Cluster
type ExecutionTargetProvider ¶
type ExecutionTargetProvider interface {
GetExecutionTarget(scope promutils.Scope, k8sCluster interfaces.ClusterConfig) (*executioncluster.ExecutionTarget, error)
}
Click to show internal directories.
Click to hide internal directories.