Documentation ¶
Index ¶
- type AppState
- type EventIterator
- type Getter
- type Store
- func (s *Store) GetAppLiveManifests(appID string) []provider.Manifest
- func (s *Store) GetKubernetesAppLiveState(appID string) (AppState, bool)
- func (s *Store) GetWatchingResourceKinds() []provider.APIVersionKind
- func (s *Store) NewEventIterator() EventIterator
- func (s *Store) Run(ctx context.Context) error
- func (s *Store) WaitForReady(ctx context.Context, timeout time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppState ¶
type AppState struct { Resources []*model.KubernetesResourceState Version model.ApplicationLiveStateVersion }
type EventIterator ¶
type EventIterator struct {
// contains filtered or unexported fields
}
func (EventIterator) Next ¶
func (it EventIterator) Next(maxNum int) []model.KubernetesResourceStateEvent
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) GetAppLiveManifests ¶
func (*Store) GetKubernetesAppLiveState ¶
func (*Store) GetWatchingResourceKinds ¶
func (s *Store) GetWatchingResourceKinds() []provider.APIVersionKind
func (*Store) NewEventIterator ¶
func (s *Store) NewEventIterator() EventIterator
Click to show internal directories.
Click to hide internal directories.