v1alpha1

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdmChannelLister

type AdmChannelLister interface {
	// List lists all AdmChannels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.AdmChannel, err error)
	// AdmChannels returns an object that can list and get AdmChannels.
	AdmChannels(namespace string) AdmChannelNamespaceLister
	AdmChannelListerExpansion
}

AdmChannelLister helps list AdmChannels. All objects returned here must be treated as read-only.

func NewAdmChannelLister

func NewAdmChannelLister(indexer cache.Indexer) AdmChannelLister

NewAdmChannelLister returns a new AdmChannelLister.

type AdmChannelListerExpansion

type AdmChannelListerExpansion interface{}

AdmChannelListerExpansion allows custom methods to be added to AdmChannelLister.

type AdmChannelNamespaceLister

type AdmChannelNamespaceLister interface {
	// List lists all AdmChannels in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.AdmChannel, err error)
	// Get retrieves the AdmChannel from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.AdmChannel, error)
	AdmChannelNamespaceListerExpansion
}

AdmChannelNamespaceLister helps list and get AdmChannels. All objects returned here must be treated as read-only.

type AdmChannelNamespaceListerExpansion

type AdmChannelNamespaceListerExpansion interface{}

AdmChannelNamespaceListerExpansion allows custom methods to be added to AdmChannelNamespaceLister.

type ApnsChannelLister

type ApnsChannelLister interface {
	// List lists all ApnsChannels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ApnsChannel, err error)
	// ApnsChannels returns an object that can list and get ApnsChannels.
	ApnsChannels(namespace string) ApnsChannelNamespaceLister
	ApnsChannelListerExpansion
}

ApnsChannelLister helps list ApnsChannels. All objects returned here must be treated as read-only.

func NewApnsChannelLister

func NewApnsChannelLister(indexer cache.Indexer) ApnsChannelLister

NewApnsChannelLister returns a new ApnsChannelLister.

type ApnsChannelListerExpansion

type ApnsChannelListerExpansion interface{}

ApnsChannelListerExpansion allows custom methods to be added to ApnsChannelLister.

type ApnsChannelNamespaceLister

type ApnsChannelNamespaceLister interface {
	// List lists all ApnsChannels in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ApnsChannel, err error)
	// Get retrieves the ApnsChannel from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ApnsChannel, error)
	ApnsChannelNamespaceListerExpansion
}

ApnsChannelNamespaceLister helps list and get ApnsChannels. All objects returned here must be treated as read-only.

type ApnsChannelNamespaceListerExpansion

type ApnsChannelNamespaceListerExpansion interface{}

ApnsChannelNamespaceListerExpansion allows custom methods to be added to ApnsChannelNamespaceLister.

type ApnsSandboxChannelLister

type ApnsSandboxChannelLister interface {
	// List lists all ApnsSandboxChannels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ApnsSandboxChannel, err error)
	// ApnsSandboxChannels returns an object that can list and get ApnsSandboxChannels.
	ApnsSandboxChannels(namespace string) ApnsSandboxChannelNamespaceLister
	ApnsSandboxChannelListerExpansion
}

ApnsSandboxChannelLister helps list ApnsSandboxChannels. All objects returned here must be treated as read-only.

func NewApnsSandboxChannelLister

func NewApnsSandboxChannelLister(indexer cache.Indexer) ApnsSandboxChannelLister

NewApnsSandboxChannelLister returns a new ApnsSandboxChannelLister.

type ApnsSandboxChannelListerExpansion

type ApnsSandboxChannelListerExpansion interface{}

ApnsSandboxChannelListerExpansion allows custom methods to be added to ApnsSandboxChannelLister.

type ApnsSandboxChannelNamespaceLister

type ApnsSandboxChannelNamespaceLister interface {
	// List lists all ApnsSandboxChannels in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ApnsSandboxChannel, err error)
	// Get retrieves the ApnsSandboxChannel from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ApnsSandboxChannel, error)
	ApnsSandboxChannelNamespaceListerExpansion
}

ApnsSandboxChannelNamespaceLister helps list and get ApnsSandboxChannels. All objects returned here must be treated as read-only.

type ApnsSandboxChannelNamespaceListerExpansion

type ApnsSandboxChannelNamespaceListerExpansion interface{}

ApnsSandboxChannelNamespaceListerExpansion allows custom methods to be added to ApnsSandboxChannelNamespaceLister.

type ApnsVoipChannelLister

type ApnsVoipChannelLister interface {
	// List lists all ApnsVoipChannels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ApnsVoipChannel, err error)
	// ApnsVoipChannels returns an object that can list and get ApnsVoipChannels.
	ApnsVoipChannels(namespace string) ApnsVoipChannelNamespaceLister
	ApnsVoipChannelListerExpansion
}

ApnsVoipChannelLister helps list ApnsVoipChannels. All objects returned here must be treated as read-only.

func NewApnsVoipChannelLister

func NewApnsVoipChannelLister(indexer cache.Indexer) ApnsVoipChannelLister

NewApnsVoipChannelLister returns a new ApnsVoipChannelLister.

type ApnsVoipChannelListerExpansion

