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 CacheAccessPolicyLister

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

CacheAccessPolicyLister helps list CacheAccessPolicies. All objects returned here must be treated as read-only.

func NewCacheAccessPolicyLister

func NewCacheAccessPolicyLister(indexer cache.Indexer) CacheAccessPolicyLister

NewCacheAccessPolicyLister returns a new CacheAccessPolicyLister.

type CacheAccessPolicyListerExpansion

type CacheAccessPolicyListerExpansion interface{}

CacheAccessPolicyListerExpansion allows custom methods to be added to CacheAccessPolicyLister.

type CacheAccessPolicyNamespaceLister

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

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

type CacheAccessPolicyNamespaceListerExpansion

type CacheAccessPolicyNamespaceListerExpansion interface{}

CacheAccessPolicyNamespaceListerExpansion allows custom methods to be added to CacheAccessPolicyNamespaceLister.

type CacheBlobNfsTargetLister

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

CacheBlobNfsTargetLister helps list CacheBlobNfsTargets. All objects returned here must be treated as read-only.

func NewCacheBlobNfsTargetLister

func NewCacheBlobNfsTargetLister(indexer cache.Indexer) CacheBlobNfsTargetLister

NewCacheBlobNfsTargetLister returns a new CacheBlobNfsTargetLister.

type CacheBlobNfsTargetListerExpansion

type CacheBlobNfsTargetListerExpansion interface{}

CacheBlobNfsTargetListerExpansion allows custom methods to be added to CacheBlobNfsTargetLister.

type CacheBlobNfsTargetNamespaceLister

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

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

type CacheBlobNfsTargetNamespaceListerExpansion

type CacheBlobNfsTargetNamespaceListerExpansion interface{}

CacheBlobNfsTargetNamespaceListerExpansion allows custom methods to be added to CacheBlobNfsTargetNamespaceLister.

type CacheBlobTargetLister

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

CacheBlobTargetLister helps list CacheBlobTargets. All objects returned here must be treated as read-only.

func NewCacheBlobTargetLister

func NewCacheBlobTargetLister(indexer cache.Indexer) CacheBlobTargetLister

NewCacheBlobTargetLister returns a new CacheBlobTargetLister.

type CacheBlobTargetListerExpansion

type CacheBlobTargetListerExpansion interface{}

CacheBlobTargetListerExpansion allows custom methods to be added to CacheBlobTargetLister.

type CacheBlobTargetNamespaceLister

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

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

type CacheBlobTargetNamespaceListerExpansion

type CacheBlobTargetNamespaceListerExpansion interface{}

CacheBlobTargetNamespaceListerExpansion allows custom methods to be added to CacheBlobTargetNamespaceLister.

type CacheLister

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

CacheLister helps list Caches. All objects returned here must be treated as read-only.

func NewCacheLister

func NewCacheLister(indexer cache.Indexer) CacheLister

NewCacheLister returns a new CacheLister.

type CacheListerExpansion

type CacheListerExpansion interface{}

CacheListerExpansion allows custom methods to be added to CacheLister.

type CacheNamespaceLister

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

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

type CacheNamespaceListerExpansion

type CacheNamespaceListerExpansion interface{}

CacheNamespaceListerExpansion allows custom methods to be added to CacheNamespaceLister.

type CacheNfsTargetLister

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

CacheNfsTargetLister helps list CacheNfsTargets. All objects returned here must be treated as read-only.

func NewCacheNfsTargetLister

func NewCacheNfsTargetLister(indexer cache.Indexer) CacheNfsTargetLister

NewCacheNfsTargetLister returns a new CacheNfsTargetLister.

type CacheNfsTargetListerExpansion

type CacheNfsTargetListerExpansion interface{}

CacheNfsTargetListerExpansion allows custom methods to be added to CacheNfsTargetLister.

type CacheNfsTargetNamespaceLister

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

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

type CacheNfsTargetNamespaceListerExpansion

type CacheNfsTargetNamespaceListerExpansion interface{}

CacheNfsTargetNamespaceListerExpansion allows custom methods to be added to CacheNfsTargetNamespaceLister.

Jump to

Keyboard shortcuts

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