Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretCache ¶
type SecretCache struct {
// contains filtered or unexported fields
}
This kubernetes secrets based certifacte store backend BE VERY CAREFULL: do not use zerlog logging here. I don't actually know the reason, but a single call to the logger will break the functionlity of this object. Very Very Weird! The issue seems to affect zerlog only. If you need to put out some text for debugging purposes, please use go logger
func NewSecretCache ¶
func NewSecretCache(kubeconfig string) *SecretCache
Click to show internal directories.
Click to hide internal directories.