Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface {
// GetStateSnapshot get the specified application live state snapshot.
GetStateSnapshot(ctx context.Context, applicationID string) (*model.ApplicationLiveStateSnapshot, error)
// PutStateSnapshot updates completely the specified application live state snapshot with input.
PutStateSnapshot(ctx context.Context, snapshot *model.ApplicationLiveStateSnapshot) error
// PatchKubernetesApplicationLiveState updates the kubernetes resource state in the application live state snapshot.
PatchKubernetesApplicationLiveState(ctx context.Context, events []*model.KubernetesResourceStateEvent)
}
Click to show internal directories.
Click to hide internal directories.