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