Versions in this module Expand all Collapse all v0 v0.1.1 Mar 14, 2023 v0.1.0 Mar 14, 2023 Changes in this version + const Name + func New(postBindHook func(*corev1.Pod) error, client kubernetes.Interface, ...) (framework.Plugin, error) + type GenericBinder struct + func (b *GenericBinder) Bind(ctx context.Context, state *framework.CycleState, p *corev1.Pod, ...) *framework.Status + func (b *GenericBinder) Name() string + func (b *GenericBinder) PostBind(_ context.Context, _ *framework.CycleState, pod *corev1.Pod, _ string) + func (b *GenericBinder) PreBind(ctx context.Context, state *framework.CycleState, p *corev1.Pod, ...) *framework.Status