Documentation
¶
Index ¶
- type PlatformApplicationLister
- type PlatformApplicationListerExpansion
- type PlatformApplicationNamespaceLister
- type PlatformApplicationNamespaceListerExpansion
- type SmsPreferencesLister
- type SmsPreferencesListerExpansion
- type SmsPreferencesNamespaceLister
- type SmsPreferencesNamespaceListerExpansion
- type TopicLister
- type TopicListerExpansion
- type TopicNamespaceLister
- type TopicNamespaceListerExpansion
- type TopicPolicyLister
- type TopicPolicyListerExpansion
- type TopicPolicyNamespaceLister
- type TopicPolicyNamespaceListerExpansion
- type TopicSubscriptionLister
- type TopicSubscriptionListerExpansion
- type TopicSubscriptionNamespaceLister
- type TopicSubscriptionNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlatformApplicationLister ¶
type PlatformApplicationLister interface { // List lists all PlatformApplications in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformApplication, err error) // PlatformApplications returns an object that can list and get PlatformApplications. PlatformApplications(namespace string) PlatformApplicationNamespaceLister PlatformApplicationListerExpansion }
PlatformApplicationLister helps list PlatformApplications. All objects returned here must be treated as read-only.
func NewPlatformApplicationLister ¶
func NewPlatformApplicationLister(indexer cache.Indexer) PlatformApplicationLister
NewPlatformApplicationLister returns a new PlatformApplicationLister.
type PlatformApplicationListerExpansion ¶
type PlatformApplicationListerExpansion interface{}
PlatformApplicationListerExpansion allows custom methods to be added to PlatformApplicationLister.
type PlatformApplicationNamespaceLister ¶
type PlatformApplicationNamespaceLister interface { // List lists all PlatformApplications in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PlatformApplication, err error) // Get retrieves the PlatformApplication from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PlatformApplication, error) PlatformApplicationNamespaceListerExpansion }
PlatformApplicationNamespaceLister helps list and get PlatformApplications. All objects returned here must be treated as read-only.
type PlatformApplicationNamespaceListerExpansion ¶
type PlatformApplicationNamespaceListerExpansion interface{}
PlatformApplicationNamespaceListerExpansion allows custom methods to be added to PlatformApplicationNamespaceLister.
type SmsPreferencesLister ¶
type SmsPreferencesLister interface { // List lists all SmsPreferenceses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SmsPreferences, err error) // SmsPreferenceses returns an object that can list and get SmsPreferenceses. SmsPreferenceses(namespace string) SmsPreferencesNamespaceLister SmsPreferencesListerExpansion }
SmsPreferencesLister helps list SmsPreferenceses. All objects returned here must be treated as read-only.
func NewSmsPreferencesLister ¶
func NewSmsPreferencesLister(indexer cache.Indexer) SmsPreferencesLister
NewSmsPreferencesLister returns a new SmsPreferencesLister.
type SmsPreferencesListerExpansion ¶
type SmsPreferencesListerExpansion interface{}
SmsPreferencesListerExpansion allows custom methods to be added to SmsPreferencesLister.
type SmsPreferencesNamespaceLister ¶
type SmsPreferencesNamespaceLister interface { // List lists all SmsPreferenceses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SmsPreferences, err error) // Get retrieves the SmsPreferences from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SmsPreferences, error) SmsPreferencesNamespaceListerExpansion }
SmsPreferencesNamespaceLister helps list and get SmsPreferenceses. All objects returned here must be treated as read-only.
type SmsPreferencesNamespaceListerExpansion ¶
type SmsPreferencesNamespaceListerExpansion interface{}
SmsPreferencesNamespaceListerExpansion allows custom methods to be added to SmsPreferencesNamespaceLister.
type TopicLister ¶
type TopicLister interface { // List lists all Topics in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Topic, err error) // Topics returns an object that can list and get Topics. Topics(namespace string) TopicNamespaceLister TopicListerExpansion }
TopicLister helps list Topics. All objects returned here must be treated as read-only.
func NewTopicLister ¶
func NewTopicLister(indexer cache.Indexer) TopicLister
NewTopicLister returns a new TopicLister.
type TopicListerExpansion ¶
type TopicListerExpansion interface{}
TopicListerExpansion allows custom methods to be added to TopicLister.
type TopicNamespaceLister ¶
type TopicNamespaceLister interface { // List lists all Topics in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Topic, err error) // Get retrieves the Topic from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Topic, error) TopicNamespaceListerExpansion }
TopicNamespaceLister helps list and get Topics. All objects returned here must be treated as read-only.
type TopicNamespaceListerExpansion ¶
type TopicNamespaceListerExpansion interface{}
TopicNamespaceListerExpansion allows custom methods to be added to TopicNamespaceLister.
type TopicPolicyLister ¶
type TopicPolicyLister interface { // List lists all TopicPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TopicPolicy, err error) // TopicPolicies returns an object that can list and get TopicPolicies. TopicPolicies(namespace string) TopicPolicyNamespaceLister TopicPolicyListerExpansion }
TopicPolicyLister helps list TopicPolicies. All objects returned here must be treated as read-only.
func NewTopicPolicyLister ¶
func NewTopicPolicyLister(indexer cache.Indexer) TopicPolicyLister
NewTopicPolicyLister returns a new TopicPolicyLister.
type TopicPolicyListerExpansion ¶
type TopicPolicyListerExpansion interface{}
TopicPolicyListerExpansion allows custom methods to be added to TopicPolicyLister.
type TopicPolicyNamespaceLister ¶
type TopicPolicyNamespaceLister interface { // List lists all TopicPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TopicPolicy, err error) // Get retrieves the TopicPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TopicPolicy, error) TopicPolicyNamespaceListerExpansion }
TopicPolicyNamespaceLister helps list and get TopicPolicies. All objects returned here must be treated as read-only.
type TopicPolicyNamespaceListerExpansion ¶
type TopicPolicyNamespaceListerExpansion interface{}
TopicPolicyNamespaceListerExpansion allows custom methods to be added to TopicPolicyNamespaceLister.
type TopicSubscriptionLister ¶
type TopicSubscriptionLister interface { // List lists all TopicSubscriptions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TopicSubscription, err error) // TopicSubscriptions returns an object that can list and get TopicSubscriptions. TopicSubscriptions(namespace string) TopicSubscriptionNamespaceLister TopicSubscriptionListerExpansion }
TopicSubscriptionLister helps list TopicSubscriptions. All objects returned here must be treated as read-only.
func NewTopicSubscriptionLister ¶
func NewTopicSubscriptionLister(indexer cache.Indexer) TopicSubscriptionLister
NewTopicSubscriptionLister returns a new TopicSubscriptionLister.
type TopicSubscriptionListerExpansion ¶
type TopicSubscriptionListerExpansion interface{}
TopicSubscriptionListerExpansion allows custom methods to be added to TopicSubscriptionLister.
type TopicSubscriptionNamespaceLister ¶
type TopicSubscriptionNamespaceLister interface { // List lists all TopicSubscriptions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TopicSubscription, err error) // Get retrieves the TopicSubscription from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TopicSubscription, error) TopicSubscriptionNamespaceListerExpansion }
TopicSubscriptionNamespaceLister helps list and get TopicSubscriptions. All objects returned here must be treated as read-only.
type TopicSubscriptionNamespaceListerExpansion ¶
type TopicSubscriptionNamespaceListerExpansion interface{}
TopicSubscriptionNamespaceListerExpansion allows custom methods to be added to TopicSubscriptionNamespaceLister.