Documentation ¶
Index ¶
Constants ¶
View Source
const Name = names.DefaultBinder
Name of the plugin used in the plugin registry and configurations.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DefaultBinder ¶
type DefaultBinder struct {
// contains filtered or unexported fields
}
DefaultBinder binds pods to nodes using a k8s client.
func (DefaultBinder) Bind ¶
func (b DefaultBinder) Bind(ctx context.Context, state *framework.CycleState, p *v1.Pod, nodeName string) *framework.Status
Bind binds pods to nodes using the k8s client.
func (DefaultBinder) Name ¶
func (b DefaultBinder) Name() string
Name returns the name of the plugin.
Click to show internal directories.
Click to hide internal directories.