mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-31 18:48:08 +00:00
backport of commit f96ecf3800 (#22875)
Co-authored-by: Thy Ton <maithytonn@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6238fc261e
commit
2bcb412b82
@@ -36,6 +36,8 @@ type ListPluginsResponse struct {
|
||||
type PluginDetails struct {
|
||||
Type string `json:"type"`
|
||||
Name string `json:"name"`
|
||||
OCIImage string `json:"oci_image,omitempty" mapstructure:"oci_image"`
|
||||
Runtime string `json:"runtime,omitempty"`
|
||||
Version string `json:"version,omitempty"`
|
||||
Builtin bool `json:"builtin"`
|
||||
DeprecationStatus string `json:"deprecation_status,omitempty" mapstructure:"deprecation_status"`
|
||||
|
||||
Reference in New Issue
Block a user