Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateKey ¶
type PrivateKey struct {
// contains filtered or unexported fields
}
func EnsureSSHKeypairSecret ¶
func EnsureSSHKeypairSecret(name string, client kubernetes.Interface) (*PrivateKey, error)
EnsureSSHKeypairSecret
func NewPrivateKey ¶
func NewPrivateKey(name string) (key *PrivateKey, err error)
NewPrivateKey generates a new PrivateKey
func (*PrivateKey) Name ¶
func (p *PrivateKey) Name() string
func (*PrivateKey) PublicKey ¶
func (p *PrivateKey) PublicKey() rsa.PublicKey
Click to show internal directories.
Click to hide internal directories.