Type Alias: PluginPullData ​
PluginPullData:
object
Type declaration ​
Name | Type | Description |
---|---|---|
body | PluginPrivilege [] | - |
headers ? | object | - |
headers.X-Registry-Auth ? | string | A base64url-encoded auth configuration to use when pulling a plugin from a registry. Refer to the authentication section for details. |
query | object | - |
query.name ? | string | Local name for the pulled plugin. The :latest tag is optional, and is used as the default if omitted. |
query.remote | string | Remote reference for plugin to install. The :latest tag is optional, and is used as the default if omitted. |