Documentation ¶
Index ¶
- type GlobalTableLister
- type GlobalTableListerExpansion
- type GlobalTableNamespaceLister
- type GlobalTableNamespaceListerExpansion
- type KinesisStreamingDestinationLister
- type KinesisStreamingDestinationListerExpansion
- type KinesisStreamingDestinationNamespaceLister
- type KinesisStreamingDestinationNamespaceListerExpansion
- type TableItemLister
- type TableItemListerExpansion
- type TableItemNamespaceLister
- type TableItemNamespaceListerExpansion
- type TableLister
- type TableListerExpansion
- type TableNamespaceLister
- type TableNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalTableLister ¶
type GlobalTableLister interface { // List lists all GlobalTables in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GlobalTable, err error) // GlobalTables returns an object that can list and get GlobalTables. GlobalTables(namespace string) GlobalTableNamespaceLister GlobalTableListerExpansion }
GlobalTableLister helps list GlobalTables. All objects returned here must be treated as read-only.
func NewGlobalTableLister ¶
func NewGlobalTableLister(indexer cache.Indexer) GlobalTableLister
NewGlobalTableLister returns a new GlobalTableLister.
type GlobalTableListerExpansion ¶
type GlobalTableListerExpansion interface{}
GlobalTableListerExpansion allows custom methods to be added to GlobalTableLister.
type GlobalTableNamespaceLister ¶
type GlobalTableNamespaceLister interface { // List lists all GlobalTables in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.GlobalTable, err error) // Get retrieves the GlobalTable from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.GlobalTable, error) GlobalTableNamespaceListerExpansion }
GlobalTableNamespaceLister helps list and get GlobalTables. All objects returned here must be treated as read-only.
type GlobalTableNamespaceListerExpansion ¶
type GlobalTableNamespaceListerExpansion interface{}
GlobalTableNamespaceListerExpansion allows custom methods to be added to GlobalTableNamespaceLister.
type KinesisStreamingDestinationLister ¶
type KinesisStreamingDestinationLister interface { // List lists all KinesisStreamingDestinations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KinesisStreamingDestination, err error) // KinesisStreamingDestinations returns an object that can list and get KinesisStreamingDestinations. KinesisStreamingDestinations(namespace string) KinesisStreamingDestinationNamespaceLister KinesisStreamingDestinationListerExpansion }
KinesisStreamingDestinationLister helps list KinesisStreamingDestinations. All objects returned here must be treated as read-only.
func NewKinesisStreamingDestinationLister ¶
func NewKinesisStreamingDestinationLister(indexer cache.Indexer) KinesisStreamingDestinationLister
NewKinesisStreamingDestinationLister returns a new KinesisStreamingDestinationLister.
type KinesisStreamingDestinationListerExpansion ¶
type KinesisStreamingDestinationListerExpansion interface{}
KinesisStreamingDestinationListerExpansion allows custom methods to be added to KinesisStreamingDestinationLister.
type KinesisStreamingDestinationNamespaceLister ¶
type KinesisStreamingDestinationNamespaceLister interface { // List lists all KinesisStreamingDestinations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.KinesisStreamingDestination, err error) // Get retrieves the KinesisStreamingDestination from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.KinesisStreamingDestination, error) KinesisStreamingDestinationNamespaceListerExpansion }
KinesisStreamingDestinationNamespaceLister helps list and get KinesisStreamingDestinations. All objects returned here must be treated as read-only.
type KinesisStreamingDestinationNamespaceListerExpansion ¶
type KinesisStreamingDestinationNamespaceListerExpansion interface{}
KinesisStreamingDestinationNamespaceListerExpansion allows custom methods to be added to KinesisStreamingDestinationNamespaceLister.
type TableItemLister ¶
type TableItemLister interface { // List lists all TableItems in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TableItem, err error) // TableItems returns an object that can list and get TableItems. TableItems(namespace string) TableItemNamespaceLister TableItemListerExpansion }
TableItemLister helps list TableItems. All objects returned here must be treated as read-only.
func NewTableItemLister ¶
func NewTableItemLister(indexer cache.Indexer) TableItemLister
NewTableItemLister returns a new TableItemLister.
type TableItemListerExpansion ¶
type TableItemListerExpansion interface{}
TableItemListerExpansion allows custom methods to be added to TableItemLister.
type TableItemNamespaceLister ¶
type TableItemNamespaceLister interface { // List lists all TableItems in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TableItem, err error) // Get retrieves the TableItem from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TableItem, error) TableItemNamespaceListerExpansion }
TableItemNamespaceLister helps list and get TableItems. All objects returned here must be treated as read-only.
type TableItemNamespaceListerExpansion ¶
type TableItemNamespaceListerExpansion interface{}
TableItemNamespaceListerExpansion allows custom methods to be added to TableItemNamespaceLister.
type TableLister ¶
type TableLister interface { // List lists all Tables in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Table, err error) // Tables returns an object that can list and get Tables. Tables(namespace string) TableNamespaceLister TableListerExpansion }
TableLister helps list Tables. All objects returned here must be treated as read-only.
func NewTableLister ¶
func NewTableLister(indexer cache.Indexer) TableLister
NewTableLister returns a new TableLister.
type TableListerExpansion ¶
type TableListerExpansion interface{}
TableListerExpansion allows custom methods to be added to TableLister.
type TableNamespaceLister ¶
type TableNamespaceLister interface { // List lists all Tables in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Table, err error) // Get retrieves the Table from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Table, error) TableNamespaceListerExpansion }
TableNamespaceLister helps list and get Tables. All objects returned here must be treated as read-only.
type TableNamespaceListerExpansion ¶
type TableNamespaceListerExpansion interface{}
TableNamespaceListerExpansion allows custom methods to be added to TableNamespaceLister.