Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KeyStorePrivateKeyFile is the key in a secret containing an RSA private key KeyStorePrivateKeyFile = "id_rsa" // KeyStorePublicKeyFile is the key in a secret containing an RSA publis key KeyStorePublicKeyFile = "id_rsa.pub" )
Variables ¶
This section is empty.
Functions ¶
func GetOrCreatePrivateKey ¶
func GetOrCreatePrivateKey(client kubernetes.Interface, namespace, secretName string, installerLabels map[string]string) (*rsa.PrivateKey, error)
GetOrCreatePrivateKey gets or creates a private key secret
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.