type ApnsVoipChannelListerExpansion interface{}

ApnsVoipChannelListerExpansion allows custom methods to be added to ApnsVoipChannelLister.

type ApnsVoipChannelNamespaceLister

type ApnsVoipChannelNamespaceLister interface {
	// List lists all ApnsVoipChannels in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ApnsVoipChannel, err error)
	// Get retrieves the ApnsVoipChannel from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ApnsVoipChannel, error)
	ApnsVoipChannelNamespaceListerExpansion
}

ApnsVoipChannelNamespaceLister helps list and get ApnsVoipChannels. All objects returned here must be treated as read-only.

type ApnsVoipChannelNamespaceListerExpansion

type ApnsVoipChannelNamespaceListerExpansion interface{}

ApnsVoipChannelNamespaceListerExpansion allows custom methods to be added to ApnsVoipChannelNamespaceLister.

type ApnsVoipSandboxChannelLister

type ApnsVoipSandboxChannelLister interface {
	// List lists all ApnsVoipSandboxChannels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ApnsVoipSandboxChannel, err error)
	// ApnsVoipSandboxChannels returns an object that can list and get ApnsVoipSandboxChannels.
	ApnsVoipSandboxChannels(namespace string) ApnsVoipSandboxChannelNamespaceLister
	ApnsVoipSandboxChannelListerExpansion
}

ApnsVoipSandboxChannelLister helps list ApnsVoipSandboxChannels. All objects returned here must be treated as read-only.

func NewApnsVoipSandboxChannelLister

func NewApnsVoipSandboxChannelLister(indexer cache.Indexer) ApnsVoipSandboxChannelLister

NewApnsVoipSandboxChannelLister returns a new ApnsVoipSandboxChannelLister.

type ApnsVoipSandboxChannelListerExpansion

type ApnsVoipSandboxChannelListerExpansion interface{}

ApnsVoipSandboxChannelListerExpansion allows custom methods to be added to ApnsVoipSandboxChannelLister.

type ApnsVoipSandboxChannelNamespaceLister

type ApnsVoipSandboxChannelNamespaceLister interface {
	// List lists all ApnsVoipSandboxChannels in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ApnsVoipSandboxChannel, err error)
	// Get retrieves the ApnsVoipSandboxChannel from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ApnsVoipSandboxChannel, error)
	ApnsVoipSandboxChannelNamespaceListerExpansion
}

ApnsVoipSandboxChannelNamespaceLister helps list and get ApnsVoipSandboxChannels. All objects returned here must be treated as read-only.

type ApnsVoipSandboxChannelNamespaceListerExpansion

type ApnsVoipSandboxChannelNamespaceListerExpansion interface{}

ApnsVoipSandboxChannelNamespaceListerExpansion allows custom methods to be added to ApnsVoipSandboxChannelNamespaceLister.

type AppLister

type AppLister interface {
	// List lists all Apps in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.App, err error)
	// Apps returns an object that can list and get Apps.
	Apps(namespace string) AppNamespaceLister
	AppListerExpansion
}

AppLister helps list Apps. All objects returned here must be treated as read-only.

func NewAppLister

func NewAppLister(indexer cache.Indexer) AppLister

NewAppLister returns a new AppLister.

type AppListerExpansion

type AppListerExpansion interface{}

AppListerExpansion allows custom methods to be added to AppLister.

type AppNamespaceLister

type AppNamespaceLister interface {
	// List lists all Apps in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.App, err error)
	// Get retrieves the App from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.App, error)
	AppNamespaceListerExpansion
}

AppNamespaceLister helps list and get Apps. All objects returned here must be treated as read-only.

type AppNamespaceListerExpansion

type AppNamespaceListerExpansion interface{}

AppNamespaceListerExpansion allows custom methods to be added to AppNamespaceLister.

type BaiduChannelLister

type BaiduChannelLister interface {
	// List lists all BaiduChannels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.BaiduChannel, err error)
	// BaiduChannels returns an object that can list and get BaiduChannels.
	BaiduChannels(namespace string) BaiduChannelNamespaceLister
	BaiduChannelListerExpansion
}

BaiduChannelLister helps list BaiduChannels. All objects returned here must be treated as read-only.

func NewBaiduChannelLister

func NewBaiduChannelLister(indexer cache.Indexer) BaiduChannelLister

NewBaiduChannelLister returns a new BaiduChannelLister.

type BaiduChannelListerExpansion

type BaiduChannelListerExpansion interface{}

BaiduChannelListerExpansion allows custom methods to be added to BaiduChannelLister.

type BaiduChannelNamespaceLister

type BaiduChannelNamespaceLister interface {
	// List lists all BaiduChannels in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.BaiduChannel, err error)
	// Get retrieves the BaiduChannel from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.BaiduChannel, error)
	BaiduChannelNamespaceListerExpansion
}

BaiduChannelNamespaceLister helps list and get BaiduChannels. All objects returned here must be treated as read-only.

type BaiduChannelNamespaceListerExpansion

type BaiduChannelNamespaceListerExpansion interface{}

BaiduChannelNamespaceListerExpansion allows custom methods to be added to BaiduChannelNamespaceLister.

