Documentation ¶
Index ¶
- func GetExecutionCluster(scope promutils.Scope, kubeConfig, master string, ...) executioncluster_interface.ClusterInterface
- func NewExecutionTargetProvider() interfaces.ExecutionTargetProvider
- func NewInCluster(initializationErrorCounter prometheus.Counter, kubeConfig, master string) (interfaces.ClusterInterface, error)
- func NewListTargets(initializationErrorCounter prometheus.Counter, ...) (interfaces.ListTargetsInterface, error)
- func NewRandomClusterSelector(listTargets interfaces.ListTargetsInterface, config runtime.Configuration, ...) (interfaces.ClusterInterface, error)
- type InCluster
- type RandomClusterSelector
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetExecutionCluster ¶
func GetExecutionCluster(scope promutils.Scope, kubeConfig, master string, config interfaces.Configuration, db repositoryInterfaces.Repository) executioncluster_interface.ClusterInterface
func NewExecutionTargetProvider ¶ added in v0.6.80
func NewExecutionTargetProvider() interfaces.ExecutionTargetProvider
func NewInCluster ¶
func NewInCluster(initializationErrorCounter prometheus.Counter, kubeConfig, master string) (interfaces.ClusterInterface, error)
func NewListTargets ¶ added in v0.6.80
func NewListTargets(initializationErrorCounter prometheus.Counter, executionTargetProvider interfaces.ExecutionTargetProvider, clusterConfig runtime.ClusterConfiguration) (interfaces.ListTargetsInterface, error)
func NewRandomClusterSelector ¶
func NewRandomClusterSelector(listTargets interfaces.ListTargetsInterface, config runtime.Configuration, db repositoryInterfaces.Repository) (interfaces.ClusterInterface, error)
Types ¶
type InCluster ¶
type InCluster struct {
// contains filtered or unexported fields
}
func (InCluster) GetAllTargets ¶ added in v0.6.80
func (i InCluster) GetAllTargets() map[string]*executioncluster.ExecutionTarget
func (InCluster) GetTarget ¶
func (i InCluster) GetTarget(ctx context.Context, spec *executioncluster.ExecutionTargetSpec) (*executioncluster.ExecutionTarget, error)
func (InCluster) GetValidTargets ¶ added in v0.6.80
func (i InCluster) GetValidTargets() map[string]*executioncluster.ExecutionTarget
type RandomClusterSelector ¶
type RandomClusterSelector struct { interfaces.ListTargetsInterface // contains filtered or unexported fields }
Implementation of Random cluster selector Selects cluster based on weights and domains.
func (RandomClusterSelector) GetTarget ¶
func (s RandomClusterSelector) GetTarget(ctx context.Context, spec *executioncluster.ExecutionTargetSpec) (*executioncluster.ExecutionTarget, error)
Click to show internal directories.
Click to hide internal directories.