Documentation ¶
Index ¶
Constants ¶
View Source
const ( InvalidArguments = -1 // same as go-arg invalid args exit SshKeysGenerationFailed = -2 PrivateKeyAlreadyExists = -3 SecretFacadeInitFailed = -4 PublicKeySecretFetchFailed = -5 PublicKeySecretCreationFailed = -6 PrivateKeySecretCreationFailed = -7 WriteResultsExitCode = -8 )
Exit codes reserve 0+ numbers for the exit code of the command
View Source
const ( PrivateKeyGenerateName = "private-key-" PublicKeyGenerateName = "public-key-" )
View Source
const SshKeyGenExecutableName = "ssh-keygen"
Variables ¶
View Source
var Results = results{
PublicKeySecretName: "publicKeySecretName",
PublicKeySecretNamespace: "publicKeySecretNamespace",
PrivateKeySecretName: "privateKeySecretName",
PrivateKeySecretNamespace: "privateKeySecretNamespace",
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.