Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ConnectionSecretTypeKey supports the following values: ssh
ConnectionSecretTypeKey = "type"
)
Variables ¶
View Source
var SSHConnectionSecretKeys = sshConnectionSecretKeys{ User: "user", PrivateKey: corev1.SSHAuthPrivateKey, PrivateKeyAlternativeFormat: "ssh-private-key", HostPublicKey: "host-public-key", DisableStrictHostKeyChecking: "disable-strict-host-key-checking", AdditionalSSHOptions: "additional-ssh-options", }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.