package skel
import "github.com/containerd/nri/skel"
Index ¶
Functions ¶
func Run ¶
Run the plugin from a main() function
Types ¶
type Plugin ¶
type Plugin interface { // Type or plugin name Type() string // Invoke the plugin Invoke(context.Context, *types.Request) (*types.Result, error) }
Plugin for modifications of resources
Source Files ¶
- Version
- v0.1.1
- Published
- Nov 13, 2023
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 4 hours ago –
Tools for package owners.