Documentation
¶
Index ¶
- type ConnectHarnessLister
- type ConnectHarnessListerExpansion
- type ConnectHarnessNamespaceLister
- type ConnectHarnessNamespaceListerExpansion
- type StreamLister
- type StreamListerExpansion
- type StreamNamespaceLister
- type StreamNamespaceListerExpansion
- type StreamPoolLister
- type StreamPoolListerExpansion
- type StreamPoolNamespaceLister
- type StreamPoolNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectHarnessLister ¶
type ConnectHarnessLister interface { // List lists all ConnectHarnesses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConnectHarness, err error) // ConnectHarnesses returns an object that can list and get ConnectHarnesses. ConnectHarnesses(namespace string) ConnectHarnessNamespaceLister ConnectHarnessListerExpansion }
ConnectHarnessLister helps list ConnectHarnesses. All objects returned here must be treated as read-only.
func NewConnectHarnessLister ¶
func NewConnectHarnessLister(indexer cache.Indexer) ConnectHarnessLister
NewConnectHarnessLister returns a new ConnectHarnessLister.
type ConnectHarnessListerExpansion ¶
type ConnectHarnessListerExpansion interface{}
ConnectHarnessListerExpansion allows custom methods to be added to ConnectHarnessLister.
type ConnectHarnessNamespaceLister ¶
type ConnectHarnessNamespaceLister interface { // List lists all ConnectHarnesses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConnectHarness, err error) // Get retrieves the ConnectHarness from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConnectHarness, error) ConnectHarnessNamespaceListerExpansion }
ConnectHarnessNamespaceLister helps list and get ConnectHarnesses. All objects returned here must be treated as read-only.
type ConnectHarnessNamespaceListerExpansion ¶
type ConnectHarnessNamespaceListerExpansion interface{}
ConnectHarnessNamespaceListerExpansion allows custom methods to be added to ConnectHarnessNamespaceLister.
type StreamLister ¶
type StreamLister interface { // List lists all Streams in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Stream, err error) // Streams returns an object that can list and get Streams. Streams(namespace string) StreamNamespaceLister StreamListerExpansion }
StreamLister helps list Streams. All objects returned here must be treated as read-only.
func NewStreamLister ¶
func NewStreamLister(indexer cache.Indexer) StreamLister
NewStreamLister returns a new StreamLister.
type StreamListerExpansion ¶
type StreamListerExpansion interface{}
StreamListerExpansion allows custom methods to be added to StreamLister.
type StreamNamespaceLister ¶
type StreamNamespaceLister interface { // List lists all Streams in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Stream, err error) // Get retrieves the Stream from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Stream, error) StreamNamespaceListerExpansion }
StreamNamespaceLister helps list and get Streams. All objects returned here must be treated as read-only.
type StreamNamespaceListerExpansion ¶
type StreamNamespaceListerExpansion interface{}
StreamNamespaceListerExpansion allows custom methods to be added to StreamNamespaceLister.
type StreamPoolLister ¶
type StreamPoolLister interface { // List lists all StreamPools in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StreamPool, err error) // StreamPools returns an object that can list and get StreamPools. StreamPools(namespace string) StreamPoolNamespaceLister StreamPoolListerExpansion }
StreamPoolLister helps list StreamPools. All objects returned here must be treated as read-only.
func NewStreamPoolLister ¶
func NewStreamPoolLister(indexer cache.Indexer) StreamPoolLister
NewStreamPoolLister returns a new StreamPoolLister.
type StreamPoolListerExpansion ¶
type StreamPoolListerExpansion interface{}
StreamPoolListerExpansion allows custom methods to be added to StreamPoolLister.
type StreamPoolNamespaceLister ¶
type StreamPoolNamespaceLister interface { // List lists all StreamPools in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StreamPool, err error) // Get retrieves the StreamPool from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.StreamPool, error) StreamPoolNamespaceListerExpansion }
StreamPoolNamespaceLister helps list and get StreamPools. All objects returned here must be treated as read-only.
type StreamPoolNamespaceListerExpansion ¶
type StreamPoolNamespaceListerExpansion interface{}
StreamPoolNamespaceListerExpansion allows custom methods to be added to StreamPoolNamespaceLister.