v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2021 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 AccessPointLister

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

AccessPointLister helps list AccessPoints. All objects returned here must be treated as read-only.

func NewAccessPointLister

func NewAccessPointLister(indexer cache.Indexer) AccessPointLister

NewAccessPointLister returns a new AccessPointLister.

type AccessPointListerExpansion

type AccessPointListerExpansion interface{}

AccessPointListerExpansion allows custom methods to be added to AccessPointLister.

type AccessPointNamespaceLister

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

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

type AccessPointNamespaceListerExpansion

type AccessPointNamespaceListerExpansion interface{}

AccessPointNamespaceListerExpansion allows custom methods to be added to AccessPointNamespaceLister.

type AccountPublicAccessBlockLister

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

AccountPublicAccessBlockLister helps list AccountPublicAccessBlocks. All objects returned here must be treated as read-only.

func NewAccountPublicAccessBlockLister

func NewAccountPublicAccessBlockLister(indexer cache.Indexer) AccountPublicAccessBlockLister

NewAccountPublicAccessBlockLister returns a new AccountPublicAccessBlockLister.

type AccountPublicAccessBlockListerExpansion

type AccountPublicAccessBlockListerExpansion interface{}

AccountPublicAccessBlockListerExpansion allows custom methods to be added to AccountPublicAccessBlockLister.

type AccountPublicAccessBlockNamespaceLister

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

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

type AccountPublicAccessBlockNamespaceListerExpansion

type AccountPublicAccessBlockNamespaceListerExpansion interface{}

AccountPublicAccessBlockNamespaceListerExpansion allows custom methods to be added to AccountPublicAccessBlockNamespaceLister.

type BucketAnalyticsConfigurationLister

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

BucketAnalyticsConfigurationLister helps list BucketAnalyticsConfigurations. All objects returned here must be treated as read-only.

func NewBucketAnalyticsConfigurationLister

func NewBucketAnalyticsConfigurationLister(indexer cache.Indexer) BucketAnalyticsConfigurationLister

NewBucketAnalyticsConfigurationLister returns a new BucketAnalyticsConfigurationLister.

type BucketAnalyticsConfigurationListerExpansion

type BucketAnalyticsConfigurationListerExpansion interface{}

BucketAnalyticsConfigurationListerExpansion allows custom methods to be added to BucketAnalyticsConfigurationLister.

type BucketAnalyticsConfigurationNamespaceLister

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

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

type BucketAnalyticsConfigurationNamespaceListerExpansion

type BucketAnalyticsConfigurationNamespaceListerExpansion interface{}

BucketAnalyticsConfigurationNamespaceListerExpansion allows custom methods to be added to BucketAnalyticsConfigurationNamespaceLister.

type BucketInventoryLister

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

BucketInventoryLister helps list BucketInventories. All objects returned here must be treated as read-only.

func NewBucketInventoryLister

func NewBucketInventoryLister(indexer cache.Indexer) BucketInventoryLister

NewBucketInventoryLister returns a new BucketInventoryLister.

type BucketInventoryListerExpansion

type BucketInventoryListerExpansion interface{}

BucketInventoryListerExpansion allows custom methods to be added to BucketInventoryLister.

type BucketInventoryNamespaceLister

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

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

type BucketInventoryNamespaceListerExpansion

type BucketInventoryNamespaceListerExpansion interface{}

BucketInventoryNamespaceListerExpansion allows custom methods to be added to BucketInventoryNamespaceLister.

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 BucketMetricLister

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

BucketMetricLister helps list BucketMetrics. All objects returned here must be treated as read-only.

func NewBucketMetricLister

func NewBucketMetricLister(indexer cache.Indexer) BucketMetricLister

NewBucketMetricLister returns a new BucketMetricLister.

type BucketMetricListerExpansion

type BucketMetricListerExpansion interface{}

BucketMetricListerExpansion allows custom methods to be added to BucketMetricLister.

type BucketMetricNamespaceLister

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

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

type BucketMetricNamespaceListerExpansion

type BucketMetricNamespaceListerExpansion interface{}

BucketMetricNamespaceListerExpansion allows custom methods to be added to BucketMetricNamespaceLister.

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 BucketNotificationLister

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

