package defaultbinder
import "k8s.io/kubernetes/pkg/scheduler/framework/plugins/defaultbinder"
Index ¶
- Constants
- func New(_ context.Context, _ runtime.Object, handle framework.Handle) (framework.Plugin, error)
- type DefaultBinder
Constants ¶
const Name = names.DefaultBinder
Name of the plugin used in the plugin registry and configurations.
Functions ¶
func New ¶
New creates a DefaultBinder.
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.
Source Files ¶
default_binder.go
- Version
- v1.33.1 (latest)
- Published
- May 15, 2025
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 14 hours ago –
Tools for package owners.