Documentation ¶
Index ¶
- type ConvertQueueLister
- type ConvertQueueListerExpansion
- type ConvertQueueNamespaceLister
- type ConvertQueueNamespaceListerExpansion
- type PackageChannelLister
- type PackageChannelListerExpansion
- type PackageChannelNamespaceLister
- type PackageChannelNamespaceListerExpansion
- type StoreContainerLister
- type StoreContainerListerExpansion
- type StoreContainerNamespaceLister
- type StoreContainerNamespaceListerExpansion
- type StoreContainerPolicyLister
- type StoreContainerPolicyListerExpansion
- type StoreContainerPolicyNamespaceLister
- type StoreContainerPolicyNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConvertQueueLister ¶
type ConvertQueueLister interface { // List lists all ConvertQueues in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConvertQueue, err error) // ConvertQueues returns an object that can list and get ConvertQueues. ConvertQueues(namespace string) ConvertQueueNamespaceLister ConvertQueueListerExpansion }
ConvertQueueLister helps list ConvertQueues. All objects returned here must be treated as read-only.
func NewConvertQueueLister ¶
func NewConvertQueueLister(indexer cache.Indexer) ConvertQueueLister
NewConvertQueueLister returns a new ConvertQueueLister.
type ConvertQueueListerExpansion ¶
type ConvertQueueListerExpansion interface{}
ConvertQueueListerExpansion allows custom methods to be added to ConvertQueueLister.
type ConvertQueueNamespaceLister ¶
type ConvertQueueNamespaceLister interface { // List lists all ConvertQueues in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConvertQueue, err error) // Get retrieves the ConvertQueue from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConvertQueue, error) ConvertQueueNamespaceListerExpansion }
ConvertQueueNamespaceLister helps list and get ConvertQueues. All objects returned here must be treated as read-only.
type ConvertQueueNamespaceListerExpansion ¶
type ConvertQueueNamespaceListerExpansion interface{}
ConvertQueueNamespaceListerExpansion allows custom methods to be added to ConvertQueueNamespaceLister.
type PackageChannelLister ¶
type PackageChannelLister interface { // List lists all PackageChannels in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PackageChannel, err error) // PackageChannels returns an object that can list and get PackageChannels. PackageChannels(namespace string) PackageChannelNamespaceLister PackageChannelListerExpansion }
PackageChannelLister helps list PackageChannels. All objects returned here must be treated as read-only.
func NewPackageChannelLister ¶
func NewPackageChannelLister(indexer cache.Indexer) PackageChannelLister
NewPackageChannelLister returns a new PackageChannelLister.
type PackageChannelListerExpansion ¶
type PackageChannelListerExpansion interface{}
PackageChannelListerExpansion allows custom methods to be added to PackageChannelLister.
type PackageChannelNamespaceLister ¶
type PackageChannelNamespaceLister interface { // List lists all PackageChannels in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PackageChannel, err error) // Get retrieves the PackageChannel from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PackageChannel, error) PackageChannelNamespaceListerExpansion }
PackageChannelNamespaceLister helps list and get PackageChannels. All objects returned here must be treated as read-only.
type PackageChannelNamespaceListerExpansion ¶
type PackageChannelNamespaceListerExpansion interface{}
PackageChannelNamespaceListerExpansion allows custom methods to be added to PackageChannelNamespaceLister.
type StoreContainerLister ¶
type StoreContainerLister interface { // List lists all StoreContainers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StoreContainer, err error) // StoreContainers returns an object that can list and get StoreContainers. StoreContainers(namespace string) StoreContainerNamespaceLister StoreContainerListerExpansion }
StoreContainerLister helps list StoreContainers. All objects returned here must be treated as read-only.
func NewStoreContainerLister ¶
func NewStoreContainerLister(indexer cache.Indexer) StoreContainerLister
NewStoreContainerLister returns a new StoreContainerLister.
type StoreContainerListerExpansion ¶
type StoreContainerListerExpansion interface{}
StoreContainerListerExpansion allows custom methods to be added to StoreContainerLister.
type StoreContainerNamespaceLister ¶
type StoreContainerNamespaceLister interface { // List lists all StoreContainers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StoreContainer, err error) // Get retrieves the StoreContainer from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.StoreContainer, error) StoreContainerNamespaceListerExpansion }
StoreContainerNamespaceLister helps list and get StoreContainers. All objects returned here must be treated as read-only.
type StoreContainerNamespaceListerExpansion ¶
type StoreContainerNamespaceListerExpansion interface{}
StoreContainerNamespaceListerExpansion allows custom methods to be added to StoreContainerNamespaceLister.
type StoreContainerPolicyLister ¶
type StoreContainerPolicyLister interface { // List lists all StoreContainerPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StoreContainerPolicy, err error) // StoreContainerPolicies returns an object that can list and get StoreContainerPolicies. StoreContainerPolicies(namespace string) StoreContainerPolicyNamespaceLister StoreContainerPolicyListerExpansion }
StoreContainerPolicyLister helps list StoreContainerPolicies. All objects returned here must be treated as read-only.
func NewStoreContainerPolicyLister ¶
func NewStoreContainerPolicyLister(indexer cache.Indexer) StoreContainerPolicyLister
NewStoreContainerPolicyLister returns a new StoreContainerPolicyLister.
type StoreContainerPolicyListerExpansion ¶
type StoreContainerPolicyListerExpansion interface{}
StoreContainerPolicyListerExpansion allows custom methods to be added to StoreContainerPolicyLister.
type StoreContainerPolicyNamespaceLister ¶
type StoreContainerPolicyNamespaceLister interface { // List lists all StoreContainerPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StoreContainerPolicy, err error) // Get retrieves the StoreContainerPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.StoreContainerPolicy, error) StoreContainerPolicyNamespaceListerExpansion }
StoreContainerPolicyNamespaceLister helps list and get StoreContainerPolicies. All objects returned here must be treated as read-only.
type StoreContainerPolicyNamespaceListerExpansion ¶
type StoreContainerPolicyNamespaceListerExpansion interface{}
StoreContainerPolicyNamespaceListerExpansion allows custom methods to be added to StoreContainerPolicyNamespaceLister.