livestatestore

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: 11 Imported by: 0

Documentation

Overview

Package livestatestore provides a piped component that watches the live state of applications in the cluster to construct it cache data that will be used to provide data to another components quickly.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Getter

type Getter interface {
	CloudRunGetter(cloudProvider string) (cloudrun.Getter, bool)
	KubernetesGetter(cloudProvider string) (kubernetes.Getter, bool)
	LambdaGetter(cloudProvider string) (lambda.Getter, bool)
	TerraformGetter(cloudProvider string) (terraform.Getter, bool)
}

type LiveResourceLister

type LiveResourceLister struct {
	Getter
}

func (LiveResourceLister) ListKubernetesAppLiveResources

func (g LiveResourceLister) ListKubernetesAppLiveResources(cloudProvider, appID string) ([]provider.Manifest, bool)

type Store

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

func NewStore

func NewStore(cfg *config.PipedSpec, appLister applicationLister, gracePeriod time.Duration, logger *zap.Logger) Store

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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