Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FabricEventStreamLister ¶
type FabricEventStreamLister interface { // List lists all FabricEventStreams in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.FabricEventStream, err error) // FabricEventStreams returns an object that can list and get FabricEventStreams. FabricEventStreams(namespace string) FabricEventStreamNamespaceLister FabricEventStreamListerExpansion }
FabricEventStreamLister helps list FabricEventStreams. All objects returned here must be treated as read-only.
func NewFabricEventStreamLister ¶
func NewFabricEventStreamLister(indexer cache.Indexer) FabricEventStreamLister
NewFabricEventStreamLister returns a new FabricEventStreamLister.
type FabricEventStreamListerExpansion ¶
type FabricEventStreamListerExpansion interface{}
FabricEventStreamListerExpansion allows custom methods to be added to FabricEventStreamLister.
type FabricEventStreamNamespaceLister ¶
type FabricEventStreamNamespaceLister interface { // List lists all FabricEventStreams in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.FabricEventStream, err error) // Get retrieves the FabricEventStream from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1.FabricEventStream, error) FabricEventStreamNamespaceListerExpansion }
FabricEventStreamNamespaceLister helps list and get FabricEventStreams. All objects returned here must be treated as read-only.
type FabricEventStreamNamespaceListerExpansion ¶
type FabricEventStreamNamespaceListerExpansion interface{}
FabricEventStreamNamespaceListerExpansion allows custom methods to be added to FabricEventStreamNamespaceLister.
Click to show internal directories.
Click to hide internal directories.