package
Version:
v2.1.5+incompatible
Opens a new window with list of versions in this module.
Published: Jan 4, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ReadTLSConfig(acmeDomains []string) (*v3.ListenConfig, error)
func SetupListenConfig(storage Storage, noCACerts bool, lc *v3.ListenConfig) error
type Storage interface {
Create(*v3.ListenConfig) (*v3.ListenConfig, error)
Get(name string, opts metav1.GetOptions) (*v3.ListenConfig, error)
Update(*v3.ListenConfig) (*v3.ListenConfig, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.