Documentation ¶
Index ¶
- type MemberAccountAssociationLister
- type MemberAccountAssociationListerExpansion
- type MemberAccountAssociationNamespaceLister
- type MemberAccountAssociationNamespaceListerExpansion
- type S3BucketAssociationLister
- type S3BucketAssociationListerExpansion
- type S3BucketAssociationNamespaceLister
- type S3BucketAssociationNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemberAccountAssociationLister ¶
type MemberAccountAssociationLister interface { // List lists all MemberAccountAssociations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MemberAccountAssociation, err error) // MemberAccountAssociations returns an object that can list and get MemberAccountAssociations. MemberAccountAssociations(namespace string) MemberAccountAssociationNamespaceLister MemberAccountAssociationListerExpansion }
MemberAccountAssociationLister helps list MemberAccountAssociations. All objects returned here must be treated as read-only.
func NewMemberAccountAssociationLister ¶
func NewMemberAccountAssociationLister(indexer cache.Indexer) MemberAccountAssociationLister
NewMemberAccountAssociationLister returns a new MemberAccountAssociationLister.
type MemberAccountAssociationListerExpansion ¶
type MemberAccountAssociationListerExpansion interface{}
MemberAccountAssociationListerExpansion allows custom methods to be added to MemberAccountAssociationLister.
type MemberAccountAssociationNamespaceLister ¶
type MemberAccountAssociationNamespaceLister interface { // List lists all MemberAccountAssociations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MemberAccountAssociation, err error) // Get retrieves the MemberAccountAssociation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MemberAccountAssociation, error) MemberAccountAssociationNamespaceListerExpansion }
MemberAccountAssociationNamespaceLister helps list and get MemberAccountAssociations. All objects returned here must be treated as read-only.
type MemberAccountAssociationNamespaceListerExpansion ¶
type MemberAccountAssociationNamespaceListerExpansion interface{}
MemberAccountAssociationNamespaceListerExpansion allows custom methods to be added to MemberAccountAssociationNamespaceLister.
type S3BucketAssociationLister ¶
type S3BucketAssociationLister interface { // List lists all S3BucketAssociations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.S3BucketAssociation, err error) // S3BucketAssociations returns an object that can list and get S3BucketAssociations. S3BucketAssociations(namespace string) S3BucketAssociationNamespaceLister S3BucketAssociationListerExpansion }
S3BucketAssociationLister helps list S3BucketAssociations. All objects returned here must be treated as read-only.
func NewS3BucketAssociationLister ¶
func NewS3BucketAssociationLister(indexer cache.Indexer) S3BucketAssociationLister
NewS3BucketAssociationLister returns a new S3BucketAssociationLister.
type S3BucketAssociationListerExpansion ¶
type S3BucketAssociationListerExpansion interface{}
S3BucketAssociationListerExpansion allows custom methods to be added to S3BucketAssociationLister.
type S3BucketAssociationNamespaceLister ¶
type S3BucketAssociationNamespaceLister interface { // List lists all S3BucketAssociations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.S3BucketAssociation, err error) // Get retrieves the S3BucketAssociation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.S3BucketAssociation, error) S3BucketAssociationNamespaceListerExpansion }
S3BucketAssociationNamespaceLister helps list and get S3BucketAssociations. All objects returned here must be treated as read-only.
type S3BucketAssociationNamespaceListerExpansion ¶
type S3BucketAssociationNamespaceListerExpansion interface{}
S3BucketAssociationNamespaceListerExpansion allows custom methods to be added to S3BucketAssociationNamespaceLister.