driftdetector

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package driftdetector provides a piped component that continuously checks configuration drift between the current live state and the state defined at the latest commit of all applications.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDetector

func NewDetector(
	appLister applicationLister,
	deploymentLister deploymentLister,
	gitClient gitClient,
	stateGetter livestatestore.Getter,
	apiClient apiClient,
	appManifestsCache cache.Cache,
	cfg *config.PipedSpec,
	ssd sealedSecretDecrypter,
	logger *zap.Logger,
) *detector

Types

type Detector

type Detector interface {
	Run(ctx context.Context) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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