Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisDestinationLister ¶
type RedisDestinationLister interface { // List lists all RedisDestinations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RedisDestination, err error) // RedisDestinations returns an object that can list and get RedisDestinations. RedisDestinations(namespace string) RedisDestinationNamespaceLister RedisDestinationListerExpansion }
RedisDestinationLister helps list RedisDestinations. All objects returned here must be treated as read-only.
func NewRedisDestinationLister ¶
func NewRedisDestinationLister(indexer cache.Indexer) RedisDestinationLister
NewRedisDestinationLister returns a new RedisDestinationLister.
type RedisDestinationListerExpansion ¶
type RedisDestinationListerExpansion interface{}
RedisDestinationListerExpansion allows custom methods to be added to RedisDestinationLister.
type RedisDestinationNamespaceLister ¶
type RedisDestinationNamespaceLister interface { // List lists all RedisDestinations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RedisDestination, err error) // Get retrieves the RedisDestination from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RedisDestination, error) RedisDestinationNamespaceListerExpansion }
RedisDestinationNamespaceLister helps list and get RedisDestinations. All objects returned here must be treated as read-only.
type RedisDestinationNamespaceListerExpansion ¶
type RedisDestinationNamespaceListerExpansion interface{}
RedisDestinationNamespaceListerExpansion allows custom methods to be added to RedisDestinationNamespaceLister.
type RedisServiceLister ¶
type RedisServiceLister interface { // List lists all RedisServices in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RedisService, err error) // RedisServices returns an object that can list and get RedisServices. RedisServices(namespace string) RedisServiceNamespaceLister RedisServiceListerExpansion }
RedisServiceLister helps list RedisServices. All objects returned here must be treated as read-only.
func NewRedisServiceLister ¶
func NewRedisServiceLister(indexer cache.Indexer) RedisServiceLister
NewRedisServiceLister returns a new RedisServiceLister.
type RedisServiceListerExpansion ¶
type RedisServiceListerExpansion interface{}
RedisServiceListerExpansion allows custom methods to be added to RedisServiceLister.
type RedisServiceNamespaceLister ¶
type RedisServiceNamespaceLister interface { // List lists all RedisServices in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RedisService, err error) // Get retrieves the RedisService from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RedisService, error) RedisServiceNamespaceListerExpansion }
RedisServiceNamespaceLister helps list and get RedisServices. All objects returned here must be treated as read-only.
type RedisServiceNamespaceListerExpansion ¶
type RedisServiceNamespaceListerExpansion interface{}
RedisServiceNamespaceListerExpansion allows custom methods to be added to RedisServiceNamespaceLister.