cache

package
v0.2.0-pre3 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2024 License: Apache-2.0 Imports: 19 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 {
	Vaults() []string
	VaultInfoFor(vaultName string) *types.VaultInfo
	SetVaultInfoFor(vaultName string, info *types.VaultInfo)
	Sync()
	SetMember(map[string]string) bool
}

func NewSimple

func NewSimple() Cache

type RunnableCache

type RunnableCache interface {
	Cache
	manager.Runnable
	SetupWithManager(mgr ctrl.Manager) error
}

func NewK8s added in v0.2.0

func NewK8s(reader client.Reader) (RunnableCache, error)

Jump to

Keyboard shortcuts

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