clusteraffinity

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Name is the name of the plugin used in the plugin registry and configurations.
	Name = "ClusterAffinity"
)

Variables

This section is empty.

Functions

func New

func New() framework.Plugin

New instantiates the clusteraffinity plugin.

Types

type ClusterAffinity

type ClusterAffinity struct{}

ClusterAffinity is a plugin that checks if a resource selector matches the cluster label.

func (*ClusterAffinity) Filter

func (p *ClusterAffinity) Filter(ctx context.Context, placement *v1alpha1.Placement, cluster *cluster.Cluster) *framework.Result

Filter checks if the cluster matched the placement cluster affinity constraint.

func (*ClusterAffinity) Name

func (p *ClusterAffinity) Name() string

Name returns the plugin name.

func (*ClusterAffinity) Score

func (p *ClusterAffinity) Score(ctx context.Context, placement *v1alpha1.Placement, cluster *cluster.Cluster) (float64, *framework.Result)

Score calculates the score on the candidate cluster.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL