Merge pull request #31079 from gjenkins8/gjenkins/rm_plugin_dep_tunnel

cleanup: Remove plugin deprecated 'UseTunnelDeprecated'
pull/31086/head
Robert Sirchia 2 months ago committed by GitHub
commit 98d6d9c1ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -132,12 +132,6 @@ type Metadata struct {
// Downloaders field is used if the plugin supply downloader mechanism // Downloaders field is used if the plugin supply downloader mechanism
// for special protocols. // for special protocols.
Downloaders []Downloaders `json:"downloaders"` 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. // Plugin represents a plugin.

Loading…
Cancel
Save