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 ¶
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 *membercluster.MemberCluster) *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 *membercluster.MemberCluster) (float64, *framework.Result)
Score calculates the score on the candidate cluster.
Click to show internal directories.
Click to hide internal directories.