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(platformProvider string) (cloudrun.Getter, bool) ECSGetter(platformProvider string) (ecs.Getter, bool) KubernetesGetter(platformProvider string) (kubernetes.Getter, bool) LambdaGetter(platformProvider string) (lambda.Getter, bool) TerraformGetter(platformProvider string) (terraform.Getter, bool) }
type LiveResourceLister ¶
type LiveResourceLister struct {
Getter
}
func (LiveResourceLister) ListKubernetesAppLiveResources ¶
func (g LiveResourceLister) ListKubernetesAppLiveResources(platformProvider, appID string) ([]provider.Manifest, bool)
Click to show internal directories.
Click to hide internal directories.