revocation

package
v0.0.0-...-3e5e6b6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache interface {
	Put(data map[string]string)
	Get() map[string]string
}

func NewCache

func NewCache() Cache

type Loader

type Loader interface {
	Run(ctx context.Context)
}

func NewRevokedCertificatesLoader

func NewRevokedCertificatesLoader(
	revokedCertsCache RevokedCertificatesCache,
	configMapManager Manager,
	configMapName string,
	reconnectInterval time.Duration,
) Loader

type Manager

type Manager interface {
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
}

type RevokedCertificatesCache

type RevokedCertificatesCache interface {
	Put(data map[string]string)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL