Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WatcherStoreLister ¶
type WatcherStoreLister struct {
// contains filtered or unexported fields
}
WatcherStoreLister list the ManifestWorks from WorkClientWatcherStore
func NewWatcherStoreLister ¶
func NewWatcherStoreLister(store store.WorkClientWatcherStore) *WatcherStoreLister
func (*WatcherStoreLister) List ¶
func (l *WatcherStoreLister) List(options types.ListOptions) ([]*workv1.ManifestWork, error)
List returns the ManifestWorks from a WorkClientWatcherStore with list options
Click to show internal directories.
Click to hide internal directories.