mirror of
https://github.com/rancher/rke.git
synced 2025-09-04 00:14:49 +00:00
Add IgnoreProxyEnvVars option for BastionHost struct
This commit is contained in:
@@ -95,6 +95,8 @@ type BastionHost struct {
|
|||||||
SSHCert string `yaml:"ssh_cert" json:"sshCert,omitempty"`
|
SSHCert string `yaml:"ssh_cert" json:"sshCert,omitempty"`
|
||||||
// SSH Certificate Path
|
// SSH Certificate Path
|
||||||
SSHCertPath string `yaml:"ssh_cert_path" json:"sshCertPath,omitempty"`
|
SSHCertPath string `yaml:"ssh_cert_path" json:"sshCertPath,omitempty"`
|
||||||
|
// Ignore proxy environment variables
|
||||||
|
IgnoreProxyEnvVars bool `yaml:"ignore_proxy_env_vars" json:"ignoreProxyEnvVars,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type PrivateRegistry struct {
|
type PrivateRegistry struct {
|
||||||
|
Reference in New Issue
Block a user