Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadTLSConfig ¶
func ReadTLSConfig(acmeDomains []string, noCACerts bool) (*v3.ListenConfig, error)
func SetupListenConfig ¶
func SetupListenConfig(storage Storage, noCACerts bool, lc *v3.ListenConfig) error
Types ¶
type Storage ¶
type Storage interface { Create(*v3.ListenConfig) (*v3.ListenConfig, error) Get(name string, opts metav1.GetOptions) (*v3.ListenConfig, error) Update(*v3.ListenConfig) (*v3.ListenConfig, error) }
Click to show internal directories.
Click to hide internal directories.