package pluginruntimeutil
import "github.com/hashicorp/vault/sdk/helper/pluginruntimeutil"
Index ¶
Types ¶
type PluginRuntimeConfig ¶
type PluginRuntimeConfig struct { Name string `json:"name" structs:"name"` Type consts.PluginRuntimeType `json:"type" structs:"type"` OCIRuntime string `json:"oci_runtime" structs:"oci_runtime"` CgroupParent string `json:"cgroup_parent" structs:"cgroup_parent"` CPU int64 `json:"cpu" structs:"cpu"` Memory int64 `json:"memory" structs:"memory"` Rootless bool `json:"rootless" structs:"rootless"` }
PluginRuntimeConfig defines the metadata needed to run a plugin runtime
Source Files ¶
- Version
- v0.18.0 (latest)
- Published
- Jun 5, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 1 month ago –
Tools for package owners.