Remove plugin deprecated 'UseTunnelDeprecated'

Signed-off-by: George Jenkins <gvjenkins@gmail.com>
pull/31079/head
George Jenkins 2 months ago
parent 1336f53aa7
commit f3065ff1ba

@ -132,12 +132,6 @@ type Metadata struct {
// Downloaders field is used if the plugin supply downloader mechanism
// for special protocols.
Downloaders []Downloaders `json:"downloaders"`
// UseTunnelDeprecated indicates that this command needs a tunnel.
// Setting this will cause a number of side effects, such as the
// automatic setting of HELM_HOST.
// DEPRECATED and unused, but retained for backwards compatibility with Helm 2 plugins. Remove in Helm 4
UseTunnelDeprecated bool `json:"useTunnel,omitempty"`
}
// Plugin represents a plugin.

Loading…
Cancel
Save