Documentation ¶
Index ¶
- type CreateOnlyWatcherStore
- func (s *CreateOnlyWatcherStore) Add(work *workv1.ManifestWork) error
- func (s *CreateOnlyWatcherStore) Delete(work *workv1.ManifestWork) error
- func (s *CreateOnlyWatcherStore) Get(namespace, name string) (*workv1.ManifestWork, bool, error)
- func (s *CreateOnlyWatcherStore) GetWatcher(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (s *CreateOnlyWatcherStore) HandleReceivedWork(action types.ResourceAction, work *workv1.ManifestWork) error
- func (s *CreateOnlyWatcherStore) HasInitiated() bool
- func (s *CreateOnlyWatcherStore) List(namespace string, opts metav1.ListOptions) (*workv1.ManifestWorkList, error)
- func (s *CreateOnlyWatcherStore) ListAll() ([]*workv1.ManifestWork, error)
- func (s *CreateOnlyWatcherStore) Update(work *workv1.ManifestWork) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOnlyWatcherStore ¶
type CreateOnlyWatcherStore struct { }
func NewCreateOnlyWatcherStore ¶
func NewCreateOnlyWatcherStore() *CreateOnlyWatcherStore
func (*CreateOnlyWatcherStore) Add ¶
func (s *CreateOnlyWatcherStore) Add(work *workv1.ManifestWork) error
func (*CreateOnlyWatcherStore) Delete ¶
func (s *CreateOnlyWatcherStore) Delete(work *workv1.ManifestWork) error
func (*CreateOnlyWatcherStore) Get ¶
func (s *CreateOnlyWatcherStore) Get(namespace, name string) (*workv1.ManifestWork, bool, error)
func (*CreateOnlyWatcherStore) GetWatcher ¶
func (s *CreateOnlyWatcherStore) GetWatcher(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (*CreateOnlyWatcherStore) HandleReceivedWork ¶
func (s *CreateOnlyWatcherStore) HandleReceivedWork(action types.ResourceAction, work *workv1.ManifestWork) error
func (*CreateOnlyWatcherStore) HasInitiated ¶
func (s *CreateOnlyWatcherStore) HasInitiated() bool
func (*CreateOnlyWatcherStore) List ¶
func (s *CreateOnlyWatcherStore) List(namespace string, opts metav1.ListOptions) (*workv1.ManifestWorkList, error)
func (*CreateOnlyWatcherStore) ListAll ¶
func (s *CreateOnlyWatcherStore) ListAll() ([]*workv1.ManifestWork, error)
func (*CreateOnlyWatcherStore) Update ¶
func (s *CreateOnlyWatcherStore) Update(work *workv1.ManifestWork) error
Click to show internal directories.
Click to hide internal directories.