Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RevokedCertificatesRepository ¶
type RevokedCertificatesRepository interface { Insert(hash string) error Contains(hash string) bool }
func NewRepository ¶
func NewRepository(configMapManager Manager, configMapName string, revokedCertsCache Cache) RevokedCertificatesRepository
Click to show internal directories.
Click to hide internal directories.