Documentation ¶
Index ¶
- type ChannelDirectlineLister
- type ChannelDirectlineListerExpansion
- type ChannelDirectlineNamespaceLister
- type ChannelDirectlineNamespaceListerExpansion
- type ChannelEmailLister
- type ChannelEmailListerExpansion
- type ChannelEmailNamespaceLister
- type ChannelEmailNamespaceListerExpansion
- type ChannelMsTeamsLister
- type ChannelMsTeamsListerExpansion
- type ChannelMsTeamsNamespaceLister
- type ChannelMsTeamsNamespaceListerExpansion
- type ChannelSlackLister
- type ChannelSlackListerExpansion
- type ChannelSlackNamespaceLister
- type ChannelSlackNamespaceListerExpansion
- type ChannelsRegistrationLister
- type ChannelsRegistrationListerExpansion
- type ChannelsRegistrationNamespaceLister
- type ChannelsRegistrationNamespaceListerExpansion
- type ConnectionLister
- type ConnectionListerExpansion
- type ConnectionNamespaceLister
- type ConnectionNamespaceListerExpansion
- type WebAppLister
- type WebAppListerExpansion
- type WebAppNamespaceLister
- type WebAppNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelDirectlineLister ¶
type ChannelDirectlineLister interface { // List lists all ChannelDirectlines in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ChannelDirectline, err error) // ChannelDirectlines returns an object that can list and get ChannelDirectlines. ChannelDirectlines(namespace string) ChannelDirectlineNamespaceLister ChannelDirectlineListerExpansion }
ChannelDirectlineLister helps list ChannelDirectlines. All objects returned here must be treated as read-only.
func NewChannelDirectlineLister ¶
func NewChannelDirectlineLister(indexer cache.Indexer) ChannelDirectlineLister
NewChannelDirectlineLister returns a new ChannelDirectlineLister.
type ChannelDirectlineListerExpansion ¶
type ChannelDirectlineListerExpansion interface{}
ChannelDirectlineListerExpansion allows custom methods to be added to ChannelDirectlineLister.
type ChannelDirectlineNamespaceLister ¶
type ChannelDirectlineNamespaceLister interface { // List lists all ChannelDirectlines in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ChannelDirectline, err error) // Get retrieves the ChannelDirectline from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ChannelDirectline, error) ChannelDirectlineNamespaceListerExpansion }
ChannelDirectlineNamespaceLister helps list and get ChannelDirectlines. All objects returned here must be treated as read-only.
type ChannelDirectlineNamespaceListerExpansion ¶
type ChannelDirectlineNamespaceListerExpansion interface{}
ChannelDirectlineNamespaceListerExpansion allows custom methods to be added to ChannelDirectlineNamespaceLister.
type ChannelEmailLister ¶
type ChannelEmailLister interface { // List lists all ChannelEmails in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ChannelEmail, err error) // ChannelEmails returns an object that can list and get ChannelEmails. ChannelEmails(namespace string) ChannelEmailNamespaceLister ChannelEmailListerExpansion }
ChannelEmailLister helps list ChannelEmails. All objects returned here must be treated as read-only.
func NewChannelEmailLister ¶
func NewChannelEmailLister(indexer cache.Indexer) ChannelEmailLister
NewChannelEmailLister returns a new ChannelEmailLister.
type ChannelEmailListerExpansion ¶
type ChannelEmailListerExpansion interface{}
ChannelEmailListerExpansion allows custom methods to be added to ChannelEmailLister.
type ChannelEmailNamespaceLister ¶
type ChannelEmailNamespaceLister interface { // List lists all ChannelEmails in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ChannelEmail, err error) // Get retrieves the ChannelEmail from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ChannelEmail, error) ChannelEmailNamespaceListerExpansion }
ChannelEmailNamespaceLister helps list and get ChannelEmails. All objects returned here must be treated as read-only.
type ChannelEmailNamespaceListerExpansion ¶
type ChannelEmailNamespaceListerExpansion interface{}
ChannelEmailNamespaceListerExpansion allows custom methods to be added to ChannelEmailNamespaceLister.
type ChannelMsTeamsLister ¶
type ChannelMsTeamsLister interface { // List lists all ChannelMsTeamses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ChannelMsTeams, err error) // ChannelMsTeamses returns an object that can list and get ChannelMsTeamses. ChannelMsTeamses(namespace string) ChannelMsTeamsNamespaceLister ChannelMsTeamsListerExpansion }
ChannelMsTeamsLister helps list ChannelMsTeamses. All objects returned here must be treated as read-only.
func NewChannelMsTeamsLister ¶
func NewChannelMsTeamsLister(indexer cache.Indexer) ChannelMsTeamsLister
NewChannelMsTeamsLister returns a new ChannelMsTeamsLister.
type ChannelMsTeamsListerExpansion ¶
type ChannelMsTeamsListerExpansion interface{}
ChannelMsTeamsListerExpansion allows custom methods to be added to ChannelMsTeamsLister.
type ChannelMsTeamsNamespaceLister ¶
type ChannelMsTeamsNamespaceLister interface { // List lists all ChannelMsTeamses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ChannelMsTeams, err error) // Get retrieves the ChannelMsTeams from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ChannelMsTeams, error) ChannelMsTeamsNamespaceListerExpansion }
ChannelMsTeamsNamespaceLister helps list and get ChannelMsTeamses. All objects returned here must be treated as read-only.
type ChannelMsTeamsNamespaceListerExpansion ¶
type ChannelMsTeamsNamespaceListerExpansion interface{}
ChannelMsTeamsNamespaceListerExpansion allows custom methods to be added to ChannelMsTeamsNamespaceLister.
type ChannelSlackLister ¶
type ChannelSlackLister interface { // List lists all ChannelSlacks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ChannelSlack, err error) // ChannelSlacks returns an object that can list and get ChannelSlacks. ChannelSlacks(namespace string) ChannelSlackNamespaceLister ChannelSlackListerExpansion }
ChannelSlackLister helps list ChannelSlacks. All objects returned here must be treated as read-only.
func NewChannelSlackLister ¶
func NewChannelSlackLister(indexer cache.Indexer) ChannelSlackLister
NewChannelSlackLister returns a new ChannelSlackLister.
type ChannelSlackListerExpansion ¶
type ChannelSlackListerExpansion interface{}
ChannelSlackListerExpansion allows custom methods to be added to ChannelSlackLister.
type ChannelSlackNamespaceLister ¶
type ChannelSlackNamespaceLister interface { // List lists all ChannelSlacks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ChannelSlack, err error) // Get retrieves the ChannelSlack from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ChannelSlack, error) ChannelSlackNamespaceListerExpansion }
ChannelSlackNamespaceLister helps list and get ChannelSlacks. All objects returned here must be treated as read-only.
type ChannelSlackNamespaceListerExpansion ¶
type ChannelSlackNamespaceListerExpansion interface{}
ChannelSlackNamespaceListerExpansion allows custom methods to be added to ChannelSlackNamespaceLister.
type ChannelsRegistrationLister ¶
type ChannelsRegistrationLister interface { // List lists all ChannelsRegistrations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ChannelsRegistration, err error) // ChannelsRegistrations returns an object that can list and get ChannelsRegistrations. ChannelsRegistrations(namespace string) ChannelsRegistrationNamespaceLister ChannelsRegistrationListerExpansion }
ChannelsRegistrationLister helps list ChannelsRegistrations. All objects returned here must be treated as read-only.
func NewChannelsRegistrationLister ¶
func NewChannelsRegistrationLister(indexer cache.Indexer) ChannelsRegistrationLister
NewChannelsRegistrationLister returns a new ChannelsRegistrationLister.
type ChannelsRegistrationListerExpansion ¶
type ChannelsRegistrationListerExpansion interface{}
ChannelsRegistrationListerExpansion allows custom methods to be added to ChannelsRegistrationLister.
type ChannelsRegistrationNamespaceLister ¶
type ChannelsRegistrationNamespaceLister interface { // List lists all ChannelsRegistrations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ChannelsRegistration, err error) // Get retrieves the ChannelsRegistration from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ChannelsRegistration, error) ChannelsRegistrationNamespaceListerExpansion }
ChannelsRegistrationNamespaceLister helps list and get ChannelsRegistrations. All objects returned here must be treated as read-only.
type ChannelsRegistrationNamespaceListerExpansion ¶
type ChannelsRegistrationNamespaceListerExpansion interface{}
ChannelsRegistrationNamespaceListerExpansion allows custom methods to be added to ChannelsRegistrationNamespaceLister.
type ConnectionLister ¶
type ConnectionLister interface { // List lists all Connections in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Connection, err error) // Connections returns an object that can list and get Connections. Connections(namespace string) ConnectionNamespaceLister ConnectionListerExpansion }
ConnectionLister helps list Connections. All objects returned here must be treated as read-only.
func NewConnectionLister ¶
func NewConnectionLister(indexer cache.Indexer) ConnectionLister
NewConnectionLister returns a new ConnectionLister.
type ConnectionListerExpansion ¶
type ConnectionListerExpansion interface{}
ConnectionListerExpansion allows custom methods to be added to ConnectionLister.
type ConnectionNamespaceLister ¶
type ConnectionNamespaceLister interface { // List lists all Connections in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Connection, err error) // Get retrieves the Connection from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Connection, error) ConnectionNamespaceListerExpansion }
ConnectionNamespaceLister helps list and get Connections. All objects returned here must be treated as read-only.
type ConnectionNamespaceListerExpansion ¶
type ConnectionNamespaceListerExpansion interface{}
ConnectionNamespaceListerExpansion allows custom methods to be added to ConnectionNamespaceLister.
type WebAppLister ¶
type WebAppLister interface { // List lists all WebApps in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WebApp, err error) // WebApps returns an object that can list and get WebApps. WebApps(namespace string) WebAppNamespaceLister WebAppListerExpansion }
WebAppLister helps list WebApps. All objects returned here must be treated as read-only.
func NewWebAppLister ¶
func NewWebAppLister(indexer cache.Indexer) WebAppLister
NewWebAppLister returns a new WebAppLister.
type WebAppListerExpansion ¶
type WebAppListerExpansion interface{}
WebAppListerExpansion allows custom methods to be added to WebAppLister.
type WebAppNamespaceLister ¶
type WebAppNamespaceLister interface { // List lists all WebApps in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.WebApp, err error) // Get retrieves the WebApp from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.WebApp, error) WebAppNamespaceListerExpansion }
WebAppNamespaceLister helps list and get WebApps. All objects returned here must be treated as read-only.
type WebAppNamespaceListerExpansion ¶
type WebAppNamespaceListerExpansion interface{}
WebAppNamespaceListerExpansion allows custom methods to be added to WebAppNamespaceLister.