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 BucketLister

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

BucketLister helps list Buckets. All objects returned here must be treated as read-only.

func NewBucketLister

func NewBucketLister(indexer cache.Indexer) BucketLister

NewBucketLister returns a new BucketLister.

type BucketListerExpansion

type BucketListerExpansion interface{}

BucketListerExpansion allows custom methods to be added to BucketLister.

type BucketNamespaceLister

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

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

type BucketNamespaceListerExpansion

type BucketNamespaceListerExpansion interface{}

BucketNamespaceListerExpansion allows custom methods to be added to BucketNamespaceLister.

type BucketObjectLister

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

BucketObjectLister helps list BucketObjects. All objects returned here must be treated as read-only.

func NewBucketObjectLister

func NewBucketObjectLister(indexer cache.Indexer) BucketObjectLister

NewBucketObjectLister returns a new BucketObjectLister.

type BucketObjectListerExpansion

type BucketObjectListerExpansion interface{}

BucketObjectListerExpansion allows custom methods to be added to BucketObjectLister.

type BucketObjectNamespaceLister

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

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

type BucketObjectNamespaceListerExpansion

type BucketObjectNamespaceListerExpansion interface{}

BucketObjectNamespaceListerExpansion allows custom methods to be added to BucketObjectNamespaceLister.

Jump to

Keyboard shortcuts

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