rancher v2.15.1
UIPlugin.spec.plugin
UIPluginEntry represents an ui plugin.
| Field / Type | Description |
|---|---|
compressedEndpoint | CompressedEndpoint link to a targz file that contains the content of the plugin. |
endpoint | Endpoint from where to fetch the contents of the plugin. |
Metadata of the plugin. | |
name | Name of the plugin. |
noAuth | NoAuth a flag that tells if the plugin should be accessible without authentication. Defaults to false.
|
noCache | NoCache a flag that tells if the plugin should be cached or not. Defaults to false.
|
version | Version of the plugin. |