mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
Bump cadvisor dependencies to latest head.
This commit is contained in:
7
vendor/golang.org/x/crypto/ssh/client.go
generated
vendored
7
vendor/golang.org/x/crypto/ssh/client.go
generated
vendored
@@ -203,4 +203,11 @@ type ClientConfig struct {
|
||||
// ClientVersion contains the version identification string that will
|
||||
// be used for the connection. If empty, a reasonable default is used.
|
||||
ClientVersion string
|
||||
|
||||
// HostKeyAlgorithms lists the key types that the client will
|
||||
// accept from the server as host key, in order of
|
||||
// preference. If empty, a reasonable default is used. Any
|
||||
// string returned from PublicKey.Type method may be used, or
|
||||
// any of the CertAlgoXxxx and KeyAlgoXxxx constants.
|
||||
HostKeyAlgorithms []string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user