package defaultbinder
import "k8s.io/kubernetes/pkg/scheduler/framework/plugins/defaultbinder"
Index ¶
- Constants
- func New(_ 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.24.10
- Published
- Jan 18, 2023
- Platform
- js/wasm
- Imports
- 7 packages
- Last checked
- 5 minutes ago –
Tools for package owners.