type EmailChannelLister

type EmailChannelLister interface {
	// List lists all EmailChannels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.EmailChannel, err error)
	// EmailChannels returns an object that can list and get EmailChannels.
	EmailChannels(namespace string) EmailChannelNamespaceLister
	EmailChannelListerExpansion
}

EmailChannelLister helps list EmailChannels. All objects returned here must be treated as read-only.

func NewEmailChannelLister

func NewEmailChannelLister(indexer cache.Indexer) EmailChannelLister

NewEmailChannelLister returns a new EmailChannelLister.

type EmailChannelListerExpansion

type EmailChannelListerExpansion interface{}

EmailChannelListerExpansion allows custom methods to be added to EmailChannelLister.

type EmailChannelNamespaceLister

type EmailChannelNamespaceLister interface {
	// List lists all EmailChannels in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.EmailChannel, err error)
	// Get retrieves the EmailChannel from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.EmailChannel, error)
	EmailChannelNamespaceListerExpansion
}

EmailChannelNamespaceLister helps list and get EmailChannels. All objects returned here must be treated as read-only.

type EmailChannelNamespaceListerExpansion

type EmailChannelNamespaceListerExpansion interface{}

EmailChannelNamespaceListerExpansion allows custom methods to be added to EmailChannelNamespaceLister.

type EventStreamLister

type EventStreamLister interface {
	// List lists all EventStreams in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.EventStream, err error)
	// EventStreams returns an object that can list and get EventStreams.
	EventStreams(namespace string) EventStreamNamespaceLister
	EventStreamListerExpansion
}

EventStreamLister helps list EventStreams. All objects returned here must be treated as read-only.

func NewEventStreamLister

func NewEventStreamLister(indexer cache.Indexer) EventStreamLister

NewEventStreamLister returns a new EventStreamLister.

type EventStreamListerExpansion

type EventStreamListerExpansion interface{}

EventStreamListerExpansion allows custom methods to be added to EventStreamLister.

type EventStreamNamespaceLister

type EventStreamNamespaceLister interface {
	// List lists all EventStreams in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.EventStream, err error)
	// Get retrieves the EventStream from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.EventStream, error)
	EventStreamNamespaceListerExpansion
}

EventStreamNamespaceLister helps list and get EventStreams. All objects returned here must be treated as read-only.

type EventStreamNamespaceListerExpansion

type EventStreamNamespaceListerExpansion interface{}

EventStreamNamespaceListerExpansion allows custom methods to be added to EventStreamNamespaceLister.

type GcmChannelLister

type GcmChannelLister interface {
	// List lists all GcmChannels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.GcmChannel, err error)
	// GcmChannels returns an object that can list and get GcmChannels.
	GcmChannels(namespace string) GcmChannelNamespaceLister
	GcmChannelListerExpansion
}

GcmChannelLister helps list GcmChannels. All objects returned here must be treated as read-only.

func NewGcmChannelLister

func NewGcmChannelLister(indexer cache.Indexer) GcmChannelLister

NewGcmChannelLister returns a new GcmChannelLister.

type GcmChannelListerExpansion

type GcmChannelListerExpansion interface{}

GcmChannelListerExpansion allows custom methods to be added to GcmChannelLister.

type GcmChannelNamespaceLister

type GcmChannelNamespaceLister interface {
	// List lists all GcmChannels in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.GcmChannel, err error)
	// Get retrieves the GcmChannel from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.GcmChannel, error)
	GcmChannelNamespaceListerExpansion
}

GcmChannelNamespaceLister helps list and get GcmChannels. All objects returned here must be treated as read-only.

type GcmChannelNamespaceListerExpansion

type GcmChannelNamespaceListerExpansion interface{}

GcmChannelNamespaceListerExpansion allows custom methods to be added to GcmChannelNamespaceLister.

type SmsChannelLister

type SmsChannelLister interface {
	// List lists all SmsChannels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.SmsChannel, err error)
	// SmsChannels returns an object that can list and get SmsChannels.
	SmsChannels(namespace string) SmsChannelNamespaceLister
	SmsChannelListerExpansion
}

SmsChannelLister helps list SmsChannels. All objects returned here must be treated as read-only.

func NewSmsChannelLister

func NewSmsChannelLister(indexer cache.Indexer) SmsChannelLister

NewSmsChannelLister returns a new SmsChannelLister.

type SmsChannelListerExpansion

type SmsChannelListerExpansion interface{}

SmsChannelListerExpansion allows custom methods to be added to SmsChannelLister.

type SmsChannelNamespaceLister

type SmsChannelNamespaceLister interface {
	// List lists all SmsChannels in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.SmsChannel, err error)
	// Get retrieves the SmsChannel from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.SmsChannel, error)
	SmsChannelNamespaceListerExpansion
}

SmsChannelNamespaceLister helps list and get SmsChannels. All objects returned here must be treated as read-only.

type SmsChannelNamespaceListerExpansion

type SmsChannelNamespaceListerExpansion interface{}

SmsChannelNamespaceListerExpansion allows custom methods to be added to SmsChannelNamespaceLister.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL