rancher v2.15.1

UIPlugin.spec.plugin

UIPluginEntry represents an ui plugin.

7 fields
UIPlugin.spec.plugin fields and descriptions
Field / TypeDescription
compressedEndpoint
string

CompressedEndpoint link to a targz file that contains the content of the plugin.

endpoint
string

Endpoint from where to fetch the contents of the plugin.

map[string]string

Metadata of the plugin.

name
string

Name of the plugin.

noAuth
boolean

NoAuth a flag that tells if the plugin should be accessible without authentication. Defaults to false.

  • default: false
noCache
boolean

NoCache a flag that tells if the plugin should be cached or not. Defaults to false.

  • default: false
version
string

Version of the plugin.