Documentation ¶
Index ¶
- type GenericVethChainer
- func (f *GenericVethChainer) Add(ctx context.Context, pluginCtx chainingapi.PluginContext) (res *cniTypesVer.Result, err error)
- func (f *GenericVethChainer) Delete(ctx context.Context, pluginCtx chainingapi.PluginContext) (err error)
- func (f *GenericVethChainer) ImplementsAdd() bool
- func (f *GenericVethChainer) ImplementsDelete() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericVethChainer ¶
type GenericVethChainer struct{}
func (*GenericVethChainer) Add ¶
func (f *GenericVethChainer) Add(ctx context.Context, pluginCtx chainingapi.PluginContext) (res *cniTypesVer.Result, err error)
func (*GenericVethChainer) Delete ¶
func (f *GenericVethChainer) Delete(ctx context.Context, pluginCtx chainingapi.PluginContext) (err error)
func (*GenericVethChainer) ImplementsAdd ¶
func (f *GenericVethChainer) ImplementsAdd() bool
func (*GenericVethChainer) ImplementsDelete ¶
func (f *GenericVethChainer) ImplementsDelete() bool
Click to show internal directories.
Click to hide internal directories.