appvalue

package
v5.12.0 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2022 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsInvalidConfig

func IsInvalidConfig(err error) bool

IsInvalidConfig asserts invalidConfigError.

func IsNotFound

func IsNotFound(err error) bool

IsNotFound asserts notFoundError.

func IsWrongType

func IsWrongType(err error) bool

IsWrongType asserts wrongTypeError.

Types

type AppValueWatcher

type AppValueWatcher struct {
	// contains filtered or unexported fields
}

func NewAppValueWatcher

func NewAppValueWatcher(config AppValueWatcherConfig) (*AppValueWatcher, error)

func (*AppValueWatcher) Boot

func (c *AppValueWatcher) Boot(ctx context.Context)

type AppValueWatcherConfig

type AppValueWatcherConfig struct {
	Event     recorder.Interface
	K8sClient k8sclient.Interface
	Logger    micrologger.Logger

	// SecretNamespace is used to limit access to secrets to only the
	// SecretNamespace. No other namespaces will be watched for Secrets.
	SecretNamespace   string
	UniqueApp         bool
	WorkloadClusterID string
}

Jump to

Keyboard shortcuts

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