Documentation ¶
Index ¶
- type PrincipalAssociationLister
- type PrincipalAssociationListerExpansion
- type PrincipalAssociationNamespaceLister
- type PrincipalAssociationNamespaceListerExpansion
- type ResourceAssociationLister
- type ResourceAssociationListerExpansion
- type ResourceAssociationNamespaceLister
- type ResourceAssociationNamespaceListerExpansion
- type ResourceShareAccepterLister
- type ResourceShareAccepterListerExpansion
- type ResourceShareAccepterNamespaceLister
- type ResourceShareAccepterNamespaceListerExpansion
- type ResourceShareLister
- type ResourceShareListerExpansion
- type ResourceShareNamespaceLister
- type ResourceShareNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrincipalAssociationLister ¶
type PrincipalAssociationLister interface { // List lists all PrincipalAssociations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PrincipalAssociation, err error) // PrincipalAssociations returns an object that can list and get PrincipalAssociations. PrincipalAssociations(namespace string) PrincipalAssociationNamespaceLister PrincipalAssociationListerExpansion }
PrincipalAssociationLister helps list PrincipalAssociations. All objects returned here must be treated as read-only.
func NewPrincipalAssociationLister ¶
func NewPrincipalAssociationLister(indexer cache.Indexer) PrincipalAssociationLister
NewPrincipalAssociationLister returns a new PrincipalAssociationLister.
type PrincipalAssociationListerExpansion ¶
type PrincipalAssociationListerExpansion interface{}
PrincipalAssociationListerExpansion allows custom methods to be added to PrincipalAssociationLister.
type PrincipalAssociationNamespaceLister ¶
type PrincipalAssociationNamespaceLister interface { // List lists all PrincipalAssociations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PrincipalAssociation, err error) // Get retrieves the PrincipalAssociation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PrincipalAssociation, error) PrincipalAssociationNamespaceListerExpansion }
PrincipalAssociationNamespaceLister helps list and get PrincipalAssociations. All objects returned here must be treated as read-only.
type PrincipalAssociationNamespaceListerExpansion ¶
type PrincipalAssociationNamespaceListerExpansion interface{}
PrincipalAssociationNamespaceListerExpansion allows custom methods to be added to PrincipalAssociationNamespaceLister.
type ResourceAssociationLister ¶
type ResourceAssociationLister interface { // List lists all ResourceAssociations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ResourceAssociation, err error) // ResourceAssociations returns an object that can list and get ResourceAssociations. ResourceAssociations(namespace string) ResourceAssociationNamespaceLister ResourceAssociationListerExpansion }
ResourceAssociationLister helps list ResourceAssociations. All objects returned here must be treated as read-only.
func NewResourceAssociationLister ¶
func NewResourceAssociationLister(indexer cache.Indexer) ResourceAssociationLister
NewResourceAssociationLister returns a new ResourceAssociationLister.
type ResourceAssociationListerExpansion ¶
type ResourceAssociationListerExpansion interface{}
ResourceAssociationListerExpansion allows custom methods to be added to ResourceAssociationLister.
type ResourceAssociationNamespaceLister ¶
type ResourceAssociationNamespaceLister interface { // List lists all ResourceAssociations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ResourceAssociation, err error) // Get retrieves the ResourceAssociation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ResourceAssociation, error) ResourceAssociationNamespaceListerExpansion }
ResourceAssociationNamespaceLister helps list and get ResourceAssociations. All objects returned here must be treated as read-only.
type ResourceAssociationNamespaceListerExpansion ¶
type ResourceAssociationNamespaceListerExpansion interface{}
ResourceAssociationNamespaceListerExpansion allows custom methods to be added to ResourceAssociationNamespaceLister.
type ResourceShareAccepterLister ¶
type ResourceShareAccepterLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ResourceShareAccepter, err error) ResourceShareAccepters(namespace string) ResourceShareAccepterNamespaceLister ResourceShareAccepterListerExpansion }
ResourceShareAccepterLister helps list ResourceShareAccepters. All objects returned here must be treated as read-only.
func NewResourceShareAccepterLister ¶
func NewResourceShareAccepterLister(indexer cache.Indexer) ResourceShareAccepterLister
NewResourceShareAccepterLister returns a new ResourceShareAccepterLister.
type ResourceShareAccepterListerExpansion ¶
type ResourceShareAccepterListerExpansion interface{}
ResourceShareAccepterListerExpansion allows custom methods to be added to ResourceShareAccepterLister.
type ResourceShareAccepterNamespaceLister ¶
type ResourceShareAccepterNamespaceLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ResourceShareAccepter, err error) // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ResourceShareAccepter, error) ResourceShareAccepterNamespaceListerExpansion }
ResourceShareAccepterNamespaceLister helps list and get ResourceShareAccepters. All objects returned here must be treated as read-only.
type ResourceShareAccepterNamespaceListerExpansion ¶
type ResourceShareAccepterNamespaceListerExpansion interface{}
ResourceShareAccepterNamespaceListerExpansion allows custom methods to be added to ResourceShareAccepterNamespaceLister.
type ResourceShareLister ¶
type ResourceShareLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ResourceShare, err error) ResourceShares(namespace string) ResourceShareNamespaceLister ResourceShareListerExpansion }
ResourceShareLister helps list ResourceShares. All objects returned here must be treated as read-only.
func NewResourceShareLister ¶
func NewResourceShareLister(indexer cache.Indexer) ResourceShareLister
NewResourceShareLister returns a new ResourceShareLister.
type ResourceShareListerExpansion ¶
type ResourceShareListerExpansion interface{}
ResourceShareListerExpansion allows custom methods to be added to ResourceShareLister.
type ResourceShareNamespaceLister ¶
type ResourceShareNamespaceLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ResourceShare, err error) // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ResourceShare, error) ResourceShareNamespaceListerExpansion }
ResourceShareNamespaceLister helps list and get ResourceShares. All objects returned here must be treated as read-only.
type ResourceShareNamespaceListerExpansion ¶
type ResourceShareNamespaceListerExpansion interface{}
ResourceShareNamespaceListerExpansion allows custom methods to be added to ResourceShareNamespaceLister.