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) ECSRunGetter(cloudProvider string) (ecs.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)
Click to show internal directories.
Click to hide internal directories.