Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateTLS ¶
Types ¶
type TLSManager ¶
type TLSManager interface { HasKey() bool CreateKey() error GetKey() (privKey []byte, csr []byte, err error) ConfigTLS([]byte, []byte) *tls.Config }
func NewTLSManager ¶
func NewTLSManager(kubeClient kubernetes.Interface, namespace, name string, ips []net.IP, dns []string) TLSManager
NewTLSManager
Click to show internal directories.
Click to hide internal directories.