BucketNotificationLister helps list BucketNotifications. All objects returned here must be treated as read-only.

func NewBucketNotificationLister

func NewBucketNotificationLister(indexer cache.Indexer) BucketNotificationLister

NewBucketNotificationLister returns a new BucketNotificationLister.

type BucketNotificationListerExpansion

type BucketNotificationListerExpansion interface{}

BucketNotificationListerExpansion allows custom methods to be added to BucketNotificationLister.

type BucketNotificationNamespaceLister

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

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

type BucketNotificationNamespaceListerExpansion

type BucketNotificationNamespaceListerExpansion interface{}

BucketNotificationNamespaceListerExpansion allows custom methods to be added to BucketNotificationNamespaceLister.

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.

type BucketOwnershipControlsLister

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

BucketOwnershipControlsLister helps list BucketOwnershipControlses. All objects returned here must be treated as read-only.

func NewBucketOwnershipControlsLister

func NewBucketOwnershipControlsLister(indexer cache.Indexer) BucketOwnershipControlsLister

NewBucketOwnershipControlsLister returns a new BucketOwnershipControlsLister.

type BucketOwnershipControlsListerExpansion

type BucketOwnershipControlsListerExpansion interface{}

BucketOwnershipControlsListerExpansion allows custom methods to be added to BucketOwnershipControlsLister.

type BucketOwnershipControlsNamespaceLister

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

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

type BucketOwnershipControlsNamespaceListerExpansion

type BucketOwnershipControlsNamespaceListerExpansion interface{}

BucketOwnershipControlsNamespaceListerExpansion allows custom methods to be added to BucketOwnershipControlsNamespaceLister.

type BucketPolicyLister

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

BucketPolicyLister helps list BucketPolicies. All objects returned here must be treated as read-only.

func NewBucketPolicyLister

func NewBucketPolicyLister(indexer cache.Indexer) BucketPolicyLister

NewBucketPolicyLister returns a new BucketPolicyLister.

type BucketPolicyListerExpansion

type BucketPolicyListerExpansion interface{}

BucketPolicyListerExpansion allows custom methods to be added to BucketPolicyLister.

type BucketPolicyNamespaceLister

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

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

type BucketPolicyNamespaceListerExpansion

type BucketPolicyNamespaceListerExpansion interface{}

BucketPolicyNamespaceListerExpansion allows custom methods to be added to BucketPolicyNamespaceLister.

type BucketPublicAccessBlockLister

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

BucketPublicAccessBlockLister helps list BucketPublicAccessBlocks. All objects returned here must be treated as read-only.

func NewBucketPublicAccessBlockLister

func NewBucketPublicAccessBlockLister(indexer cache.Indexer) BucketPublicAccessBlockLister

NewBucketPublicAccessBlockLister returns a new BucketPublicAccessBlockLister.

type BucketPublicAccessBlockListerExpansion

type BucketPublicAccessBlockListerExpansion interface{}

BucketPublicAccessBlockListerExpansion allows custom methods to be added to BucketPublicAccessBlockLister.

type BucketPublicAccessBlockNamespaceLister

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

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

type BucketPublicAccessBlockNamespaceListerExpansion

type BucketPublicAccessBlockNamespaceListerExpansion interface{}

BucketPublicAccessBlockNamespaceListerExpansion allows custom methods to be added to BucketPublicAccessBlockNamespaceLister.

type ObjectCopyLister

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

ObjectCopyLister helps list ObjectCopies. All objects returned here must be treated as read-only.

func NewObjectCopyLister

func NewObjectCopyLister(indexer cache.Indexer) ObjectCopyLister

NewObjectCopyLister returns a new ObjectCopyLister.

type ObjectCopyListerExpansion

type ObjectCopyListerExpansion interface{}

ObjectCopyListerExpansion allows custom methods to be added to ObjectCopyLister.

type ObjectCopyNamespaceLister

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

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

type ObjectCopyNamespaceListerExpansion

type ObjectCopyNamespaceListerExpansion interface{}

ObjectCopyNamespaceListerExpansion allows custom methods to be added to ObjectCopyNamespaceLister.

Jump to

Keyboard shortcuts

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