Documentation
¶
Index ¶
- Constants
- func New(_ context.Context, args runtime.Object, handle fwktype.Handle) (fwktype.Plugin, error)
- type Plugin
- func (pl *Plugin) ApplyPatch(ctx context.Context, cycleState fwktype.CycleState, ...) *fwktype.Status
- func (pl *Plugin) Name() string
- func (pl *Plugin) PreBind(ctx context.Context, cycleState fwktype.CycleState, pod *corev1.Pod, ...) *fwktype.Status
- func (pl *Plugin) PreBindPreFlight(ctx context.Context, cycleState fwktype.CycleState, pod *corev1.Pod, ...) *fwktype.Status
Constants ¶
View Source
const (
Name = "DefaultPreBind"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.